Shades of Conifer #BDE853
Tints of Conifer #BDE853
RGB
CMYK
RGB Variations
Color information
#BDE853 (or 0xBDE853) is known color: Conifer. HEX triplet: BD, E8 and 53. RGB value is (189,232,83). Sum of RGB (Red+Green+Blue) = 189+232+83=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE853 is #4217AC. Grayscale: #CACACA. Windows color (decimal): -4331437 or 5499069. OLE color: 5499069.
HSL color Cylindrical-coordinate representation of color #BDE853: hue angle of 77.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE853 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 83 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.09 |
| HSL | 77.32º | 0.76% | 0.62% | - |
| HSV(B) | 77.32º | 0.64% | 0.91% | - |
| XYZ | 51.4 | 69.16 | 18.82 | - |
| YUV | 202.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 83 | 0.19 | 0 | 0.64 | 0.09 | 77.32 | 0.76 | 0.62 |
| Hex | BD | E8 | 53 | 13 | 0 | 40 | 9 | 4D | 4C | 3E |
| Octal | 275 | 350 | 123 | 23 | 0 | 100 | 11 | 115 | 114 | 76 |
| Binary | 10111101 | 11101000 | 1010011 | 10011 | 0 | 1000000 | 1001 | 1001101 | 1001100 | 111110 |
Color Harmonies of #BDE853
Complementary color
Monochromatic Colors of #BDE853
Black with #BDE853
Text Example
Text Example
White with #BDE853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE853; }
p { color: rgb(189,232,83); }
H1.HeaderClassName
{
color: #BDE853;
}
.AnyTagClassName
{
color: #BDE853;
}
</style>
background-color css
<style>
a { background-color: #BDE853; }
a { background-color: rgb(189,232,83); }
div.DivClassName
{
background-color: #BDE853;
}
.BgClassName
{
background-color: #BDE853;
}
</style>
border-color css
<style>
span { border-color: #BDE853; }
span { border-color: rgb(189,232,83); }
td.TdClassName
{
border-color: #BDE853;
}
.TagClassName
{
border-color: #BDE853;
}
</style>