Shades of Conifer #BAF45A
Tints of Conifer #BAF45A
RGB
CMYK
RGB Variations
Color information
#BAF45A (or 0xBAF45A) is known color: Conifer. HEX triplet: BA, F4 and 5A. RGB value is (186,244,90). Sum of RGB (Red+Green+Blue) = 186+244+90=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF45A is #450BA5. Grayscale: #D1D1D1. Windows color (decimal): -4524966 or 5960890. OLE color: 5960890.
HSL color Cylindrical-coordinate representation of color #BAF45A: hue angle of 82.6º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAF45A is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 90 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.04 |
| HSL | 82.6º | 0.88% | 0.65% | - |
| HSV(B) | 82.6º | 0.63% | 0.96% | - |
| XYZ | 54.45 | 75.88 | 21.45 | - |
| YUV | 209.1 | 60.78 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 90 | 0.24 | 0 | 0.63 | 0.04 | 82.6 | 0.88 | 0.65 |
| Hex | BA | F4 | 5A | 18 | 0 | 3F | 4 | 53 | 58 | 41 |
| Octal | 272 | 364 | 132 | 30 | 0 | 77 | 4 | 123 | 130 | 101 |
| Binary | 10111010 | 11110100 | 1011010 | 11000 | 0 | 111111 | 100 | 1010011 | 1011000 | 1000001 |
Color Harmonies of #BAF45A
Complementary color
Monochromatic Colors of #BAF45A
Black with #BAF45A
Text Example
Text Example
White with #BAF45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF45A; }
p { color: rgb(186,244,90); }
H1.HeaderClassName
{
color: #BAF45A;
}
.AnyTagClassName
{
color: #BAF45A;
}
</style>
background-color css
<style>
a { background-color: #BAF45A; }
a { background-color: rgb(186,244,90); }
div.DivClassName
{
background-color: #BAF45A;
}
.BgClassName
{
background-color: #BAF45A;
}
</style>
border-color css
<style>
span { border-color: #BAF45A; }
span { border-color: rgb(186,244,90); }
td.TdClassName
{
border-color: #BAF45A;
}
.TagClassName
{
border-color: #BAF45A;
}
</style>