#afdc3a color space conversions
Hex:
        #afdc3a
        RGB:
        175, 220, 58
        CMY:
        31, 14, 77
        CMYK:
        20, 0, 74, 14
      HSL:
        77°, 69.8276%, 54.5098%
        HSV (HSB):
        77°, 73.6364%, 86.2745%
        XYZ:
        44.0361, 60.6058, 13.3801
        xyY:
        0.3731, 0.5135, 60.6058
      CIE-Lab:
        82.1664, -36.2356, 69.8195
        CIE-LCH:
        82.1664, 78.6625, 117.4289
        CIE-Luv:
        82.1664, -21.8982, 86.3239
        Hunter-Lab:
        77.8498, -35.2676, 44.3046
      #afdc3a color charts
#afdc3a RGB chart
      #afdc3a CMYK chart
      #afdc3a RGB pie chart
      #afdc3a color shades, tints & tones
#afdc3a color schemes
#afdc3a color preview, HTML & CSS examples
           This text has a color of #afdc3a        
        
          <p style="color:#afdc3a;">Text here</p>
        
        
          .mytext {color:#afdc3a;}
        
        Text color #afdc3a
      
           This box has a color of #afdc3a        
        
          <div style="background-color:#afdc3a;">Content here</div>
        
        
          .mybackground {background-color:#afdc3a;}
        
        Background color #afdc3a
      
           Border around this has a color of #afdc3a        
        
          <div style="border:2px solid #afdc3a;">Content here</div>
        
        
          .myborder {border:2px solid #afdc3a;}
        
        Border color #afdc3a