#afbc03 color space conversions
Hex:
        #afbc03
        RGB:
        175, 188, 3
        CMY:
        31, 26, 99
        CMYK:
        7, 0, 98, 26
      HSL:
        64°, 96.8586%, 37.4510%
        HSV (HSB):
        64°, 98.4043%, 73.7255%
        XYZ:
        35.6789, 45.0870, 6.9083
        xyY:
        0.4069, 0.5143, 45.0870
      CIE-Lab:
        72.9491, -22.7169, 73.5915
        CIE-LCH:
        72.9491, 77.0180, 107.1549
        CIE-Luv:
        72.9491, -2.9037, 81.0600
        Hunter-Lab:
        67.1468, -22.6600, 40.9028
      #afbc03 color charts
#afbc03 RGB chart
      #afbc03 CMYK chart
      #afbc03 RGB pie chart
      #afbc03 color shades, tints & tones
#afbc03 color schemes
#afbc03 color preview, HTML & CSS examples
           This text has a color of #afbc03        
        
          <p style="color:#afbc03;">Text here</p>
        
        
          .mytext {color:#afbc03;}
        
        Text color #afbc03
      
           This box has a color of #afbc03        
        
          <div style="background-color:#afbc03;">Content here</div>
        
        
          .mybackground {background-color:#afbc03;}
        
        Background color #afbc03
      
           Border around this has a color of #afbc03        
        
          <div style="border:2px solid #afbc03;">Content here</div>
        
        
          .myborder {border:2px solid #afbc03;}
        
        Border color #afbc03