Shades of Mantis #86E657
Tints of Mantis #86E657
RGB
CMYK
RGB Variations
Color information
#86E657 (or 0x86E657) is known color: Mantis. HEX triplet: 86, E6 and 57. RGB value is (134,230,87). Sum of RGB (Red+Green+Blue) = 134+230+87=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #86E657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E657 is #7919A8. Grayscale: #B9B9B9. Windows color (decimal): -7936425 or 5760646. OLE color: 5760646.
HSL color Cylindrical-coordinate representation of color #86E657: hue angle of 100.28º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86E657 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 230 | 87 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.10 |
| HSL | 100.28º | 0.74% | 0.62% | - |
| HSV(B) | 100.28º | 0.62% | 0.9% | - |
| XYZ | 39.85 | 62.35 | 18.95 | - |
| YUV | 184.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 230 | 87 | 0.42 | 0 | 0.62 | 0.10 | 100.28 | 0.74 | 0.62 |
| Hex | 86 | E6 | 57 | 2A | 0 | 3E | A | 64 | 4A | 3E |
| Octal | 206 | 346 | 127 | 52 | 0 | 76 | 12 | 144 | 112 | 76 |
| Binary | 10000110 | 11100110 | 1010111 | 101010 | 0 | 111110 | 1010 | 1100100 | 1001010 | 111110 |
Color Harmonies of #86E657
Complementary color
Monochromatic Colors of #86E657
Black with #86E657
Text Example
Text Example
White with #86E657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E657; }
p { color: rgb(134,230,87); }
H1.HeaderClassName
{
color: #86E657;
}
.AnyTagClassName
{
color: #86E657;
}
</style>
background-color css
<style>
a { background-color: #86E657; }
a { background-color: rgb(134,230,87); }
div.DivClassName
{
background-color: #86E657;
}
.BgClassName
{
background-color: #86E657;
}
</style>
border-color css
<style>
span { border-color: #86E657; }
span { border-color: rgb(134,230,87); }
td.TdClassName
{
border-color: #86E657;
}
.TagClassName
{
border-color: #86E657;
}
</style>