Shades of Conifer #BAF05E
Tints of Conifer #BAF05E
RGB
CMYK
RGB Variations
Color information
#BAF05E (or 0xBAF05E) is known color: Conifer. HEX triplet: BA, F0 and 5E. RGB value is (186,240,94). Sum of RGB (Red+Green+Blue) = 186+240+94=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF05E is #450FA1. Grayscale: #CFCFCF. Windows color (decimal): -4525986 or 6222010. OLE color: 6222010.
HSL color Cylindrical-coordinate representation of color #BAF05E: hue angle of 82.19º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF05E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 94 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.06 |
| HSL | 82.19º | 0.83% | 0.65% | - |
| HSV(B) | 82.19º | 0.61% | 0.94% | - |
| XYZ | 53.43 | 73.57 | 21.97 | - |
| YUV | 207.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 94 | 0.22 | 0 | 0.61 | 0.06 | 82.19 | 0.83 | 0.65 |
| Hex | BA | F0 | 5E | 16 | 0 | 3D | 6 | 52 | 53 | 41 |
| Octal | 272 | 360 | 136 | 26 | 0 | 75 | 6 | 122 | 123 | 101 |
| Binary | 10111010 | 11110000 | 1011110 | 10110 | 0 | 111101 | 110 | 1010010 | 1010011 | 1000001 |
Color Harmonies of #BAF05E
Complementary color
Monochromatic Colors of #BAF05E
Black with #BAF05E
Text Example
Text Example
White with #BAF05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF05E; }
p { color: rgb(186,240,94); }
H1.HeaderClassName
{
color: #BAF05E;
}
.AnyTagClassName
{
color: #BAF05E;
}
</style>
background-color css
<style>
a { background-color: #BAF05E; }
a { background-color: rgb(186,240,94); }
div.DivClassName
{
background-color: #BAF05E;
}
.BgClassName
{
background-color: #BAF05E;
}
</style>
border-color css
<style>
span { border-color: #BAF05E; }
span { border-color: rgb(186,240,94); }
td.TdClassName
{
border-color: #BAF05E;
}
.TagClassName
{
border-color: #BAF05E;
}
</style>