#cdef41 color space conversions
Hex:
        #cdef41
        RGB:
        205, 239, 65
        CMY:
        20, 6, 75
        CMYK:
        14, 0, 73, 6
      HSL:
        72°, 84.4660%, 59.6078%
        HSV (HSB):
        72°, 72.8033%, 93.7255%
        XYZ:
        56.9975, 75.0938, 16.4915
        xyY:
        0.3836, 0.5054, 75.0938
      CIE-Lab:
        89.4369, -32.8289, 75.1781
        CIE-LCH:
        89.4369, 82.0334, 113.5900
        CIE-Luv:
        89.4369, -15.0160, 92.8370
        Hunter-Lab:
        86.6567, -34.2428, 49.3763
      #cdef41 color charts
#cdef41 RGB chart
      #cdef41 CMYK chart
      #cdef41 RGB pie chart
      #cdef41 color shades, tints & tones
#cdef41 color schemes
#cdef41 color preview, HTML & CSS examples
           This text has a color of #cdef41        
        
          <p style="color:#cdef41;">Text here</p>
        
        
          .mytext {color:#cdef41;}
        
        Text color #cdef41
      
           This box has a color of #cdef41        
        
          <div style="background-color:#cdef41;">Content here</div>
        
        
          .mybackground {background-color:#cdef41;}
        
        Background color #cdef41
      
           Border around this has a color of #cdef41        
        
          <div style="border:2px solid #cdef41;">Content here</div>
        
        
          .myborder {border:2px solid #cdef41;}
        
        Border color #cdef41