Shades of Conifer #BADD5E
Tints of Conifer #BADD5E
RGB
CMYK
RGB Variations
Color information
#BADD5E (or 0xBADD5E) is known color: Conifer. HEX triplet: BA, DD and 5E. RGB value is (186,221,94). Sum of RGB (Red+Green+Blue) = 186+221+94=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD5E is #4522A1. Grayscale: #C4C4C4. Windows color (decimal): -4530850 or 6217146. OLE color: 6217146.
HSL color Cylindrical-coordinate representation of color #BADD5E: hue angle of 76.54º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BADD5E is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 94 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.13 |
| HSL | 76.54º | 0.65% | 0.62% | - |
| HSV(B) | 76.54º | 0.57% | 0.87% | - |
| XYZ | 48.13 | 62.96 | 20.21 | - |
| YUV | 196.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 94 | 0.16 | 0 | 0.57 | 0.13 | 76.54 | 0.65 | 0.62 |
| Hex | BA | DD | 5E | 10 | 0 | 39 | D | 4D | 41 | 3E |
| Octal | 272 | 335 | 136 | 20 | 0 | 71 | 15 | 115 | 101 | 76 |
| Binary | 10111010 | 11011101 | 1011110 | 10000 | 0 | 111001 | 1101 | 1001101 | 1000001 | 111110 |
Color Harmonies of #BADD5E
Complementary color
Monochromatic Colors of #BADD5E
Black with #BADD5E
Text Example
Text Example
White with #BADD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD5E; }
p { color: rgb(186,221,94); }
H1.HeaderClassName
{
color: #BADD5E;
}
.AnyTagClassName
{
color: #BADD5E;
}
</style>
background-color css
<style>
a { background-color: #BADD5E; }
a { background-color: rgb(186,221,94); }
div.DivClassName
{
background-color: #BADD5E;
}
.BgClassName
{
background-color: #BADD5E;
}
</style>
border-color css
<style>
span { border-color: #BADD5E; }
span { border-color: rgb(186,221,94); }
td.TdClassName
{
border-color: #BADD5E;
}
.TagClassName
{
border-color: #BADD5E;
}
</style>