#afff05 color space conversions
Hex:
        #afff05
        RGB:
        175, 255, 5
        CMY:
        31, 0, 98
        CMYK:
        31, 0, 98, 0
      HSL:
        79°, 100.0000%, 50.9804%
        HSV (HSB):
        79°, 98.0392%, 100.0000%
        XYZ:
        53.4666, 80.6449, 12.8916
        xyY:
        0.3637, 0.5486, 80.6449
      CIE-Lab:
        91.9735, -52.6551, 87.9534
        CIE-LCH:
        91.9735, 102.5102, 120.9077
        CIE-Luv:
        91.9735, -40.1221, 106.6478
        Hunter-Lab:
        89.8025, -50.8791, 54.3504
      #afff05 color charts
#afff05 RGB chart
      #afff05 CMYK chart
      #afff05 RGB pie chart
      #afff05 color shades, tints & tones
#afff05 color schemes
#afff05 color preview, HTML & CSS examples
           This text has a color of #afff05        
        
          <p style="color:#afff05;">Text here</p>
        
        
          .mytext {color:#afff05;}
        
        Text color #afff05
      
           This box has a color of #afff05        
        
          <div style="background-color:#afff05;">Content here</div>
        
        
          .mybackground {background-color:#afff05;}
        
        Background color #afff05
      
           Border around this has a color of #afff05        
        
          <div style="border:2px solid #afff05;">Content here</div>
        
        
          .myborder {border:2px solid #afff05;}
        
        Border color #afff05