#afdc0b color space conversions
Hex:
        #afdc0b
        RGB:
        175, 220, 11
        CMY:
        31, 14, 96
        CMYK:
        20, 0, 95, 14
      HSL:
        73°, 90.4762%, 45.2941%
        HSV (HSB):
        73°, 95.0000%, 86.2745%
        XYZ:
        43.3328, 60.3245, 9.6765
        xyY:
        0.3823, 0.5323, 60.3245
      CIE-Lab:
        82.0143, -37.6507, 79.7384
        CIE-LCH:
        82.0143, 88.1804, 115.2756
        CIE-Luv:
        82.0143, -21.8247, 93.0083
        Hunter-Lab:
        77.6689, -36.3323, 46.9814
      #afdc0b color charts
#afdc0b RGB chart
      #afdc0b CMYK chart
      #afdc0b RGB pie chart
      #afdc0b color shades, tints & tones
#afdc0b color schemes
#afdc0b color preview, HTML & CSS examples
           This text has a color of #afdc0b        
        
          <p style="color:#afdc0b;">Text here</p>
        
        
          .mytext {color:#afdc0b;}
        
        Text color #afdc0b
      
           This box has a color of #afdc0b        
        
          <div style="background-color:#afdc0b;">Content here</div>
        
        
          .mybackground {background-color:#afdc0b;}
        
        Background color #afdc0b
      
           Border around this has a color of #afdc0b        
        
          <div style="border:2px solid #afdc0b;">Content here</div>
        
        
          .myborder {border:2px solid #afdc0b;}
        
        Border color #afdc0b