#afff3d color space conversions
Hex:
        #afff3d
        RGB:
        175, 255, 61
        CMY:
        31, 0, 76
        CMYK:
        31, 0, 76, 0
      HSL:
        85°, 100.0000%, 61.9608%
        HSV (HSB):
        85°, 76.0784%, 100.0000%
        XYZ:
        54.2815, 80.9709, 17.1829
        xyY:
        0.3561, 0.5312, 80.9709
      CIE-Lab:
        92.1187, -51.1949, 78.3324
        CIE-LCH:
        92.1187, 93.5782, 123.1670
        CIE-Luv:
        92.1187, -39.9972, 100.0828
        Hunter-Lab:
        89.9838, -49.7940, 51.6669
      #afff3d color charts
#afff3d RGB chart
      #afff3d CMYK chart
      #afff3d RGB pie chart
      #afff3d color shades, tints & tones
#afff3d color schemes
#afff3d color preview, HTML & CSS examples
           This text has a color of #afff3d        
        
          <p style="color:#afff3d;">Text here</p>
        
        
          .mytext {color:#afff3d;}
        
        Text color #afff3d
      
           This box has a color of #afff3d        
        
          <div style="background-color:#afff3d;">Content here</div>
        
        
          .mybackground {background-color:#afff3d;}
        
        Background color #afff3d
      
           Border around this has a color of #afff3d        
        
          <div style="border:2px solid #afff3d;">Content here</div>
        
        
          .myborder {border:2px solid #afff3d;}
        
        Border color #afff3d