Shades of Conifer #BDE24E
Tints of Conifer #BDE24E
RGB
CMYK
RGB Variations
Color information
#BDE24E (or 0xBDE24E) is known color: Conifer. HEX triplet: BD, E2 and 4E. RGB value is (189,226,78). Sum of RGB (Red+Green+Blue) = 189+226+78=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE24E is #421DB1. Grayscale: #C6C6C6. Windows color (decimal): -4332978 or 5169853. OLE color: 5169853.
HSL color Cylindrical-coordinate representation of color #BDE24E: hue angle of 75º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE24E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 78 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.11 |
| HSL | 75º | 0.72% | 0.6% | - |
| HSV(B) | 75º | 0.65% | 0.89% | - |
| XYZ | 49.56 | 65.76 | 17.29 | - |
| YUV | 198.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 78 | 0.16 | 0 | 0.65 | 0.11 | 75 | 0.72 | 0.6 |
| Hex | BD | E2 | 4E | 10 | 0 | 41 | B | 4B | 48 | 3C |
| Octal | 275 | 342 | 116 | 20 | 0 | 101 | 13 | 113 | 110 | 74 |
| Binary | 10111101 | 11100010 | 1001110 | 10000 | 0 | 1000001 | 1011 | 1001011 | 1001000 | 111100 |
Color Harmonies of #BDE24E
Complementary color
Monochromatic Colors of #BDE24E
Black with #BDE24E
Text Example
Text Example
White with #BDE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE24E; }
p { color: rgb(189,226,78); }
H1.HeaderClassName
{
color: #BDE24E;
}
.AnyTagClassName
{
color: #BDE24E;
}
</style>
background-color css
<style>
a { background-color: #BDE24E; }
a { background-color: rgb(189,226,78); }
div.DivClassName
{
background-color: #BDE24E;
}
.BgClassName
{
background-color: #BDE24E;
}
</style>
border-color css
<style>
span { border-color: #BDE24E; }
span { border-color: rgb(189,226,78); }
td.TdClassName
{
border-color: #BDE24E;
}
.TagClassName
{
border-color: #BDE24E;
}
</style>