Shades of Conifer #BADD45
Tints of Conifer #BADD45
RGB
CMYK
RGB Variations
Color information
#BADD45 (or 0xBADD45) is known color: Conifer. HEX triplet: BA, DD and 45. RGB value is (186,221,69). Sum of RGB (Red+Green+Blue) = 186+221+69=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD45 is #4522BA. Grayscale: #C1C1C1. Windows color (decimal): -4530875 or 4578746. OLE color: 4578746.
HSL color Cylindrical-coordinate representation of color #BADD45: hue angle of 73.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BADD45 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 69 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.13 |
| HSL | 73.82º | 0.69% | 0.57% | - |
| HSV(B) | 73.82º | 0.69% | 0.87% | - |
| XYZ | 47.18 | 62.58 | 15.22 | - |
| YUV | 193.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 69 | 0.16 | 0 | 0.69 | 0.13 | 73.82 | 0.69 | 0.57 |
| Hex | BA | DD | 45 | 10 | 0 | 45 | D | 4A | 45 | 39 |
| Octal | 272 | 335 | 105 | 20 | 0 | 105 | 15 | 112 | 105 | 71 |
| Binary | 10111010 | 11011101 | 1000101 | 10000 | 0 | 1000101 | 1101 | 1001010 | 1000101 | 111001 |
Color Harmonies of #BADD45
Complementary color
Monochromatic Colors of #BADD45
Black with #BADD45
Text Example
Text Example
White with #BADD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD45; }
p { color: rgb(186,221,69); }
H1.HeaderClassName
{
color: #BADD45;
}
.AnyTagClassName
{
color: #BADD45;
}
</style>
background-color css
<style>
a { background-color: #BADD45; }
a { background-color: rgb(186,221,69); }
div.DivClassName
{
background-color: #BADD45;
}
.BgClassName
{
background-color: #BADD45;
}
</style>
border-color css
<style>
span { border-color: #BADD45; }
span { border-color: rgb(186,221,69); }
td.TdClassName
{
border-color: #BADD45;
}
.TagClassName
{
border-color: #BADD45;
}
</style>