Shades of Lawn Green #86F119
Tints of Lawn Green #86F119
RGB
CMYK
RGB Variations
Color information
#86F119 (or 0x86F119) is known color: Lawn Green. HEX triplet: 86, F1 and 19. RGB value is (134,241,25). Sum of RGB (Red+Green+Blue) = 134+241+25=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #86F119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F119 is #790EE6. Grayscale: #B9B9B9. Windows color (decimal): -7933671 or 1700230. OLE color: 1700230.
HSL color Cylindrical-coordinate representation of color #86F119: hue angle of 89.72º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86F119 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 25 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.05 |
| HSL | 89.72º | 0.89% | 0.52% | - |
| HSV(B) | 89.72º | 0.9% | 0.95% | - |
| XYZ | 41.46 | 68.05 | 11.87 | - |
| YUV | 184.38 | 38.05 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 25 | 0.44 | 0 | 0.90 | 0.05 | 89.72 | 0.89 | 0.52 |
| Hex | 86 | F1 | 19 | 2C | 0 | 5A | 5 | 5A | 59 | 34 |
| Octal | 206 | 361 | 31 | 54 | 0 | 132 | 5 | 132 | 131 | 64 |
| Binary | 10000110 | 11110001 | 11001 | 101100 | 0 | 1011010 | 101 | 1011010 | 1011001 | 110100 |
Color Harmonies of #86F119
Complementary color
Monochromatic Colors of #86F119
Black with #86F119
Text Example
Text Example
White with #86F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F119; }
p { color: rgb(134,241,25); }
H1.HeaderClassName
{
color: #86F119;
}
.AnyTagClassName
{
color: #86F119;
}
</style>
background-color css
<style>
a { background-color: #86F119; }
a { background-color: rgb(134,241,25); }
div.DivClassName
{
background-color: #86F119;
}
.BgClassName
{
background-color: #86F119;
}
</style>
border-color css
<style>
span { border-color: #86F119; }
span { border-color: rgb(134,241,25); }
td.TdClassName
{
border-color: #86F119;
}
.TagClassName
{
border-color: #86F119;
}
</style>