Shades of Mantis #86E85D
Tints of Mantis #86E85D
RGB
CMYK
RGB Variations
Color information
#86E85D (or 0x86E85D) is known color: Mantis. HEX triplet: 86, E8 and 5D. RGB value is (134,232,93). Sum of RGB (Red+Green+Blue) = 134+232+93=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #86E85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E85D is #7917A2. Grayscale: #BBBBBB. Windows color (decimal): -7935907 or 6154374. OLE color: 6154374.
HSL color Cylindrical-coordinate representation of color #86E85D: hue angle of 102.3º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86E85D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 232 | 93 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.09 |
| HSL | 102.3º | 0.75% | 0.64% | - |
| HSV(B) | 102.3º | 0.6% | 0.91% | - |
| XYZ | 40.66 | 63.57 | 20.48 | - |
| YUV | 186.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 232 | 93 | 0.42 | 0 | 0.60 | 0.09 | 102.3 | 0.75 | 0.64 |
| Hex | 86 | E8 | 5D | 2A | 0 | 3C | 9 | 66 | 4B | 40 |
| Octal | 206 | 350 | 135 | 52 | 0 | 74 | 11 | 146 | 113 | 100 |
| Binary | 10000110 | 11101000 | 1011101 | 101010 | 0 | 111100 | 1001 | 1100110 | 1001011 | 1000000 |
Color Harmonies of #86E85D
Complementary color
Monochromatic Colors of #86E85D
Black with #86E85D
Text Example
Text Example
White with #86E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E85D; }
p { color: rgb(134,232,93); }
H1.HeaderClassName
{
color: #86E85D;
}
.AnyTagClassName
{
color: #86E85D;
}
</style>
background-color css
<style>
a { background-color: #86E85D; }
a { background-color: rgb(134,232,93); }
div.DivClassName
{
background-color: #86E85D;
}
.BgClassName
{
background-color: #86E85D;
}
</style>
border-color css
<style>
span { border-color: #86E85D; }
span { border-color: rgb(134,232,93); }
td.TdClassName
{
border-color: #86E85D;
}
.TagClassName
{
border-color: #86E85D;
}
</style>