Shades of Conifer #BADD4E
Tints of Conifer #BADD4E
RGB
CMYK
RGB Variations
Color information
#BADD4E (or 0xBADD4E) is known color: Conifer. HEX triplet: BA, DD and 4E. RGB value is (186,221,78). Sum of RGB (Red+Green+Blue) = 186+221+78=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD4E is #4522B1. Grayscale: #C2C2C2. Windows color (decimal): -4530866 or 5168570. OLE color: 5168570.
HSL color Cylindrical-coordinate representation of color #BADD4E: hue angle of 74.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BADD4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 78 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 74.69º | 0.68% | 0.59% | - |
| HSV(B) | 74.69º | 0.65% | 0.87% | - |
| XYZ | 47.48 | 62.7 | 16.81 | - |
| YUV | 194.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 78 | 0.16 | 0 | 0.65 | 0.13 | 74.69 | 0.68 | 0.59 |
| Hex | BA | DD | 4E | 10 | 0 | 41 | D | 4B | 44 | 3B |
| Octal | 272 | 335 | 116 | 20 | 0 | 101 | 15 | 113 | 104 | 73 |
| Binary | 10111010 | 11011101 | 1001110 | 10000 | 0 | 1000001 | 1101 | 1001011 | 1000100 | 111011 |
Color Harmonies of #BADD4E
Complementary color
Monochromatic Colors of #BADD4E
Black with #BADD4E
Text Example
Text Example
White with #BADD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD4E; }
p { color: rgb(186,221,78); }
H1.HeaderClassName
{
color: #BADD4E;
}
.AnyTagClassName
{
color: #BADD4E;
}
</style>
background-color css
<style>
a { background-color: #BADD4E; }
a { background-color: rgb(186,221,78); }
div.DivClassName
{
background-color: #BADD4E;
}
.BgClassName
{
background-color: #BADD4E;
}
</style>
border-color css
<style>
span { border-color: #BADD4E; }
span { border-color: rgb(186,221,78); }
td.TdClassName
{
border-color: #BADD4E;
}
.TagClassName
{
border-color: #BADD4E;
}
</style>