Shades of Conifer #BAF550
Tints of Conifer #BAF550
RGB
CMYK
RGB Variations
Color information
#BAF550 (or 0xBAF550) is known color: Conifer. HEX triplet: BA, F5 and 50. RGB value is (186,245,80). Sum of RGB (Red+Green+Blue) = 186+245+80=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF550 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF550 is #450AAF. Grayscale: #D1D1D1. Windows color (decimal): -4524720 or 5305786. OLE color: 5305786.
HSL color Cylindrical-coordinate representation of color #BAF550: hue angle of 81.45º 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 #BAF550 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 80 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.45º | 0.89% | 0.64% | - |
| HSV(B) | 81.45º | 0.67% | 0.96% | - |
| XYZ | 54.35 | 76.32 | 19.46 | - |
| YUV | 208.55 | 55.45 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 80 | 0.24 | 0 | 0.67 | 0.04 | 81.45 | 0.89 | 0.64 |
| Hex | BA | F5 | 50 | 18 | 0 | 43 | 4 | 51 | 59 | 40 |
| Octal | 272 | 365 | 120 | 30 | 0 | 103 | 4 | 121 | 131 | 100 |
| Binary | 10111010 | 11110101 | 1010000 | 11000 | 0 | 1000011 | 100 | 1010001 | 1011001 | 1000000 |
Color Harmonies of #BAF550
Complementary color
Monochromatic Colors of #BAF550
Black with #BAF550
Text Example
Text Example
White with #BAF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF550; }
p { color: rgb(186,245,80); }
H1.HeaderClassName
{
color: #BAF550;
}
.AnyTagClassName
{
color: #BAF550;
}
</style>
background-color css
<style>
a { background-color: #BAF550; }
a { background-color: rgb(186,245,80); }
div.DivClassName
{
background-color: #BAF550;
}
.BgClassName
{
background-color: #BAF550;
}
</style>
border-color css
<style>
span { border-color: #BAF550; }
span { border-color: rgb(186,245,80); }
td.TdClassName
{
border-color: #BAF550;
}
.TagClassName
{
border-color: #BAF550;
}
</style>