#cdef49 color space conversions
Hex:
        #cdef49
        RGB:
        205, 239, 73
        CMY:
        20, 6, 71
        CMYK:
        14, 0, 69, 6
      HSL:
        72°, 83.8384%, 61.1765%
        HSV (HSB):
        72°, 69.4561%, 93.7255%
        XYZ:
        57.2459, 75.1932, 17.7999
        xyY:
        0.3810, 0.5005, 75.1932
      CIE-Lab:
        89.4834, -32.4175, 72.5103
        CIE-LCH:
        89.4834, 79.4269, 114.0882
        CIE-Luv:
        89.4834, -15.0742, 90.8089
        Hunter-Lab:
        86.7140, -33.9092, 48.5293
      #cdef49 color charts
#cdef49 RGB chart
      #cdef49 CMYK chart
      #cdef49 RGB pie chart
      #cdef49 color shades, tints & tones
#cdef49 color schemes
#cdef49 color preview, HTML & CSS examples
           This text has a color of #cdef49        
        
          <p style="color:#cdef49;">Text here</p>
        
        
          .mytext {color:#cdef49;}
        
        Text color #cdef49
      
           This box has a color of #cdef49        
        
          <div style="background-color:#cdef49;">Content here</div>
        
        
          .mybackground {background-color:#cdef49;}
        
        Background color #cdef49
      
           Border around this has a color of #cdef49        
        
          <div style="border:2px solid #cdef49;">Content here</div>
        
        
          .myborder {border:2px solid #cdef49;}
        
        Border color #cdef49