Shades of Lawn Green #86F200
Tints of Lawn Green #86F200
RGB
CMYK
RGB Variations
Color information
#86F200 (or 0x86F200) is known color: Lawn Green. HEX triplet: 86, F2 and 00. RGB value is (134,242,0). Sum of RGB (Red+Green+Blue) = 134+242+0=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #86F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F200 is #790DFF. Grayscale: #B6B6B6. Windows color (decimal): -7933440 or 62086. OLE color: 62086.
HSL color Cylindrical-coordinate representation of color #86F200: hue angle of 86.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86F200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 242 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.05 |
| HSL | 86.78º | 1% | 0.47% | - |
| HSV(B) | 86.78º | 1% | 0.95% | - |
| XYZ | 41.58 | 68.57 | 11.04 | - |
| YUV | 182.12 | 25.22 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 242 | 0 | 0.45 | 0 | 1 | 0.05 | 86.78 | 1 | 0.47 |
| Hex | 86 | F2 | 0 | 2D | 0 | 64 | 5 | 57 | 64 | 2F |
| Octal | 206 | 362 | 0 | 55 | 0 | 144 | 5 | 127 | 144 | 57 |
| Binary | 10000110 | 11110010 | 0 | 101101 | 0 | 1100100 | 101 | 1010111 | 1100100 | 101111 |
Color Harmonies of #86F200
Complementary color
Monochromatic Colors of #86F200
Black with #86F200
Text Example
Text Example
White with #86F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F200; }
p { color: rgb(134,242,0); }
H1.HeaderClassName
{
color: #86F200;
}
.AnyTagClassName
{
color: #86F200;
}
</style>
background-color css
<style>
a { background-color: #86F200; }
a { background-color: rgb(134,242,0); }
div.DivClassName
{
background-color: #86F200;
}
.BgClassName
{
background-color: #86F200;
}
</style>
border-color css
<style>
span { border-color: #86F200; }
span { border-color: rgb(134,242,0); }
td.TdClassName
{
border-color: #86F200;
}
.TagClassName
{
border-color: #86F200;
}
</style>