Shades of Conifer #BAF85A
Tints of Conifer #BAF85A
RGB
CMYK
RGB Variations
Color information
#BAF85A (or 0xBAF85A) is known color: Conifer. HEX triplet: BA, F8 and 5A. RGB value is (186,248,90). Sum of RGB (Red+Green+Blue) = 186+248+90=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF85A is #4507A5. Grayscale: #D4D4D4. Windows color (decimal): -4523942 or 5961914. OLE color: 5961914.
HSL color Cylindrical-coordinate representation of color #BAF85A: hue angle of 83.54º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF85A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 90 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.03 |
| HSL | 83.54º | 0.92% | 0.66% | - |
| HSV(B) | 83.54º | 0.64% | 0.97% | - |
| XYZ | 55.66 | 78.31 | 21.85 | - |
| YUV | 211.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 90 | 0.25 | 0 | 0.64 | 0.03 | 83.54 | 0.92 | 0.66 |
| Hex | BA | F8 | 5A | 19 | 0 | 40 | 3 | 54 | 5C | 42 |
| Octal | 272 | 370 | 132 | 31 | 0 | 100 | 3 | 124 | 134 | 102 |
| Binary | 10111010 | 11111000 | 1011010 | 11001 | 0 | 1000000 | 11 | 1010100 | 1011100 | 1000010 |
Color Harmonies of #BAF85A
Complementary color
Monochromatic Colors of #BAF85A
Black with #BAF85A
Text Example
Text Example
White with #BAF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF85A; }
p { color: rgb(186,248,90); }
H1.HeaderClassName
{
color: #BAF85A;
}
.AnyTagClassName
{
color: #BAF85A;
}
</style>
background-color css
<style>
a { background-color: #BAF85A; }
a { background-color: rgb(186,248,90); }
div.DivClassName
{
background-color: #BAF85A;
}
.BgClassName
{
background-color: #BAF85A;
}
</style>
border-color css
<style>
span { border-color: #BAF85A; }
span { border-color: rgb(186,248,90); }
td.TdClassName
{
border-color: #BAF85A;
}
.TagClassName
{
border-color: #BAF85A;
}
</style>