Shades of Conifer #BDE451
Tints of Conifer #BDE451
RGB
CMYK
RGB Variations
Color information
#BDE451 (or 0xBDE451) is known color: Conifer. HEX triplet: BD, E4 and 51. RGB value is (189,228,81). Sum of RGB (Red+Green+Blue) = 189+228+81=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE451 is #421BAE. Grayscale: #C8C8C8. Windows color (decimal): -4332463 or 5366973. OLE color: 5366973.
HSL color Cylindrical-coordinate representation of color #BDE451: hue angle of 75.92º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE451 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 81 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.11 |
| HSL | 75.92º | 0.73% | 0.61% | - |
| HSV(B) | 75.92º | 0.64% | 0.89% | - |
| XYZ | 50.21 | 66.9 | 18.05 | - |
| YUV | 199.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 81 | 0.17 | 0 | 0.64 | 0.11 | 75.92 | 0.73 | 0.61 |
| Hex | BD | E4 | 51 | 11 | 0 | 40 | B | 4C | 49 | 3D |
| Octal | 275 | 344 | 121 | 21 | 0 | 100 | 13 | 114 | 111 | 75 |
| Binary | 10111101 | 11100100 | 1010001 | 10001 | 0 | 1000000 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BDE451
Complementary color
Monochromatic Colors of #BDE451
Black with #BDE451
Text Example
Text Example
White with #BDE451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE451; }
p { color: rgb(189,228,81); }
H1.HeaderClassName
{
color: #BDE451;
}
.AnyTagClassName
{
color: #BDE451;
}
</style>
background-color css
<style>
a { background-color: #BDE451; }
a { background-color: rgb(189,228,81); }
div.DivClassName
{
background-color: #BDE451;
}
.BgClassName
{
background-color: #BDE451;
}
</style>
border-color css
<style>
span { border-color: #BDE451; }
span { border-color: rgb(189,228,81); }
td.TdClassName
{
border-color: #BDE451;
}
.TagClassName
{
border-color: #BDE451;
}
</style>