Shades of Conifer #BDE54F
Tints of Conifer #BDE54F
RGB
CMYK
RGB Variations
Color information
#BDE54F (or 0xBDE54F) is known color: Conifer. HEX triplet: BD, E5 and 4F. RGB value is (189,229,79). Sum of RGB (Red+Green+Blue) = 189+229+79=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE54F is #421AB0. Grayscale: #C8C8C8. Windows color (decimal): -4332209 or 5236157. OLE color: 5236157.
HSL color Cylindrical-coordinate representation of color #BDE54F: hue angle of 76º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDE54F is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 79 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.10 |
| HSL | 76º | 0.74% | 0.6% | - |
| HSV(B) | 76º | 0.66% | 0.9% | - |
| XYZ | 50.42 | 67.42 | 17.75 | - |
| YUV | 199.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 79 | 0.17 | 0 | 0.66 | 0.10 | 76 | 0.74 | 0.6 |
| Hex | BD | E5 | 4F | 11 | 0 | 42 | A | 4C | 4A | 3C |
| Octal | 275 | 345 | 117 | 21 | 0 | 102 | 12 | 114 | 112 | 74 |
| Binary | 10111101 | 11100101 | 1001111 | 10001 | 0 | 1000010 | 1010 | 1001100 | 1001010 | 111100 |
Color Harmonies of #BDE54F
Complementary color
Monochromatic Colors of #BDE54F
Black with #BDE54F
Text Example
Text Example
White with #BDE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE54F; }
p { color: rgb(189,229,79); }
H1.HeaderClassName
{
color: #BDE54F;
}
.AnyTagClassName
{
color: #BDE54F;
}
</style>
background-color css
<style>
a { background-color: #BDE54F; }
a { background-color: rgb(189,229,79); }
div.DivClassName
{
background-color: #BDE54F;
}
.BgClassName
{
background-color: #BDE54F;
}
</style>
border-color css
<style>
span { border-color: #BDE54F; }
span { border-color: rgb(189,229,79); }
td.TdClassName
{
border-color: #BDE54F;
}
.TagClassName
{
border-color: #BDE54F;
}
</style>