#bed04a color space conversions
Hex:
        #bed04a
        RGB:
        190, 208, 74
        CMY:
        25, 18, 71
        CMYK:
        9, 0, 64, 18
      HSL:
        68°, 58.7719%, 55.2941%
        HSV (HSB):
        68°, 64.4231%, 81.5686%
        XYZ:
        45.0271, 56.5533, 15.0213
        xyY:
        0.3862, 0.4850, 56.5533
      CIE-Lab:
        79.9277, -23.7053, 62.0501
        CIE-LCH:
        79.9277, 66.4241, 110.9086
        CIE-Luv:
        79.9277, -6.1372, 76.9530
        Hunter-Lab:
        75.2019, -24.7266, 40.7984
      #bed04a color charts
#bed04a RGB chart
      #bed04a CMYK chart
      #bed04a RGB pie chart
      #bed04a color shades, tints & tones
#bed04a color schemes
#bed04a color preview, HTML & CSS examples
           This text has a color of #bed04a        
        
          <p style="color:#bed04a;">Text here</p>
        
        
          .mytext {color:#bed04a;}
        
        Text color #bed04a
      
           This box has a color of #bed04a        
        
          <div style="background-color:#bed04a;">Content here</div>
        
        
          .mybackground {background-color:#bed04a;}
        
        Background color #bed04a
      
           Border around this has a color of #bed04a        
        
          <div style="border:2px solid #bed04a;">Content here</div>
        
        
          .myborder {border:2px solid #bed04a;}
        
        Border color #bed04a