Shades of Conifer #BAF94E
Tints of Conifer #BAF94E
RGB
CMYK
RGB Variations
Color information
#BAF94E (or 0xBAF94E) is known color: Conifer. HEX triplet: BA, F9 and 4E. RGB value is (186,249,78). Sum of RGB (Red+Green+Blue) = 186+249+78=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF94E is #4506B1. Grayscale: #D3D3D3. Windows color (decimal): -4523698 or 5175738. OLE color: 5175738.
HSL color Cylindrical-coordinate representation of color #BAF94E: hue angle of 82.11º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF94E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 82.11º | 0.93% | 0.64% | - |
| HSV(B) | 82.11º | 0.69% | 0.98% | - |
| XYZ | 55.5 | 78.74 | 19.48 | - |
| YUV | 210.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 78 | 0.25 | 0 | 0.69 | 0.02 | 82.11 | 0.93 | 0.64 |
| Hex | BA | F9 | 4E | 19 | 0 | 45 | 2 | 52 | 5D | 40 |
| Octal | 272 | 371 | 116 | 31 | 0 | 105 | 2 | 122 | 135 | 100 |
| Binary | 10111010 | 11111001 | 1001110 | 11001 | 0 | 1000101 | 10 | 1010010 | 1011101 | 1000000 |
Color Harmonies of #BAF94E
Complementary color
Monochromatic Colors of #BAF94E
Black with #BAF94E
Text Example
Text Example
White with #BAF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF94E; }
p { color: rgb(186,249,78); }
H1.HeaderClassName
{
color: #BAF94E;
}
.AnyTagClassName
{
color: #BAF94E;
}
</style>
background-color css
<style>
a { background-color: #BAF94E; }
a { background-color: rgb(186,249,78); }
div.DivClassName
{
background-color: #BAF94E;
}
.BgClassName
{
background-color: #BAF94E;
}
</style>
border-color css
<style>
span { border-color: #BAF94E; }
span { border-color: rgb(186,249,78); }
td.TdClassName
{
border-color: #BAF94E;
}
.TagClassName
{
border-color: #BAF94E;
}
</style>