Shades of Conifer #BDE054
Tints of Conifer #BDE054
RGB
CMYK
RGB Variations
Color information
#BDE054 (or 0xBDE054) is known color: Conifer. HEX triplet: BD, E0 and 54. RGB value is (189,224,84). Sum of RGB (Red+Green+Blue) = 189+224+84=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE054 is #421FAB. Grayscale: #C6C6C6. Windows color (decimal): -4333484 or 5562557. OLE color: 5562557.
HSL color Cylindrical-coordinate representation of color #BDE054: hue angle of 75º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDE054 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 84 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.12 |
| HSL | 75º | 0.69% | 0.6% | - |
| HSV(B) | 75º | 0.63% | 0.88% | - |
| XYZ | 49.24 | 64.77 | 18.29 | - |
| YUV | 197.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 84 | 0.16 | 0 | 0.62 | 0.12 | 75 | 0.69 | 0.6 |
| Hex | BD | E0 | 54 | 10 | 0 | 3E | C | 4B | 45 | 3C |
| Octal | 275 | 340 | 124 | 20 | 0 | 76 | 14 | 113 | 105 | 74 |
| Binary | 10111101 | 11100000 | 1010100 | 10000 | 0 | 111110 | 1100 | 1001011 | 1000101 | 111100 |
Color Harmonies of #BDE054
Complementary color
Monochromatic Colors of #BDE054
Black with #BDE054
Text Example
Text Example
White with #BDE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE054; }
p { color: rgb(189,224,84); }
H1.HeaderClassName
{
color: #BDE054;
}
.AnyTagClassName
{
color: #BDE054;
}
</style>
background-color css
<style>
a { background-color: #BDE054; }
a { background-color: rgb(189,224,84); }
div.DivClassName
{
background-color: #BDE054;
}
.BgClassName
{
background-color: #BDE054;
}
</style>
border-color css
<style>
span { border-color: #BDE054; }
span { border-color: rgb(189,224,84); }
td.TdClassName
{
border-color: #BDE054;
}
.TagClassName
{
border-color: #BDE054;
}
</style>