Shades of Mantis #86EC4D
Tints of Mantis #86EC4D
RGB
CMYK
RGB Variations
Color information
#86EC4D (or 0x86EC4D) is known color: Mantis. HEX triplet: 86, EC and 4D. RGB value is (134,236,77). Sum of RGB (Red+Green+Blue) = 134+236+77=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC4D is #7913B2. Grayscale: #BBBBBB. Windows color (decimal): -7934899 or 5106822. OLE color: 5106822.
HSL color Cylindrical-coordinate representation of color #86EC4D: hue angle of 98.49º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86EC4D is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 77 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.07 |
| HSL | 98.49º | 0.81% | 0.61% | - |
| HSV(B) | 98.49º | 0.67% | 0.93% | - |
| XYZ | 41.17 | 65.6 | 17.51 | - |
| YUV | 187.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 77 | 0.43 | 0 | 0.67 | 0.07 | 98.49 | 0.81 | 0.61 |
| Hex | 86 | EC | 4D | 2B | 0 | 43 | 7 | 62 | 51 | 3D |
| Octal | 206 | 354 | 115 | 53 | 0 | 103 | 7 | 142 | 121 | 75 |
| Binary | 10000110 | 11101100 | 1001101 | 101011 | 0 | 1000011 | 111 | 1100010 | 1010001 | 111101 |
Color Harmonies of #86EC4D
Complementary color
Monochromatic Colors of #86EC4D
Black with #86EC4D
Text Example
Text Example
White with #86EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC4D; }
p { color: rgb(134,236,77); }
H1.HeaderClassName
{
color: #86EC4D;
}
.AnyTagClassName
{
color: #86EC4D;
}
</style>
background-color css
<style>
a { background-color: #86EC4D; }
a { background-color: rgb(134,236,77); }
div.DivClassName
{
background-color: #86EC4D;
}
.BgClassName
{
background-color: #86EC4D;
}
</style>
border-color css
<style>
span { border-color: #86EC4D; }
span { border-color: rgb(134,236,77); }
td.TdClassName
{
border-color: #86EC4D;
}
.TagClassName
{
border-color: #86EC4D;
}
</style>