#cdef75 color space conversions
Hex:
        #cdef75
        RGB:
        205, 239, 117
        CMY:
        20, 6, 54
        CMYK:
        14, 0, 51, 6
      HSL:
        77°, 79.2208%, 69.8039%
        HSV (HSB):
        77°, 51.0460%, 93.7255%
        XYZ:
        59.2542, 75.9965, 28.3754
        xyY:
        0.3621, 0.4645, 75.9965
      CIE-Lab:
        89.8577, -29.1497, 54.7644
        CIE-LCH:
        89.8577, 62.0391, 118.0253
        CIE-Luv:
        89.8577, -15.5298, 75.0110
        Hunter-Lab:
        87.1760, -31.2300, 41.7246
      #cdef75 color charts
#cdef75 RGB chart
      #cdef75 CMYK chart
      #cdef75 RGB pie chart
      #cdef75 color shades, tints & tones
#cdef75 color schemes
#cdef75 color preview, HTML & CSS examples
           This text has a color of #cdef75        
        
          <p style="color:#cdef75;">Text here</p>
        
        
          .mytext {color:#cdef75;}
        
        Text color #cdef75
      
           This box has a color of #cdef75        
        
          <div style="background-color:#cdef75;">Content here</div>
        
        
          .mybackground {background-color:#cdef75;}
        
        Background color #cdef75
      
           Border around this has a color of #cdef75        
        
          <div style="border:2px solid #cdef75;">Content here</div>
        
        
          .myborder {border:2px solid #cdef75;}
        
        Border color #cdef75