#daf400 color space conversions
Hex:
        #daf400
        RGB:
        218, 244, 0
        CMY:
        15, 4, 100
        CMYK:
        11, 0, 100, 4
      HSL:
        66°, 100.0000%, 47.8431%
        HSV (HSB):
        66°, 100.0000%, 95.6863%
        XYZ:
        61.2641, 79.6068, 12.1367
        xyY:
        0.4004, 0.5203, 79.6068
      CIE-Lab:
        91.5081, -31.4878, 89.1068
        CIE-LCH:
        91.5081, 94.5066, 109.4620
        CIE-Luv:
        91.5081, -9.6771, 102.6586
        Hunter-Lab:
        89.2226, -33.5738, 54.3908
      #daf400 color charts
#daf400 RGB chart
      #daf400 CMYK chart
      #daf400 RGB pie chart
      #daf400 color shades, tints & tones
#daf400 color schemes
#daf400 color preview, HTML & CSS examples
           This text has a color of #daf400        
        
          <p style="color:#daf400;">Text here</p>
        
        
          .mytext {color:#daf400;}
        
        Text color #daf400
      
           This box has a color of #daf400        
        
          <div style="background-color:#daf400;">Content here</div>
        
        
          .mybackground {background-color:#daf400;}
        
        Background color #daf400
      
           Border around this has a color of #daf400        
        
          <div style="border:2px solid #daf400;">Content here</div>
        
        
          .myborder {border:2px solid #daf400;}
        
        Border color #daf400