Shades of Conifer #BAFA4D
Tints of Conifer #BAFA4D
RGB
CMYK
RGB Variations
Color information
#BAFA4D (or 0xBAFA4D) is known color: Conifer. HEX triplet: BA, FA and 4D. RGB value is (186,250,77). Sum of RGB (Red+Green+Blue) = 186+250+77=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA4D is #4505B2. Grayscale: #D3D3D3. Windows color (decimal): -4523443 or 5110458. OLE color: 5110458.
HSL color Cylindrical-coordinate representation of color #BAFA4D: hue angle of 82.2º 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 #BAFA4D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 77 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.02 |
| HSL | 82.2º | 0.95% | 0.64% | - |
| HSV(B) | 82.2º | 0.69% | 0.98% | - |
| XYZ | 55.77 | 79.35 | 19.4 | - |
| YUV | 211.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 77 | 0.26 | 0 | 0.69 | 0.02 | 82.2 | 0.95 | 0.64 |
| Hex | BA | FA | 4D | 1A | 0 | 45 | 2 | 52 | 5F | 40 |
| Octal | 272 | 372 | 115 | 32 | 0 | 105 | 2 | 122 | 137 | 100 |
| Binary | 10111010 | 11111010 | 1001101 | 11010 | 0 | 1000101 | 10 | 1010010 | 1011111 | 1000000 |
Color Harmonies of #BAFA4D
Complementary color
Monochromatic Colors of #BAFA4D
Black with #BAFA4D
Text Example
Text Example
White with #BAFA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA4D; }
p { color: rgb(186,250,77); }
H1.HeaderClassName
{
color: #BAFA4D;
}
.AnyTagClassName
{
color: #BAFA4D;
}
</style>
background-color css
<style>
a { background-color: #BAFA4D; }
a { background-color: rgb(186,250,77); }
div.DivClassName
{
background-color: #BAFA4D;
}
.BgClassName
{
background-color: #BAFA4D;
}
</style>
border-color css
<style>
span { border-color: #BAFA4D; }
span { border-color: rgb(186,250,77); }
td.TdClassName
{
border-color: #BAFA4D;
}
.TagClassName
{
border-color: #BAFA4D;
}
</style>