Shades of Lawn Green #86F51E
Tints of Lawn Green #86F51E
RGB
CMYK
RGB Variations
Color information
#86F51E (or 0x86F51E) is known color: Lawn Green. HEX triplet: 86, F5 and 1E. RGB value is (134,245,30). Sum of RGB (Red+Green+Blue) = 134+245+30=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 245 (96.09% from 255 or 59.90% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 245 - color contains mainly: green. Hex color #86F51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F51E is #790AE1. Grayscale: #BCBCBC. Windows color (decimal): -7932642 or 2028934. OLE color: 2028934.
HSL color Cylindrical-coordinate representation of color #86F51E: hue angle of 90.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86F51E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 245 | 30 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.04 |
| HSL | 90.98º | 0.91% | 0.54% | - |
| HSV(B) | 90.98º | 0.88% | 0.96% | - |
| XYZ | 42.72 | 70.47 | 12.58 | - |
| YUV | 187.3 | 39.23 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 245 | 30 | 0.45 | 0 | 0.88 | 0.04 | 90.98 | 0.91 | 0.54 |
| Hex | 86 | F5 | 1E | 2D | 0 | 58 | 4 | 5B | 5B | 36 |
| Octal | 206 | 365 | 36 | 55 | 0 | 130 | 4 | 133 | 133 | 66 |
| Binary | 10000110 | 11110101 | 11110 | 101101 | 0 | 1011000 | 100 | 1011011 | 1011011 | 110110 |
Color Harmonies of #86F51E
Complementary color
Monochromatic Colors of #86F51E
Black with #86F51E
Text Example
Text Example
White with #86F51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F51E; }
p { color: rgb(134,245,30); }
H1.HeaderClassName
{
color: #86F51E;
}
.AnyTagClassName
{
color: #86F51E;
}
</style>
background-color css
<style>
a { background-color: #86F51E; }
a { background-color: rgb(134,245,30); }
div.DivClassName
{
background-color: #86F51E;
}
.BgClassName
{
background-color: #86F51E;
}
</style>
border-color css
<style>
span { border-color: #86F51E; }
span { border-color: rgb(134,245,30); }
td.TdClassName
{
border-color: #86F51E;
}
.TagClassName
{
border-color: #86F51E;
}
</style>