Shades of Conifer #BAF84F
Tints of Conifer #BAF84F
RGB
CMYK
RGB Variations
Color information
#BAF84F (or 0xBAF84F) is known color: Conifer. HEX triplet: BA, F8 and 4F. RGB value is (186,248,79). Sum of RGB (Red+Green+Blue) = 186+248+79=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF84F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF84F is #4507B0. Grayscale: #D2D2D2. Windows color (decimal): -4523953 or 5241018. OLE color: 5241018.
HSL color Cylindrical-coordinate representation of color #BAF84F: hue angle of 82.01º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAF84F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 79 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.03 |
| HSL | 82.01º | 0.92% | 0.64% | - |
| HSV(B) | 82.01º | 0.68% | 0.97% | - |
| XYZ | 55.23 | 78.14 | 19.57 | - |
| YUV | 210.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 79 | 0.25 | 0 | 0.68 | 0.03 | 82.01 | 0.92 | 0.64 |
| Hex | BA | F8 | 4F | 19 | 0 | 44 | 3 | 52 | 5C | 40 |
| Octal | 272 | 370 | 117 | 31 | 0 | 104 | 3 | 122 | 134 | 100 |
| Binary | 10111010 | 11111000 | 1001111 | 11001 | 0 | 1000100 | 11 | 1010010 | 1011100 | 1000000 |
Color Harmonies of #BAF84F
Complementary color
Monochromatic Colors of #BAF84F
Black with #BAF84F
Text Example
Text Example
White with #BAF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF84F; }
p { color: rgb(186,248,79); }
H1.HeaderClassName
{
color: #BAF84F;
}
.AnyTagClassName
{
color: #BAF84F;
}
</style>
background-color css
<style>
a { background-color: #BAF84F; }
a { background-color: rgb(186,248,79); }
div.DivClassName
{
background-color: #BAF84F;
}
.BgClassName
{
background-color: #BAF84F;
}
</style>
border-color css
<style>
span { border-color: #BAF84F; }
span { border-color: rgb(186,248,79); }
td.TdClassName
{
border-color: #BAF84F;
}
.TagClassName
{
border-color: #BAF84F;
}
</style>