Shades of Conifer #BAF560
Tints of Conifer #BAF560
RGB
CMYK
RGB Variations
Color information
#BAF560 (or 0xBAF560) is known color: Conifer. HEX triplet: BA, F5 and 60. RGB value is (186,245,96). Sum of RGB (Red+Green+Blue) = 186+245+96=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF560 is #450A9F. Grayscale: #D2D2D2. Windows color (decimal): -4524704 or 6354362. OLE color: 6354362.
HSL color Cylindrical-coordinate representation of color #BAF560: hue angle of 83.76º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF560 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.04 |
| HSL | 83.76º | 0.88% | 0.67% | - |
| HSV(B) | 83.76º | 0.61% | 0.96% | - |
| XYZ | 55.01 | 76.59 | 22.95 | - |
| YUV | 210.37 | 63.45 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 96 | 0.24 | 0 | 0.61 | 0.04 | 83.76 | 0.88 | 0.67 |
| Hex | BA | F5 | 60 | 18 | 0 | 3D | 4 | 54 | 58 | 43 |
| Octal | 272 | 365 | 140 | 30 | 0 | 75 | 4 | 124 | 130 | 103 |
| Binary | 10111010 | 11110101 | 1100000 | 11000 | 0 | 111101 | 100 | 1010100 | 1011000 | 1000011 |
Color Harmonies of #BAF560
Complementary color
Monochromatic Colors of #BAF560
Black with #BAF560
Text Example
Text Example
White with #BAF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF560; }
p { color: rgb(186,245,96); }
H1.HeaderClassName
{
color: #BAF560;
}
.AnyTagClassName
{
color: #BAF560;
}
</style>
background-color css
<style>
a { background-color: #BAF560; }
a { background-color: rgb(186,245,96); }
div.DivClassName
{
background-color: #BAF560;
}
.BgClassName
{
background-color: #BAF560;
}
</style>
border-color css
<style>
span { border-color: #BAF560; }
span { border-color: rgb(186,245,96); }
td.TdClassName
{
border-color: #BAF560;
}
.TagClassName
{
border-color: #BAF560;
}
</style>