#bed04d color space conversions
Hex:
        #bed04d
        RGB:
        190, 208, 77
        CMY:
        25, 18, 70
        CMYK:
        9, 0, 63, 18
      HSL:
        68°, 58.2222%, 55.8824%
        HSV (HSB):
        68°, 62.9808%, 81.5686%
        XYZ:
        45.1306, 56.5947, 15.5664
        xyY:
        0.3848, 0.4825, 56.5947
      CIE-Lab:
        79.9511, -23.5077, 60.8551
        CIE-LCH:
        79.9511, 65.2377, 111.1210
        CIE-Luv:
        79.9511, -6.1819, 75.9730
        Hunter-Lab:
        75.2295, -24.5683, 40.3924
      #bed04d color charts
#bed04d RGB chart
      #bed04d CMYK chart
      #bed04d RGB pie chart
      #bed04d color shades, tints & tones
#bed04d color schemes
#bed04d color preview, HTML & CSS examples
           This text has a color of #bed04d        
        
          <p style="color:#bed04d;">Text here</p>
        
        
          .mytext {color:#bed04d;}
        
        Text color #bed04d
      
           This box has a color of #bed04d        
        
          <div style="background-color:#bed04d;">Content here</div>
        
        
          .mybackground {background-color:#bed04d;}
        
        Background color #bed04d
      
           Border around this has a color of #bed04d        
        
          <div style="border:2px solid #bed04d;">Content here</div>
        
        
          .myborder {border:2px solid #bed04d;}
        
        Border color #bed04d