Shades of Conifer #BDE455
Tints of Conifer #BDE455
RGB
CMYK
RGB Variations
Color information
#BDE455 (or 0xBDE455) is known color: Conifer. HEX triplet: BD, E4 and 55. RGB value is (189,228,85). Sum of RGB (Red+Green+Blue) = 189+228+85=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE455 is #421BAA. Grayscale: #C8C8C8. Windows color (decimal): -4332459 or 5629117. OLE color: 5629117.
HSL color Cylindrical-coordinate representation of color #BDE455: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDE455 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 85 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.11 |
| HSL | 76.36º | 0.73% | 0.61% | - |
| HSV(B) | 76.36º | 0.63% | 0.89% | - |
| XYZ | 50.37 | 66.96 | 18.86 | - |
| YUV | 200.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 85 | 0.17 | 0 | 0.63 | 0.11 | 76.36 | 0.73 | 0.61 |
| Hex | BD | E4 | 55 | 11 | 0 | 3F | B | 4C | 49 | 3D |
| Octal | 275 | 344 | 125 | 21 | 0 | 77 | 13 | 114 | 111 | 75 |
| Binary | 10111101 | 11100100 | 1010101 | 10001 | 0 | 111111 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BDE455
Complementary color
Monochromatic Colors of #BDE455
Black with #BDE455
Text Example
Text Example
White with #BDE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE455; }
p { color: rgb(189,228,85); }
H1.HeaderClassName
{
color: #BDE455;
}
.AnyTagClassName
{
color: #BDE455;
}
</style>
background-color css
<style>
a { background-color: #BDE455; }
a { background-color: rgb(189,228,85); }
div.DivClassName
{
background-color: #BDE455;
}
.BgClassName
{
background-color: #BDE455;
}
</style>
border-color css
<style>
span { border-color: #BDE455; }
span { border-color: rgb(189,228,85); }
td.TdClassName
{
border-color: #BDE455;
}
.TagClassName
{
border-color: #BDE455;
}
</style>