Shades of Conifer #BDE858
Tints of Conifer #BDE858
RGB
CMYK
RGB Variations
Color information
#BDE858 (or 0xBDE858) is known color: Conifer. HEX triplet: BD, E8 and 58. RGB value is (189,232,88). Sum of RGB (Red+Green+Blue) = 189+232+88=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE858 is #4217A7. Grayscale: #CBCBCB. Windows color (decimal): -4331432 or 5826749. OLE color: 5826749.
HSL color Cylindrical-coordinate representation of color #BDE858: hue angle of 77.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDE858 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 88 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.09 |
| HSL | 77.92º | 0.76% | 0.63% | - |
| HSV(B) | 77.92º | 0.62% | 0.91% | - |
| XYZ | 51.6 | 69.24 | 19.88 | - |
| YUV | 202.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 88 | 0.19 | 0 | 0.62 | 0.09 | 77.92 | 0.76 | 0.63 |
| Hex | BD | E8 | 58 | 13 | 0 | 3E | 9 | 4E | 4C | 3F |
| Octal | 275 | 350 | 130 | 23 | 0 | 76 | 11 | 116 | 114 | 77 |
| Binary | 10111101 | 11101000 | 1011000 | 10011 | 0 | 111110 | 1001 | 1001110 | 1001100 | 111111 |
Color Harmonies of #BDE858
Complementary color
Monochromatic Colors of #BDE858
Black with #BDE858
Text Example
Text Example
White with #BDE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE858; }
p { color: rgb(189,232,88); }
H1.HeaderClassName
{
color: #BDE858;
}
.AnyTagClassName
{
color: #BDE858;
}
</style>
background-color css
<style>
a { background-color: #BDE858; }
a { background-color: rgb(189,232,88); }
div.DivClassName
{
background-color: #BDE858;
}
.BgClassName
{
background-color: #BDE858;
}
</style>
border-color css
<style>
span { border-color: #BDE858; }
span { border-color: rgb(189,232,88); }
td.TdClassName
{
border-color: #BDE858;
}
.TagClassName
{
border-color: #BDE858;
}
</style>