Shades of Conifer #BDE44A
Tints of Conifer #BDE44A
RGB
CMYK
RGB Variations
Color information
#BDE44A (or 0xBDE44A) is known color: Conifer. HEX triplet: BD, E4 and 4A. RGB value is (189,228,74). Sum of RGB (Red+Green+Blue) = 189+228+74=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE44A is #421BB5. Grayscale: #C7C7C7. Windows color (decimal): -4332470 or 4908221. OLE color: 4908221.
HSL color Cylindrical-coordinate representation of color #BDE44A: hue angle of 75.19º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDE44A is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 74 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 75.19º | 0.74% | 0.59% | - |
| HSV(B) | 75.19º | 0.68% | 0.89% | - |
| XYZ | 49.97 | 66.8 | 16.74 | - |
| YUV | 198.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 74 | 0.17 | 0 | 0.68 | 0.11 | 75.19 | 0.74 | 0.59 |
| Hex | BD | E4 | 4A | 11 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 275 | 344 | 112 | 21 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111101 | 11100100 | 1001010 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BDE44A
Complementary color
Monochromatic Colors of #BDE44A
Black with #BDE44A
Text Example
Text Example
White with #BDE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE44A; }
p { color: rgb(189,228,74); }
H1.HeaderClassName
{
color: #BDE44A;
}
.AnyTagClassName
{
color: #BDE44A;
}
</style>
background-color css
<style>
a { background-color: #BDE44A; }
a { background-color: rgb(189,228,74); }
div.DivClassName
{
background-color: #BDE44A;
}
.BgClassName
{
background-color: #BDE44A;
}
</style>
border-color css
<style>
span { border-color: #BDE44A; }
span { border-color: rgb(189,228,74); }
td.TdClassName
{
border-color: #BDE44A;
}
.TagClassName
{
border-color: #BDE44A;
}
</style>