Shades of Green Yellow #86FA2F
Tints of Green Yellow #86FA2F
RGB
CMYK
RGB Variations
Color information
#86FA2F (or 0x86FA2F) is known color: Green Yellow. HEX triplet: 86, FA and 2F. RGB value is (134,250,47). Sum of RGB (Red+Green+Blue) = 134+250+47=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FA2F is #7905D0. Grayscale: #C0C0C0. Windows color (decimal): -7931345 or 3144326. OLE color: 3144326.
HSL color Cylindrical-coordinate representation of color #86FA2F: hue angle of 94.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86FA2F is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 47 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.02 |
| HSL | 94.29º | 0.95% | 0.58% | - |
| HSV(B) | 94.29º | 0.81% | 0.98% | - |
| XYZ | 44.53 | 73.64 | 14.56 | - |
| YUV | 192.17 | 46.07 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 47 | 0.46 | 0 | 0.81 | 0.02 | 94.29 | 0.95 | 0.58 |
| Hex | 86 | FA | 2F | 2E | 0 | 51 | 2 | 5E | 5F | 3A |
| Octal | 206 | 372 | 57 | 56 | 0 | 121 | 2 | 136 | 137 | 72 |
| Binary | 10000110 | 11111010 | 101111 | 101110 | 0 | 1010001 | 10 | 1011110 | 1011111 | 111010 |
Color Harmonies of #86FA2F
Complementary color
Monochromatic Colors of #86FA2F
Black with #86FA2F
Text Example
Text Example
White with #86FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FA2F; }
p { color: rgb(134,250,47); }
H1.HeaderClassName
{
color: #86FA2F;
}
.AnyTagClassName
{
color: #86FA2F;
}
</style>
background-color css
<style>
a { background-color: #86FA2F; }
a { background-color: rgb(134,250,47); }
div.DivClassName
{
background-color: #86FA2F;
}
.BgClassName
{
background-color: #86FA2F;
}
</style>
border-color css
<style>
span { border-color: #86FA2F; }
span { border-color: rgb(134,250,47); }
td.TdClassName
{
border-color: #86FA2F;
}
.TagClassName
{
border-color: #86FA2F;
}
</style>