Shades of Conifer #BDE449
Tints of Conifer #BDE449
RGB
CMYK
RGB Variations
Color information
#BDE449 (or 0xBDE449) is known color: Conifer. HEX triplet: BD, E4 and 49. RGB value is (189,228,73). Sum of RGB (Red+Green+Blue) = 189+228+73=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE449 is #421BB6. Grayscale: #C7C7C7. Windows color (decimal): -4332471 or 4842685. OLE color: 4842685.
HSL color Cylindrical-coordinate representation of color #BDE449: hue angle of 75.1º 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 #BDE449 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 73 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 75.1º | 0.74% | 0.59% | - |
| HSV(B) | 75.1º | 0.68% | 0.89% | - |
| XYZ | 49.93 | 66.79 | 16.56 | - |
| YUV | 198.67 | 57.08 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 73 | 0.17 | 0 | 0.68 | 0.11 | 75.1 | 0.74 | 0.59 |
| Hex | BD | E4 | 49 | 11 | 0 | 44 | B | 4B | 4A | 3B |
| Octal | 275 | 344 | 111 | 21 | 0 | 104 | 13 | 113 | 112 | 73 |
| Binary | 10111101 | 11100100 | 1001001 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001010 | 111011 |
Color Harmonies of #BDE449
Complementary color
Monochromatic Colors of #BDE449
Black with #BDE449
Text Example
Text Example
White with #BDE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE449; }
p { color: rgb(189,228,73); }
H1.HeaderClassName
{
color: #BDE449;
}
.AnyTagClassName
{
color: #BDE449;
}
</style>
background-color css
<style>
a { background-color: #BDE449; }
a { background-color: rgb(189,228,73); }
div.DivClassName
{
background-color: #BDE449;
}
.BgClassName
{
background-color: #BDE449;
}
</style>
border-color css
<style>
span { border-color: #BDE449; }
span { border-color: rgb(189,228,73); }
td.TdClassName
{
border-color: #BDE449;
}
.TagClassName
{
border-color: #BDE449;
}
</style>