Shades of Mantis #86E04F
Tints of Mantis #86E04F
RGB
CMYK
RGB Variations
Color information
#86E04F (or 0x86E04F) is known color: Mantis. HEX triplet: 86, E0 and 4F. RGB value is (134,224,79). Sum of RGB (Red+Green+Blue) = 134+224+79=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #86E04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E04F is #791FB0. Grayscale: #B5B5B5. Windows color (decimal): -7937969 or 5234822. OLE color: 5234822.
HSL color Cylindrical-coordinate representation of color #86E04F: hue angle of 97.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86E04F is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 79 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.12 |
| HSL | 97.24º | 0.7% | 0.59% | - |
| HSV(B) | 97.24º | 0.65% | 0.88% | - |
| XYZ | 37.9 | 58.94 | 16.78 | - |
| YUV | 180.56 | 70.68 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 79 | 0.40 | 0 | 0.65 | 0.12 | 97.24 | 0.7 | 0.59 |
| Hex | 86 | E0 | 4F | 28 | 0 | 41 | C | 61 | 46 | 3B |
| Octal | 206 | 340 | 117 | 50 | 0 | 101 | 14 | 141 | 106 | 73 |
| Binary | 10000110 | 11100000 | 1001111 | 101000 | 0 | 1000001 | 1100 | 1100001 | 1000110 | 111011 |
Color Harmonies of #86E04F
Complementary color
Monochromatic Colors of #86E04F
Black with #86E04F
Text Example
Text Example
White with #86E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E04F; }
p { color: rgb(134,224,79); }
H1.HeaderClassName
{
color: #86E04F;
}
.AnyTagClassName
{
color: #86E04F;
}
</style>
background-color css
<style>
a { background-color: #86E04F; }
a { background-color: rgb(134,224,79); }
div.DivClassName
{
background-color: #86E04F;
}
.BgClassName
{
background-color: #86E04F;
}
</style>
border-color css
<style>
span { border-color: #86E04F; }
span { border-color: rgb(134,224,79); }
td.TdClassName
{
border-color: #86E04F;
}
.TagClassName
{
border-color: #86E04F;
}
</style>