#afdd1a color space conversions
Hex:
        #afdd1a
        RGB:
        175, 221, 26
        CMY:
        31, 13, 90
        CMYK:
        21, 0, 88, 13
      HSL:
        74°, 78.9474%, 48.4314%
        HSV (HSB):
        74°, 88.2353%, 86.6667%
        XYZ:
        43.7221, 60.9014, 10.4280
        xyY:
        0.3800, 0.5293, 60.9014
      CIE-Lab:
        82.3257, -37.8443, 78.0223
        CIE-LCH:
        82.3257, 86.7160, 115.8754
        CIE-Luv:
        82.3257, -22.3912, 92.1875
        Hunter-Lab:
        78.0394, -36.5631, 46.7049
      #afdd1a color charts
#afdd1a RGB chart
      #afdd1a CMYK chart
      #afdd1a RGB pie chart
      #afdd1a color shades, tints & tones
#afdd1a color schemes
#afdd1a color preview, HTML & CSS examples
           This text has a color of #afdd1a        
        
          <p style="color:#afdd1a;">Text here</p>
        
        
          .mytext {color:#afdd1a;}
        
        Text color #afdd1a
      
           This box has a color of #afdd1a        
        
          <div style="background-color:#afdd1a;">Content here</div>
        
        
          .mybackground {background-color:#afdd1a;}
        
        Background color #afdd1a
      
           Border around this has a color of #afdd1a        
        
          <div style="border:2px solid #afdd1a;">Content here</div>
        
        
          .myborder {border:2px solid #afdd1a;}
        
        Border color #afdd1a