#cafe5e color space conversions
Hex:
        #cafe5e
        RGB:
        202, 254, 94
        CMY:
        21, 0, 63
        CMYK:
        20, 0, 63, 0
      HSL:
        80°, 98.7654%, 68.2353%
        HSV (HSB):
        80°, 62.9921%, 99.6078%
        XYZ:
        61.8193, 84.2483, 23.5930
        xyY:
        0.3644, 0.4966, 84.2483
      CIE-Lab:
        93.5583, -39.0237, 68.7673
        CIE-LCH:
        93.5583, 79.0683, 119.5738
        CIE-Luv:
        93.5583, -25.2350, 90.8376
        Hunter-Lab:
        91.7869, -40.4057, 49.0109
      #cafe5e color charts
#cafe5e RGB chart
      #cafe5e CMYK chart
      #cafe5e RGB pie chart
      #cafe5e color shades, tints & tones
#cafe5e color schemes
#cafe5e color preview, HTML & CSS examples
           This text has a color of #cafe5e        
        
          <p style="color:#cafe5e;">Text here</p>
        
        
          .mytext {color:#cafe5e;}
        
        Text color #cafe5e
      
           This box has a color of #cafe5e        
        
          <div style="background-color:#cafe5e;">Content here</div>
        
        
          .mybackground {background-color:#cafe5e;}
        
        Background color #cafe5e
      
           Border around this has a color of #cafe5e        
        
          <div style="border:2px solid #cafe5e;">Content here</div>
        
        
          .myborder {border:2px solid #cafe5e;}
        
        Border color #cafe5e