Shades of Yellow Green #86E020
Tints of Yellow Green #86E020
RGB
CMYK
RGB Variations
Color information
#86E020 (or 0x86E020) is known color: Yellow Green. HEX triplet: 86, E0 and 20. RGB value is (134,224,32). Sum of RGB (Red+Green+Blue) = 134+224+32=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 224 (87.89% from 255 or 57.44% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 224 - color contains mainly: green. Hex color #86E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E020 is #791FDF. Grayscale: #AFAFAF. Windows color (decimal): -7938016 or 2154630. OLE color: 2154630.
HSL color Cylindrical-coordinate representation of color #86E020: hue angle of 88.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86E020 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 32 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.12 |
| HSL | 88.13º | 0.76% | 0.5% | - |
| HSV(B) | 88.13º | 0.86% | 0.88% | - |
| XYZ | 36.75 | 58.48 | 10.72 | - |
| YUV | 175.2 | 47.18 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 32 | 0.40 | 0 | 0.86 | 0.12 | 88.13 | 0.76 | 0.5 |
| Hex | 86 | E0 | 20 | 28 | 0 | 56 | C | 58 | 4C | 32 |
| Octal | 206 | 340 | 40 | 50 | 0 | 126 | 14 | 130 | 114 | 62 |
| Binary | 10000110 | 11100000 | 100000 | 101000 | 0 | 1010110 | 1100 | 1011000 | 1001100 | 110010 |
Color Harmonies of #86E020
Complementary color
Monochromatic Colors of #86E020
Black with #86E020
Text Example
Text Example
White with #86E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E020; }
p { color: rgb(134,224,32); }
H1.HeaderClassName
{
color: #86E020;
}
.AnyTagClassName
{
color: #86E020;
}
</style>
background-color css
<style>
a { background-color: #86E020; }
a { background-color: rgb(134,224,32); }
div.DivClassName
{
background-color: #86E020;
}
.BgClassName
{
background-color: #86E020;
}
</style>
border-color css
<style>
span { border-color: #86E020; }
span { border-color: rgb(134,224,32); }
td.TdClassName
{
border-color: #86E020;
}
.TagClassName
{
border-color: #86E020;
}
</style>