Shades of Conifer #BDE24C
Tints of Conifer #BDE24C
RGB
CMYK
RGB Variations
Color information
#BDE24C (or 0xBDE24C) is known color: Conifer. HEX triplet: BD, E2 and 4C. RGB value is (189,226,76). Sum of RGB (Red+Green+Blue) = 189+226+76=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE24C is #421DB3. Grayscale: #C6C6C6. Windows color (decimal): -4332980 or 5038781. OLE color: 5038781.
HSL color Cylindrical-coordinate representation of color #BDE24C: hue angle of 74.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDE24C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 76 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.11 |
| HSL | 74.8º | 0.72% | 0.59% | - |
| HSV(B) | 74.8º | 0.66% | 0.89% | - |
| XYZ | 49.49 | 65.73 | 16.92 | - |
| YUV | 197.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 76 | 0.16 | 0 | 0.66 | 0.11 | 74.8 | 0.72 | 0.59 |
| Hex | BD | E2 | 4C | 10 | 0 | 42 | B | 4B | 48 | 3B |
| Octal | 275 | 342 | 114 | 20 | 0 | 102 | 13 | 113 | 110 | 73 |
| Binary | 10111101 | 11100010 | 1001100 | 10000 | 0 | 1000010 | 1011 | 1001011 | 1001000 | 111011 |
Color Harmonies of #BDE24C
Complementary color
Monochromatic Colors of #BDE24C
Black with #BDE24C
Text Example
Text Example
White with #BDE24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE24C; }
p { color: rgb(189,226,76); }
H1.HeaderClassName
{
color: #BDE24C;
}
.AnyTagClassName
{
color: #BDE24C;
}
</style>
background-color css
<style>
a { background-color: #BDE24C; }
a { background-color: rgb(189,226,76); }
div.DivClassName
{
background-color: #BDE24C;
}
.BgClassName
{
background-color: #BDE24C;
}
</style>
border-color css
<style>
span { border-color: #BDE24C; }
span { border-color: rgb(189,226,76); }
td.TdClassName
{
border-color: #BDE24C;
}
.TagClassName
{
border-color: #BDE24C;
}
</style>