Shades of Conifer #BAE54F
Tints of Conifer #BAE54F
RGB
CMYK
RGB Variations
Color information
#BAE54F (or 0xBAE54F) is known color: Conifer. HEX triplet: BA, E5 and 4F. RGB value is (186,229,79). Sum of RGB (Red+Green+Blue) = 186+229+79=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE54F is #451AB0. Grayscale: #C7C7C7. Windows color (decimal): -4528817 or 5236154. OLE color: 5236154.
HSL color Cylindrical-coordinate representation of color #BAE54F: hue angle of 77.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE54F is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 79 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.10 |
| HSL | 77.2º | 0.74% | 0.6% | - |
| HSV(B) | 77.2º | 0.66% | 0.9% | - |
| XYZ | 49.68 | 67.04 | 17.72 | - |
| YUV | 199.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 79 | 0.19 | 0 | 0.66 | 0.10 | 77.2 | 0.74 | 0.6 |
| Hex | BA | E5 | 4F | 13 | 0 | 42 | A | 4D | 4A | 3C |
| Octal | 272 | 345 | 117 | 23 | 0 | 102 | 12 | 115 | 112 | 74 |
| Binary | 10111010 | 11100101 | 1001111 | 10011 | 0 | 1000010 | 1010 | 1001101 | 1001010 | 111100 |
Color Harmonies of #BAE54F
Complementary color
Monochromatic Colors of #BAE54F
Black with #BAE54F
Text Example
Text Example
White with #BAE54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE54F; }
p { color: rgb(186,229,79); }
H1.HeaderClassName
{
color: #BAE54F;
}
.AnyTagClassName
{
color: #BAE54F;
}
</style>
background-color css
<style>
a { background-color: #BAE54F; }
a { background-color: rgb(186,229,79); }
div.DivClassName
{
background-color: #BAE54F;
}
.BgClassName
{
background-color: #BAE54F;
}
</style>
border-color css
<style>
span { border-color: #BAE54F; }
span { border-color: rgb(186,229,79); }
td.TdClassName
{
border-color: #BAE54F;
}
.TagClassName
{
border-color: #BAE54F;
}
</style>