Shades of Conifer #BAFA4E
Tints of Conifer #BAFA4E
RGB
CMYK
RGB Variations
Color information
#BAFA4E (or 0xBAFA4E) is known color: Conifer. HEX triplet: BA, FA and 4E. RGB value is (186,250,78). Sum of RGB (Red+Green+Blue) = 186+250+78=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA4E is #4505B1. Grayscale: #D3D3D3. Windows color (decimal): -4523442 or 5175994. OLE color: 5175994.
HSL color Cylindrical-coordinate representation of color #BAFA4E: hue angle of 82.33º degrees, saturation: 0.95, 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 #BAFA4E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 78 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.02 |
| HSL | 82.33º | 0.95% | 0.64% | - |
| HSV(B) | 82.33º | 0.69% | 0.98% | - |
| XYZ | 55.81 | 79.36 | 19.58 | - |
| YUV | 211.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 78 | 0.26 | 0 | 0.69 | 0.02 | 82.33 | 0.95 | 0.64 |
| Hex | BA | FA | 4E | 1A | 0 | 45 | 2 | 52 | 5F | 40 |
| Octal | 272 | 372 | 116 | 32 | 0 | 105 | 2 | 122 | 137 | 100 |
| Binary | 10111010 | 11111010 | 1001110 | 11010 | 0 | 1000101 | 10 | 1010010 | 1011111 | 1000000 |
Color Harmonies of #BAFA4E
Complementary color
Monochromatic Colors of #BAFA4E
Black with #BAFA4E
Text Example
Text Example
White with #BAFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA4E; }
p { color: rgb(186,250,78); }
H1.HeaderClassName
{
color: #BAFA4E;
}
.AnyTagClassName
{
color: #BAFA4E;
}
</style>
background-color css
<style>
a { background-color: #BAFA4E; }
a { background-color: rgb(186,250,78); }
div.DivClassName
{
background-color: #BAFA4E;
}
.BgClassName
{
background-color: #BAFA4E;
}
</style>
border-color css
<style>
span { border-color: #BAFA4E; }
span { border-color: rgb(186,250,78); }
td.TdClassName
{
border-color: #BAFA4E;
}
.TagClassName
{
border-color: #BAFA4E;
}
</style>