#bddd00 color space conversions
Hex:
        #bddd00
        RGB:
        189, 221, 0
        CMY:
        26, 13, 100
        CMYK:
        14, 0, 100, 13
      HSL:
        69°, 100.0000%, 43.3333%
        HSV (HSB):
        69°, 100.0000%, 86.6667%
        XYZ:
        46.8427, 62.5317, 9.6010
        xyY:
        0.3937, 0.5256, 62.5317
      CIE-Lab:
        83.1954, -32.6201, 82.0078
        CIE-LCH:
        83.1954, 88.2573, 111.6911
        CIE-Luv:
        83.1954, -14.0458, 93.9710
        Hunter-Lab:
        79.0770, -32.6470, 48.1553
      #bddd00 color charts
#bddd00 RGB chart
      #bddd00 CMYK chart
      #bddd00 RGB pie chart
      #bddd00 color shades, tints & tones
#bddd00 color schemes
#bddd00 color preview, HTML & CSS examples
           This text has a color of #bddd00        
        
          <p style="color:#bddd00;">Text here</p>
        
        
          .mytext {color:#bddd00;}
        
        Text color #bddd00
      
           This box has a color of #bddd00        
        
          <div style="background-color:#bddd00;">Content here</div>
        
        
          .mybackground {background-color:#bddd00;}
        
        Background color #bddd00
      
           Border around this has a color of #bddd00        
        
          <div style="border:2px solid #bddd00;">Content here</div>
        
        
          .myborder {border:2px solid #bddd00;}
        
        Border color #bddd00