Shades of Conifer #BDD84F
Tints of Conifer #BDD84F
RGB
CMYK
RGB Variations
Color information
#BDD84F (or 0xBDD84F) is known color: Conifer. HEX triplet: BD, D8 and 4F. RGB value is (189,216,79). Sum of RGB (Red+Green+Blue) = 189+216+79=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD84F is #4227B0. Grayscale: #C0C0C0. Windows color (decimal): -4335537 or 5232829. OLE color: 5232829.
HSL color Cylindrical-coordinate representation of color #BDD84F: hue angle of 71.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDD84F is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 79 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.15 |
| HSL | 71.82º | 0.64% | 0.58% | - |
| HSV(B) | 71.82º | 0.63% | 0.85% | - |
| XYZ | 46.95 | 60.5 | 16.6 | - |
| YUV | 192.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 79 | 0.12 | 0 | 0.63 | 0.15 | 71.82 | 0.64 | 0.58 |
| Hex | BD | D8 | 4F | C | 0 | 3F | F | 48 | 40 | 3A |
| Octal | 275 | 330 | 117 | 14 | 0 | 77 | 17 | 110 | 100 | 72 |
| Binary | 10111101 | 11011000 | 1001111 | 1100 | 0 | 111111 | 1111 | 1001000 | 1000000 | 111010 |
Color Harmonies of #BDD84F
Complementary color
Monochromatic Colors of #BDD84F
Black with #BDD84F
Text Example
Text Example
White with #BDD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD84F; }
p { color: rgb(189,216,79); }
H1.HeaderClassName
{
color: #BDD84F;
}
.AnyTagClassName
{
color: #BDD84F;
}
</style>
background-color css
<style>
a { background-color: #BDD84F; }
a { background-color: rgb(189,216,79); }
div.DivClassName
{
background-color: #BDD84F;
}
.BgClassName
{
background-color: #BDD84F;
}
</style>
border-color css
<style>
span { border-color: #BDD84F; }
span { border-color: rgb(189,216,79); }
td.TdClassName
{
border-color: #BDD84F;
}
.TagClassName
{
border-color: #BDD84F;
}
</style>