#affb04 color space conversions
Hex:
        #affb04
        RGB:
        175, 251, 4
        CMY:
        31, 2, 98
        CMYK:
        30, 0, 98, 2
      HSL:
        78°, 96.8627%, 50.0000%
        HSV (HSB):
        78°, 98.4064%, 98.4314%
        XYZ:
        52.1983, 78.1171, 12.4418
        xyY:
        0.3656, 0.5472, 78.1171
      CIE-Lab:
        90.8333, -51.0305, 87.1433
        CIE-LCH:
        90.8333, 100.9854, 120.3529
        CIE-Luv:
        90.8333, -38.1399, 105.1846
        Hunter-Lab:
        88.3839, -49.2521, 53.5224
      #affb04 color charts
#affb04 RGB chart
      #affb04 CMYK chart
      #affb04 RGB pie chart
      #affb04 color shades, tints & tones
#affb04 color schemes
#affb04 color preview, HTML & CSS examples
           This text has a color of #affb04        
        
          <p style="color:#affb04;">Text here</p>
        
        
          .mytext {color:#affb04;}
        
        Text color #affb04
      
           This box has a color of #affb04        
        
          <div style="background-color:#affb04;">Content here</div>
        
        
          .mybackground {background-color:#affb04;}
        
        Background color #affb04
      
           Border around this has a color of #affb04        
        
          <div style="border:2px solid #affb04;">Content here</div>
        
        
          .myborder {border:2px solid #affb04;}
        
        Border color #affb04