Shades of Lawn Green #86F215
Tints of Lawn Green #86F215
RGB
CMYK
RGB Variations
Color information
#86F215 (or 0x86F215) is known color: Lawn Green. HEX triplet: 86, F2 and 15. RGB value is (134,242,21). Sum of RGB (Red+Green+Blue) = 134+242+21=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #86F215 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F215 is #790DEA. Grayscale: #B9B9B9. Windows color (decimal): -7933419 or 1438342. OLE color: 1438342.
HSL color Cylindrical-coordinate representation of color #86F215: hue angle of 89.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86F215 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 21 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.05 |
| HSL | 89.32º | 0.89% | 0.52% | - |
| HSV(B) | 89.32º | 0.91% | 0.95% | - |
| XYZ | 41.72 | 68.63 | 11.76 | - |
| YUV | 184.51 | 35.72 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 21 | 0.45 | 0 | 0.91 | 0.05 | 89.32 | 0.89 | 0.52 |
| Hex | 86 | F2 | 15 | 2D | 0 | 5B | 5 | 59 | 59 | 34 |
| Octal | 206 | 362 | 25 | 55 | 0 | 133 | 5 | 131 | 131 | 64 |
| Binary | 10000110 | 11110010 | 10101 | 101101 | 0 | 1011011 | 101 | 1011001 | 1011001 | 110100 |
Color Harmonies of #86F215
Complementary color
Monochromatic Colors of #86F215
Black with #86F215
Text Example
Text Example
White with #86F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F215; }
p { color: rgb(134,242,21); }
H1.HeaderClassName
{
color: #86F215;
}
.AnyTagClassName
{
color: #86F215;
}
</style>
background-color css
<style>
a { background-color: #86F215; }
a { background-color: rgb(134,242,21); }
div.DivClassName
{
background-color: #86F215;
}
.BgClassName
{
background-color: #86F215;
}
</style>
border-color css
<style>
span { border-color: #86F215; }
span { border-color: rgb(134,242,21); }
td.TdClassName
{
border-color: #86F215;
}
.TagClassName
{
border-color: #86F215;
}
</style>