Shades of Conifer #BDE251
Tints of Conifer #BDE251
RGB
CMYK
RGB Variations
Color information
#BDE251 (or 0xBDE251) is known color: Conifer. HEX triplet: BD, E2 and 51. RGB value is (189,226,81). Sum of RGB (Red+Green+Blue) = 189+226+81=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE251 is #421DAE. Grayscale: #C6C6C6. Windows color (decimal): -4332975 or 5366461. OLE color: 5366461.
HSL color Cylindrical-coordinate representation of color #BDE251: hue angle of 75.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE251 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 81 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.11 |
| HSL | 75.31º | 0.71% | 0.6% | - |
| HSV(B) | 75.31º | 0.64% | 0.89% | - |
| XYZ | 49.67 | 65.81 | 17.87 | - |
| YUV | 198.41 | 61.74 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 81 | 0.16 | 0 | 0.64 | 0.11 | 75.31 | 0.71 | 0.6 |
| Hex | BD | E2 | 51 | 10 | 0 | 40 | B | 4B | 47 | 3C |
| Octal | 275 | 342 | 121 | 20 | 0 | 100 | 13 | 113 | 107 | 74 |
| Binary | 10111101 | 11100010 | 1010001 | 10000 | 0 | 1000000 | 1011 | 1001011 | 1000111 | 111100 |
Color Harmonies of #BDE251
Complementary color
Monochromatic Colors of #BDE251
Black with #BDE251
Text Example
Text Example
White with #BDE251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE251; }
p { color: rgb(189,226,81); }
H1.HeaderClassName
{
color: #BDE251;
}
.AnyTagClassName
{
color: #BDE251;
}
</style>
background-color css
<style>
a { background-color: #BDE251; }
a { background-color: rgb(189,226,81); }
div.DivClassName
{
background-color: #BDE251;
}
.BgClassName
{
background-color: #BDE251;
}
</style>
border-color css
<style>
span { border-color: #BDE251; }
span { border-color: rgb(189,226,81); }
td.TdClassName
{
border-color: #BDE251;
}
.TagClassName
{
border-color: #BDE251;
}
</style>