Shades of Conifer #BAF552
Tints of Conifer #BAF552
RGB
CMYK
RGB Variations
Color information
#BAF552 (or 0xBAF552) is known color: Conifer. HEX triplet: BA, F5 and 52. RGB value is (186,245,82). Sum of RGB (Red+Green+Blue) = 186+245+82=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF552 is #450AAD. Grayscale: #D1D1D1. Windows color (decimal): -4524718 or 5436858. OLE color: 5436858.
HSL color Cylindrical-coordinate representation of color #BAF552: hue angle of 81.72º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF552 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 82 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.72º | 0.89% | 0.64% | - |
| HSV(B) | 81.72º | 0.67% | 0.96% | - |
| XYZ | 54.43 | 76.35 | 19.85 | - |
| YUV | 208.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 82 | 0.24 | 0 | 0.67 | 0.04 | 81.72 | 0.89 | 0.64 |
| Hex | BA | F5 | 52 | 18 | 0 | 43 | 4 | 52 | 59 | 40 |
| Octal | 272 | 365 | 122 | 30 | 0 | 103 | 4 | 122 | 131 | 100 |
| Binary | 10111010 | 11110101 | 1010010 | 11000 | 0 | 1000011 | 100 | 1010010 | 1011001 | 1000000 |
Color Harmonies of #BAF552
Complementary color
Monochromatic Colors of #BAF552
Black with #BAF552
Text Example
Text Example
White with #BAF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF552; }
p { color: rgb(186,245,82); }
H1.HeaderClassName
{
color: #BAF552;
}
.AnyTagClassName
{
color: #BAF552;
}
</style>
background-color css
<style>
a { background-color: #BAF552; }
a { background-color: rgb(186,245,82); }
div.DivClassName
{
background-color: #BAF552;
}
.BgClassName
{
background-color: #BAF552;
}
</style>
border-color css
<style>
span { border-color: #BAF552; }
span { border-color: rgb(186,245,82); }
td.TdClassName
{
border-color: #BAF552;
}
.TagClassName
{
border-color: #BAF552;
}
</style>