Shades of Conifer #BAF249
Tints of Conifer #BAF249
RGB
CMYK
RGB Variations
Color information
#BAF249 (or 0xBAF249) is known color: Conifer. HEX triplet: BA, F2 and 49. RGB value is (186,242,73). Sum of RGB (Red+Green+Blue) = 186+242+73=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF249 is #450DB6. Grayscale: #CECECE. Windows color (decimal): -4525495 or 4846266. OLE color: 4846266.
HSL color Cylindrical-coordinate representation of color #BAF249: hue angle of 79.88º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF249 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 73 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 79.88º | 0.87% | 0.62% | - |
| HSV(B) | 79.88º | 0.7% | 0.95% | - |
| XYZ | 53.2 | 74.42 | 17.86 | - |
| YUV | 205.99 | 52.95 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 73 | 0.23 | 0 | 0.70 | 0.05 | 79.88 | 0.87 | 0.62 |
| Hex | BA | F2 | 49 | 17 | 0 | 46 | 5 | 50 | 57 | 3E |
| Octal | 272 | 362 | 111 | 27 | 0 | 106 | 5 | 120 | 127 | 76 |
| Binary | 10111010 | 11110010 | 1001001 | 10111 | 0 | 1000110 | 101 | 1010000 | 1010111 | 111110 |
Color Harmonies of #BAF249
Complementary color
Monochromatic Colors of #BAF249
Black with #BAF249
Text Example
Text Example
White with #BAF249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF249; }
p { color: rgb(186,242,73); }
H1.HeaderClassName
{
color: #BAF249;
}
.AnyTagClassName
{
color: #BAF249;
}
</style>
background-color css
<style>
a { background-color: #BAF249; }
a { background-color: rgb(186,242,73); }
div.DivClassName
{
background-color: #BAF249;
}
.BgClassName
{
background-color: #BAF249;
}
</style>
border-color css
<style>
span { border-color: #BAF249; }
span { border-color: rgb(186,242,73); }
td.TdClassName
{
border-color: #BAF249;
}
.TagClassName
{
border-color: #BAF249;
}
</style>