#cdef8a color space conversions
Hex:
        #cdef8a
        RGB:
        205, 239, 138
        CMY:
        20, 6, 46
        CMYK:
        14, 0, 42, 6
      HSL:
        80°, 75.9398%, 73.9216%
        HSV (HSB):
        80°, 42.2594%, 93.7255%
        XYZ:
        60.6308, 76.5471, 35.6242
        xyY:
        0.3509, 0.4430, 76.5471
      CIE-Lab:
        90.1128, -26.9667, 45.1395
        CIE-LCH:
        90.1128, 52.5812, 120.8545
        CIE-Luv:
        90.1128, -15.8278, 64.7557
        Hunter-Lab:
        87.4912, -29.4104, 37.1024
      #cdef8a color charts
#cdef8a RGB chart
      #cdef8a CMYK chart
      #cdef8a RGB pie chart
      #cdef8a color shades, tints & tones
#cdef8a color schemes
#cdef8a color preview, HTML & CSS examples
           This text has a color of #cdef8a        
        
          <p style="color:#cdef8a;">Text here</p>
        
        
          .mytext {color:#cdef8a;}
        
        Text color #cdef8a
      
           This box has a color of #cdef8a        
        
          <div style="background-color:#cdef8a;">Content here</div>
        
        
          .mybackground {background-color:#cdef8a;}
        
        Background color #cdef8a
      
           Border around this has a color of #cdef8a        
        
          <div style="border:2px solid #cdef8a;">Content here</div>
        
        
          .myborder {border:2px solid #cdef8a;}
        
        Border color #cdef8a