Shades of Conifer #BAF548
Tints of Conifer #BAF548
RGB
CMYK
RGB Variations
Color information
#BAF548 (or 0xBAF548) is known color: Conifer. HEX triplet: BA, F5 and 48. RGB value is (186,245,72). Sum of RGB (Red+Green+Blue) = 186+245+72=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF548 is #450AB7. Grayscale: #D0D0D0. Windows color (decimal): -4524728 or 4781498. OLE color: 4781498.
HSL color Cylindrical-coordinate representation of color #BAF548: hue angle of 80.46º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAF548 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 72 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.04 |
| HSL | 80.46º | 0.9% | 0.62% | - |
| HSV(B) | 80.46º | 0.71% | 0.96% | - |
| XYZ | 54.07 | 76.21 | 17.99 | - |
| YUV | 207.64 | 51.45 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 72 | 0.24 | 0 | 0.71 | 0.04 | 80.46 | 0.9 | 0.62 |
| Hex | BA | F5 | 48 | 18 | 0 | 47 | 4 | 50 | 5A | 3E |
| Octal | 272 | 365 | 110 | 30 | 0 | 107 | 4 | 120 | 132 | 76 |
| Binary | 10111010 | 11110101 | 1001000 | 11000 | 0 | 1000111 | 100 | 1010000 | 1011010 | 111110 |
Color Harmonies of #BAF548
Complementary color
Monochromatic Colors of #BAF548
Black with #BAF548
Text Example
Text Example
White with #BAF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF548; }
p { color: rgb(186,245,72); }
H1.HeaderClassName
{
color: #BAF548;
}
.AnyTagClassName
{
color: #BAF548;
}
</style>
background-color css
<style>
a { background-color: #BAF548; }
a { background-color: rgb(186,245,72); }
div.DivClassName
{
background-color: #BAF548;
}
.BgClassName
{
background-color: #BAF548;
}
</style>
border-color css
<style>
span { border-color: #BAF548; }
span { border-color: rgb(186,245,72); }
td.TdClassName
{
border-color: #BAF548;
}
.TagClassName
{
border-color: #BAF548;
}
</style>