Shades of Lawn Green #86F11E
Tints of Lawn Green #86F11E
RGB
CMYK
RGB Variations
Color information
#86F11E (or 0x86F11E) is known color: Lawn Green. HEX triplet: 86, F1 and 1E. RGB value is (134,241,30). Sum of RGB (Red+Green+Blue) = 134+241+30=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #86F11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F11E is #790EE1. Grayscale: #B9B9B9. Windows color (decimal): -7933666 or 2027910. OLE color: 2027910.
HSL color Cylindrical-coordinate representation of color #86F11E: hue angle of 90.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86F11E is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 30 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.05 |
| HSL | 90.43º | 0.88% | 0.53% | - |
| HSV(B) | 90.43º | 0.88% | 0.95% | - |
| XYZ | 41.52 | 68.07 | 12.18 | - |
| YUV | 184.95 | 40.55 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 30 | 0.44 | 0 | 0.88 | 0.05 | 90.43 | 0.88 | 0.53 |
| Hex | 86 | F1 | 1E | 2C | 0 | 58 | 5 | 5A | 58 | 35 |
| Octal | 206 | 361 | 36 | 54 | 0 | 130 | 5 | 132 | 130 | 65 |
| Binary | 10000110 | 11110001 | 11110 | 101100 | 0 | 1011000 | 101 | 1011010 | 1011000 | 110101 |
Color Harmonies of #86F11E
Complementary color
Monochromatic Colors of #86F11E
Black with #86F11E
Text Example
Text Example
White with #86F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F11E; }
p { color: rgb(134,241,30); }
H1.HeaderClassName
{
color: #86F11E;
}
.AnyTagClassName
{
color: #86F11E;
}
</style>
background-color css
<style>
a { background-color: #86F11E; }
a { background-color: rgb(134,241,30); }
div.DivClassName
{
background-color: #86F11E;
}
.BgClassName
{
background-color: #86F11E;
}
</style>
border-color css
<style>
span { border-color: #86F11E; }
span { border-color: rgb(134,241,30); }
td.TdClassName
{
border-color: #86F11E;
}
.TagClassName
{
border-color: #86F11E;
}
</style>