Shades of Lawn Green #86F205
Tints of Lawn Green #86F205
RGB
CMYK
RGB Variations
Color information
#86F205 (or 0x86F205) is known color: Lawn Green. HEX triplet: 86, F2 and 05. RGB value is (134,242,5). Sum of RGB (Red+Green+Blue) = 134+242+5=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #86F205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F205 is #790DFA. Grayscale: #B7B7B7. Windows color (decimal): -7933435 or 389766. OLE color: 389766.
HSL color Cylindrical-coordinate representation of color #86F205: hue angle of 87.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86F205 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.05 |
| HSL | 87.34º | 0.96% | 0.48% | - |
| HSV(B) | 87.34º | 0.98% | 0.95% | - |
| XYZ | 41.61 | 68.58 | 11.19 | - |
| YUV | 182.69 | 27.72 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 5 | 0.45 | 0 | 0.98 | 0.05 | 87.34 | 0.96 | 0.48 |
| Hex | 86 | F2 | 5 | 2D | 0 | 62 | 5 | 57 | 60 | 30 |
| Octal | 206 | 362 | 5 | 55 | 0 | 142 | 5 | 127 | 140 | 60 |
| Binary | 10000110 | 11110010 | 101 | 101101 | 0 | 1100010 | 101 | 1010111 | 1100000 | 110000 |
Color Harmonies of #86F205
Complementary color
Monochromatic Colors of #86F205
Black with #86F205
Text Example
Text Example
White with #86F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F205; }
p { color: rgb(134,242,5); }
H1.HeaderClassName
{
color: #86F205;
}
.AnyTagClassName
{
color: #86F205;
}
</style>
background-color css
<style>
a { background-color: #86F205; }
a { background-color: rgb(134,242,5); }
div.DivClassName
{
background-color: #86F205;
}
.BgClassName
{
background-color: #86F205;
}
</style>
border-color css
<style>
span { border-color: #86F205; }
span { border-color: rgb(134,242,5); }
td.TdClassName
{
border-color: #86F205;
}
.TagClassName
{
border-color: #86F205;
}
</style>