Shades of Conifer #BAF448
Tints of Conifer #BAF448
RGB
CMYK
RGB Variations
Color information
#BAF448 (or 0xBAF448) is known color: Conifer. HEX triplet: BA, F4 and 48. RGB value is (186,244,72). Sum of RGB (Red+Green+Blue) = 186+244+72=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF448 is #450BB7. Grayscale: #CFCFCF. Windows color (decimal): -4524984 or 4781242. OLE color: 4781242.
HSL color Cylindrical-coordinate representation of color #BAF448: hue angle of 80.23º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF448 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 72 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.04 |
| HSL | 80.23º | 0.89% | 0.62% | - |
| HSV(B) | 80.23º | 0.7% | 0.96% | - |
| XYZ | 53.77 | 75.61 | 17.89 | - |
| YUV | 207.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 72 | 0.24 | 0 | 0.70 | 0.04 | 80.23 | 0.89 | 0.62 |
| Hex | BA | F4 | 48 | 18 | 0 | 46 | 4 | 50 | 59 | 3E |
| Octal | 272 | 364 | 110 | 30 | 0 | 106 | 4 | 120 | 131 | 76 |
| Binary | 10111010 | 11110100 | 1001000 | 11000 | 0 | 1000110 | 100 | 1010000 | 1011001 | 111110 |
Color Harmonies of #BAF448
Complementary color
Monochromatic Colors of #BAF448
Black with #BAF448
Text Example
Text Example
White with #BAF448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF448; }
p { color: rgb(186,244,72); }
H1.HeaderClassName
{
color: #BAF448;
}
.AnyTagClassName
{
color: #BAF448;
}
</style>
background-color css
<style>
a { background-color: #BAF448; }
a { background-color: rgb(186,244,72); }
div.DivClassName
{
background-color: #BAF448;
}
.BgClassName
{
background-color: #BAF448;
}
</style>
border-color css
<style>
span { border-color: #BAF448; }
span { border-color: rgb(186,244,72); }
td.TdClassName
{
border-color: #BAF448;
}
.TagClassName
{
border-color: #BAF448;
}
</style>