Shades of Conifer #BDE865
Tints of Conifer #BDE865
RGB
CMYK
RGB Variations
Color information
#BDE865 (or 0xBDE865) is known color: Conifer. HEX triplet: BD, E8 and 65. RGB value is (189,232,101). Sum of RGB (Red+Green+Blue) = 189+232+101=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE865 is #42179A. Grayscale: #CCCCCC. Windows color (decimal): -4331419 or 6678717. OLE color: 6678717.
HSL color Cylindrical-coordinate representation of color #BDE865: hue angle of 79.69º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE865 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 101 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 79.69º | 0.74% | 0.65% | - |
| HSV(B) | 79.69º | 0.56% | 0.91% | - |
| XYZ | 52.19 | 69.47 | 22.97 | - |
| YUV | 204.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 101 | 0.19 | 0 | 0.56 | 0.09 | 79.69 | 0.74 | 0.65 |
| Hex | BD | E8 | 65 | 13 | 0 | 38 | 9 | 50 | 4A | 41 |
| Octal | 275 | 350 | 145 | 23 | 0 | 70 | 11 | 120 | 112 | 101 |
| Binary | 10111101 | 11101000 | 1100101 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001010 | 1000001 |
Color Harmonies of #BDE865
Complementary color
Monochromatic Colors of #BDE865
Black with #BDE865
Text Example
Text Example
White with #BDE865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE865; }
p { color: rgb(189,232,101); }
H1.HeaderClassName
{
color: #BDE865;
}
.AnyTagClassName
{
color: #BDE865;
}
</style>
background-color css
<style>
a { background-color: #BDE865; }
a { background-color: rgb(189,232,101); }
div.DivClassName
{
background-color: #BDE865;
}
.BgClassName
{
background-color: #BDE865;
}
</style>
border-color css
<style>
span { border-color: #BDE865; }
span { border-color: rgb(189,232,101); }
td.TdClassName
{
border-color: #BDE865;
}
.TagClassName
{
border-color: #BDE865;
}
</style>