Shades of Conifer #BAF557
Tints of Conifer #BAF557
RGB
CMYK
RGB Variations
Color information
#BAF557 (or 0xBAF557) is known color: Conifer. HEX triplet: BA, F5 and 57. RGB value is (186,245,87). Sum of RGB (Red+Green+Blue) = 186+245+87=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF557 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF557 is #450AA8. Grayscale: #D1D1D1. Windows color (decimal): -4524713 or 5764538. OLE color: 5764538.
HSL color Cylindrical-coordinate representation of color #BAF557: hue angle of 82.41º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF557 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 87 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.04 |
| HSL | 82.41º | 0.89% | 0.65% | - |
| HSV(B) | 82.41º | 0.64% | 0.96% | - |
| XYZ | 54.62 | 76.43 | 20.89 | - |
| YUV | 209.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 87 | 0.24 | 0 | 0.64 | 0.04 | 82.41 | 0.89 | 0.65 |
| Hex | BA | F5 | 57 | 18 | 0 | 40 | 4 | 52 | 59 | 41 |
| Octal | 272 | 365 | 127 | 30 | 0 | 100 | 4 | 122 | 131 | 101 |
| Binary | 10111010 | 11110101 | 1010111 | 11000 | 0 | 1000000 | 100 | 1010010 | 1011001 | 1000001 |
Color Harmonies of #BAF557
Complementary color
Monochromatic Colors of #BAF557
Black with #BAF557
Text Example
Text Example
White with #BAF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF557; }
p { color: rgb(186,245,87); }
H1.HeaderClassName
{
color: #BAF557;
}
.AnyTagClassName
{
color: #BAF557;
}
</style>
background-color css
<style>
a { background-color: #BAF557; }
a { background-color: rgb(186,245,87); }
div.DivClassName
{
background-color: #BAF557;
}
.BgClassName
{
background-color: #BAF557;
}
</style>
border-color css
<style>
span { border-color: #BAF557; }
span { border-color: rgb(186,245,87); }
td.TdClassName
{
border-color: #BAF557;
}
.TagClassName
{
border-color: #BAF557;
}
</style>