Shades of Conifer #BAE84E
Tints of Conifer #BAE84E
RGB
CMYK
RGB Variations
Color information
#BAE84E (or 0xBAE84E) is known color: Conifer. HEX triplet: BA, E8 and 4E. RGB value is (186,232,78). Sum of RGB (Red+Green+Blue) = 186+232+78=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE84E is #4517B1. Grayscale: #C9C9C9. Windows color (decimal): -4528050 or 5171386. OLE color: 5171386.
HSL color Cylindrical-coordinate representation of color #BAE84E: hue angle of 77.92º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE84E is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 78 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.09 |
| HSL | 77.92º | 0.77% | 0.61% | - |
| HSV(B) | 77.92º | 0.66% | 0.91% | - |
| XYZ | 50.48 | 68.7 | 17.81 | - |
| YUV | 200.69 | 58.76 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 78 | 0.20 | 0 | 0.66 | 0.09 | 77.92 | 0.77 | 0.61 |
| Hex | BA | E8 | 4E | 14 | 0 | 42 | 9 | 4E | 4D | 3D |
| Octal | 272 | 350 | 116 | 24 | 0 | 102 | 11 | 116 | 115 | 75 |
| Binary | 10111010 | 11101000 | 1001110 | 10100 | 0 | 1000010 | 1001 | 1001110 | 1001101 | 111101 |
Color Harmonies of #BAE84E
Complementary color
Monochromatic Colors of #BAE84E
Black with #BAE84E
Text Example
Text Example
White with #BAE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE84E; }
p { color: rgb(186,232,78); }
H1.HeaderClassName
{
color: #BAE84E;
}
.AnyTagClassName
{
color: #BAE84E;
}
</style>
background-color css
<style>
a { background-color: #BAE84E; }
a { background-color: rgb(186,232,78); }
div.DivClassName
{
background-color: #BAE84E;
}
.BgClassName
{
background-color: #BAE84E;
}
</style>
border-color css
<style>
span { border-color: #BAE84E; }
span { border-color: rgb(186,232,78); }
td.TdClassName
{
border-color: #BAE84E;
}
.TagClassName
{
border-color: #BAE84E;
}
</style>