Shades of Conifer #BAFB5E
Tints of Conifer #BAFB5E
RGB
CMYK
RGB Variations
Color information
#BAFB5E (or 0xBAFB5E) is known color: Conifer. HEX triplet: BA, FB and 5E. RGB value is (186,251,94). Sum of RGB (Red+Green+Blue) = 186+251+94=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB5E is #4504A1. Grayscale: #D6D6D6. Windows color (decimal): -4523170 or 6224826. OLE color: 6224826.
HSL color Cylindrical-coordinate representation of color #BAFB5E: hue angle of 84.84º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAFB5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 94 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.02 |
| HSL | 84.84º | 0.95% | 0.68% | - |
| HSV(B) | 84.84º | 0.63% | 0.98% | - |
| XYZ | 56.77 | 80.24 | 23.09 | - |
| YUV | 213.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 94 | 0.26 | 0 | 0.63 | 0.02 | 84.84 | 0.95 | 0.68 |
| Hex | BA | FB | 5E | 1A | 0 | 3F | 2 | 55 | 5F | 44 |
| Octal | 272 | 373 | 136 | 32 | 0 | 77 | 2 | 125 | 137 | 104 |
| Binary | 10111010 | 11111011 | 1011110 | 11010 | 0 | 111111 | 10 | 1010101 | 1011111 | 1000100 |
Color Harmonies of #BAFB5E
Complementary color
Monochromatic Colors of #BAFB5E
Black with #BAFB5E
Text Example
Text Example
White with #BAFB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFB5E; }
p { color: rgb(186,251,94); }
H1.HeaderClassName
{
color: #BAFB5E;
}
.AnyTagClassName
{
color: #BAFB5E;
}
</style>
background-color css
<style>
a { background-color: #BAFB5E; }
a { background-color: rgb(186,251,94); }
div.DivClassName
{
background-color: #BAFB5E;
}
.BgClassName
{
background-color: #BAFB5E;
}
</style>
border-color css
<style>
span { border-color: #BAFB5E; }
span { border-color: rgb(186,251,94); }
td.TdClassName
{
border-color: #BAFB5E;
}
.TagClassName
{
border-color: #BAFB5E;
}
</style>