#BDD450

Color #BDD450 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BDD450

Tints of Conifer #BDD450

Color information

#BDD450 (or 0xBDD450) is unknown color: approx Conifer. HEX triplet: BD, D4 and 50. RGB value is (189,212,80). Sum of RGB (Red+Green+Blue) = 189+212+80=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD450 is #422BAF. Grayscale: #BEBEBE. Windows color (decimal): -4336560 or 5297341. OLE color: 5297341.

HSL color Cylindrical-coordinate representation of color #BDD450: hue angle of 70.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD450 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB18921280-
CMYK0.1100.620.17
HSL70.45º60.55%57.25%-
HSV(B)70.45º62.26%83.14%-
XYZ45.9858.4816.45-
YUV190.0865.88127.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=39.29%
G=44.07%
B=16.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212800.1100.620.1770.4560.5557.25
HexBDD450B03E11463d39
Octal27532412013076211067571
Binary1011110111010100101000010110111110100011000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD450; }

 p { color: rgb(189,212,80); }

 H1.HeaderClassName
 {
   color: #BDD450;
 }
 .AnyTagClassName
 {
   color: #BDD450;
 }
</style>
background-color css

<style>
 a { background-color: #BDD450; }

 a { background-color: rgb(189,212,80); }

 div.DivClassName
 {
   background-color: #BDD450;
 }
 .BgClassName
 {
   background-color: #BDD450;
 }
</style>
border-color css

<style>
 span { border-color: #BDD450; }

 span { border-color: rgb(189,212,80); }

 td.TdClassName
 {
   border-color: #BDD450;
 }
 .TagClassName
 {
   border-color: #BDD450;
 }
</style>