#afc300 color space conversions
Hex:
        #afc300
        RGB:
        175, 195, 0
        CMY:
        31, 24, 100
        CMYK:
        10, 0, 100, 24
      HSL:
        66°, 100.0000%, 38.2353%
        HSV (HSB):
        66°, 100.0000%, 76.4706%
        XYZ:
        37.1943, 48.1442, 7.3324
        xyY:
        0.4014, 0.5195, 48.1442
      CIE-Lab:
        74.9158, -26.1578, 75.3824
        CIE-LCH:
        74.9158, 79.7918, 109.1369
        CIE-Luv:
        74.9158, -7.2365, 83.9610
        Hunter-Lab:
        69.3860, -25.7407, 42.3047
      #afc300 color charts
#afc300 RGB chart
      #afc300 CMYK chart
      #afc300 RGB pie chart
      #afc300 color shades, tints & tones
#afc300 color schemes
#afc300 color preview, HTML & CSS examples
           This text has a color of #afc300        
        
          <p style="color:#afc300;">Text here</p>
        
        
          .mytext {color:#afc300;}
        
        Text color #afc300
      
           This box has a color of #afc300        
        
          <div style="background-color:#afc300;">Content here</div>
        
        
          .mybackground {background-color:#afc300;}
        
        Background color #afc300
      
           Border around this has a color of #afc300        
        
          <div style="border:2px solid #afc300;">Content here</div>
        
        
          .myborder {border:2px solid #afc300;}
        
        Border color #afc300