#afdc3b color space conversions
Hex:
        #afdc3b
        RGB:
        175, 220, 59
        CMY:
        31, 14, 77
        CMYK:
        20, 0, 73, 14
      HSL:
        77°, 69.6970%, 54.7059%
        HSV (HSB):
        77°, 73.1818%, 86.2745%
        XYZ:
        44.0618, 60.6161, 13.5155
        xyY:
        0.3728, 0.5129, 60.6161
      CIE-Lab:
        82.1719, -36.1843, 69.4950
        CIE-LCH:
        82.1719, 78.3509, 117.5049
        CIE-Luv:
        82.1719, -21.9009, 86.0834
        Hunter-Lab:
        77.8564, -35.2288, 44.2070
      #afdc3b color charts
#afdc3b RGB chart
      #afdc3b CMYK chart
      #afdc3b RGB pie chart
      #afdc3b color shades, tints & tones
#afdc3b color schemes
#afdc3b color preview, HTML & CSS examples
           This text has a color of #afdc3b        
        
          <p style="color:#afdc3b;">Text here</p>
        
        
          .mytext {color:#afdc3b;}
        
        Text color #afdc3b
      
           This box has a color of #afdc3b        
        
          <div style="background-color:#afdc3b;">Content here</div>
        
        
          .mybackground {background-color:#afdc3b;}
        
        Background color #afdc3b
      
           Border around this has a color of #afdc3b        
        
          <div style="border:2px solid #afdc3b;">Content here</div>
        
        
          .myborder {border:2px solid #afdc3b;}
        
        Border color #afdc3b