#bdd00e color space conversions
Hex:
        #bdd00e
        RGB:
        189, 208, 14
        CMY:
        26, 18, 95
        CMYK:
        9, 0, 93, 18
      HSL:
        66°, 87.3874%, 43.5294%
        HSV (HSB):
        66°, 93.2692%, 81.5686%
        XYZ:
        43.6214, 55.9623, 8.9182
        xyY:
        0.4020, 0.5158, 55.9623
      CIE-Lab:
        79.5923, -26.3589, 77.9580
        CIE-LCH:
        79.5923, 82.2936, 108.6813
        CIE-Luv:
        79.5923, -6.2675, 88.2106
        Hunter-Lab:
        74.8079, -26.8284, 45.2973
      #bdd00e color charts
#bdd00e RGB chart
      #bdd00e CMYK chart
      #bdd00e RGB pie chart
      #bdd00e color shades, tints & tones
#bdd00e color schemes
#bdd00e color preview, HTML & CSS examples
           This text has a color of #bdd00e        
        
          <p style="color:#bdd00e;">Text here</p>
        
        
          .mytext {color:#bdd00e;}
        
        Text color #bdd00e
      
           This box has a color of #bdd00e        
        
          <div style="background-color:#bdd00e;">Content here</div>
        
        
          .mybackground {background-color:#bdd00e;}
        
        Background color #bdd00e
      
           Border around this has a color of #bdd00e        
        
          <div style="border:2px solid #bdd00e;">Content here</div>
        
        
          .myborder {border:2px solid #bdd00e;}
        
        Border color #bdd00e