#affb3b color space conversions
Hex:
        #affb3b
        RGB:
        175, 251, 59
        CMY:
        31, 2, 77
        CMYK:
        30, 0, 76, 2
      HSL:
        84°, 96.0000%, 60.7843%
        HSV (HSB):
        84°, 76.4940%, 98.4314%
        XYZ:
        52.9658, 78.4241, 16.4834
        xyY:
        0.3582, 0.5303, 78.4241
      CIE-Lab:
        90.9731, -49.6358, 77.8440
        CIE-LCH:
        90.9731, 92.3223, 122.5229
        CIE-Luv:
        90.9731, -38.0381, 98.8816
        Hunter-Lab:
        88.5574, -48.2153, 50.9543
      #affb3b color charts
#affb3b RGB chart
      #affb3b CMYK chart
      #affb3b RGB pie chart
      #affb3b color shades, tints & tones
#affb3b color schemes
#affb3b color preview, HTML & CSS examples
           This text has a color of #affb3b        
        
          <p style="color:#affb3b;">Text here</p>
        
        
          .mytext {color:#affb3b;}
        
        Text color #affb3b
      
           This box has a color of #affb3b        
        
          <div style="background-color:#affb3b;">Content here</div>
        
        
          .mybackground {background-color:#affb3b;}
        
        Background color #affb3b
      
           Border around this has a color of #affb3b        
        
          <div style="border:2px solid #affb3b;">Content here</div>
        
        
          .myborder {border:2px solid #affb3b;}
        
        Border color #affb3b