Shades of Conifer #BDE454
Tints of Conifer #BDE454
RGB
CMYK
RGB Variations
Color information
#BDE454 (or 0xBDE454) is known color: Conifer. HEX triplet: BD, E4 and 54. RGB value is (189,228,84). Sum of RGB (Red+Green+Blue) = 189+228+84=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE454 is #421BAB. Grayscale: #C8C8C8. Windows color (decimal): -4332460 or 5563581. OLE color: 5563581.
HSL color Cylindrical-coordinate representation of color #BDE454: hue angle of 76.25º 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 #BDE454 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 84 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.11 |
| HSL | 76.25º | 0.73% | 0.61% | - |
| HSV(B) | 76.25º | 0.63% | 0.89% | - |
| XYZ | 50.33 | 66.95 | 18.66 | - |
| YUV | 199.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 84 | 0.17 | 0 | 0.63 | 0.11 | 76.25 | 0.73 | 0.61 |
| Hex | BD | E4 | 54 | 11 | 0 | 3F | B | 4C | 49 | 3D |
| Octal | 275 | 344 | 124 | 21 | 0 | 77 | 13 | 114 | 111 | 75 |
| Binary | 10111101 | 11100100 | 1010100 | 10001 | 0 | 111111 | 1011 | 1001100 | 1001001 | 111101 |
Color Harmonies of #BDE454
Complementary color
Monochromatic Colors of #BDE454
Black with #BDE454
Text Example
Text Example
White with #BDE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE454; }
p { color: rgb(189,228,84); }
H1.HeaderClassName
{
color: #BDE454;
}
.AnyTagClassName
{
color: #BDE454;
}
</style>
background-color css
<style>
a { background-color: #BDE454; }
a { background-color: rgb(189,228,84); }
div.DivClassName
{
background-color: #BDE454;
}
.BgClassName
{
background-color: #BDE454;
}
</style>
border-color css
<style>
span { border-color: #BDE454; }
span { border-color: rgb(189,228,84); }
td.TdClassName
{
border-color: #BDE454;
}
.TagClassName
{
border-color: #BDE454;
}
</style>