Shades of Conifer #BAF64F
Tints of Conifer #BAF64F
RGB
CMYK
RGB Variations
Color information
#BAF64F (or 0xBAF64F) is known color: Conifer. HEX triplet: BA, F6 and 4F. RGB value is (186,246,79). Sum of RGB (Red+Green+Blue) = 186+246+79=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF64F is #4509B0. Grayscale: #D1D1D1. Windows color (decimal): -4524465 or 5240506. OLE color: 5240506.
HSL color Cylindrical-coordinate representation of color #BAF64F: hue angle of 81.56º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAF64F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 79 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.04 |
| HSL | 81.56º | 0.9% | 0.64% | - |
| HSV(B) | 81.56º | 0.68% | 0.96% | - |
| XYZ | 54.62 | 76.92 | 19.36 | - |
| YUV | 209.02 | 54.62 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 79 | 0.24 | 0 | 0.68 | 0.04 | 81.56 | 0.9 | 0.64 |
| Hex | BA | F6 | 4F | 18 | 0 | 44 | 4 | 52 | 5A | 40 |
| Octal | 272 | 366 | 117 | 30 | 0 | 104 | 4 | 122 | 132 | 100 |
| Binary | 10111010 | 11110110 | 1001111 | 11000 | 0 | 1000100 | 100 | 1010010 | 1011010 | 1000000 |
Color Harmonies of #BAF64F
Complementary color
Monochromatic Colors of #BAF64F
Black with #BAF64F
Text Example
Text Example
White with #BAF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF64F; }
p { color: rgb(186,246,79); }
H1.HeaderClassName
{
color: #BAF64F;
}
.AnyTagClassName
{
color: #BAF64F;
}
</style>
background-color css
<style>
a { background-color: #BAF64F; }
a { background-color: rgb(186,246,79); }
div.DivClassName
{
background-color: #BAF64F;
}
.BgClassName
{
background-color: #BAF64F;
}
</style>
border-color css
<style>
span { border-color: #BAF64F; }
span { border-color: rgb(186,246,79); }
td.TdClassName
{
border-color: #BAF64F;
}
.TagClassName
{
border-color: #BAF64F;
}
</style>