Shades of Conifer #BDD751
Tints of Conifer #BDD751
RGB
CMYK
RGB Variations
Color information
#BDD751 (or 0xBDD751) is known color: Conifer. HEX triplet: BD, D7 and 51. RGB value is (189,215,81). Sum of RGB (Red+Green+Blue) = 189+215+81=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD751 is #4228AE. Grayscale: #C0C0C0. Windows color (decimal): -4335791 or 5363645. OLE color: 5363645.
HSL color Cylindrical-coordinate representation of color #BDD751: hue angle of 71.64º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD751 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 81 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.16 |
| HSL | 71.64º | 0.63% | 0.58% | - |
| HSV(B) | 71.64º | 0.62% | 0.84% | - |
| XYZ | 46.77 | 60.01 | 16.9 | - |
| YUV | 191.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 81 | 0.12 | 0 | 0.62 | 0.16 | 71.64 | 0.63 | 0.58 |
| Hex | BD | D7 | 51 | C | 0 | 3E | 10 | 48 | 3F | 3A |
| Octal | 275 | 327 | 121 | 14 | 0 | 76 | 20 | 110 | 77 | 72 |
| Binary | 10111101 | 11010111 | 1010001 | 1100 | 0 | 111110 | 10000 | 1001000 | 111111 | 111010 |
Color Harmonies of #BDD751
Complementary color
Monochromatic Colors of #BDD751
Black with #BDD751
Text Example
Text Example
White with #BDD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD751; }
p { color: rgb(189,215,81); }
H1.HeaderClassName
{
color: #BDD751;
}
.AnyTagClassName
{
color: #BDD751;
}
</style>
background-color css
<style>
a { background-color: #BDD751; }
a { background-color: rgb(189,215,81); }
div.DivClassName
{
background-color: #BDD751;
}
.BgClassName
{
background-color: #BDD751;
}
</style>
border-color css
<style>
span { border-color: #BDD751; }
span { border-color: rgb(189,215,81); }
td.TdClassName
{
border-color: #BDD751;
}
.TagClassName
{
border-color: #BDD751;
}
</style>