Shades of Mantis #86D660
Tints of Mantis #86D660
RGB
CMYK
RGB Variations
Color information
#86D660 (or 0x86D660) is known color: Mantis. HEX triplet: 86, D6 and 60. RGB value is (134,214,96). Sum of RGB (Red+Green+Blue) = 134+214+96=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #86D660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D660 is #79299F. Grayscale: #B1B1B1. Windows color (decimal): -7940512 or 6346374. OLE color: 6346374.
HSL color Cylindrical-coordinate representation of color #86D660: hue angle of 100.68º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86D660 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 96 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.16 |
| HSL | 100.68º | 0.59% | 0.61% | - |
| HSV(B) | 100.68º | 0.55% | 0.84% | - |
| XYZ | 35.99 | 54.01 | 19.59 | - |
| YUV | 176.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 96 | 0.37 | 0 | 0.55 | 0.16 | 100.68 | 0.59 | 0.61 |
| Hex | 86 | D6 | 60 | 25 | 0 | 37 | 10 | 65 | 3B | 3D |
| Octal | 206 | 326 | 140 | 45 | 0 | 67 | 20 | 145 | 73 | 75 |
| Binary | 10000110 | 11010110 | 1100000 | 100101 | 0 | 110111 | 10000 | 1100101 | 111011 | 111101 |
Color Harmonies of #86D660
Complementary color
Monochromatic Colors of #86D660
Black with #86D660
Text Example
Text Example
White with #86D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D660; }
p { color: rgb(134,214,96); }
H1.HeaderClassName
{
color: #86D660;
}
.AnyTagClassName
{
color: #86D660;
}
</style>
background-color css
<style>
a { background-color: #86D660; }
a { background-color: rgb(134,214,96); }
div.DivClassName
{
background-color: #86D660;
}
.BgClassName
{
background-color: #86D660;
}
</style>
border-color css
<style>
span { border-color: #86D660; }
span { border-color: rgb(134,214,96); }
td.TdClassName
{
border-color: #86D660;
}
.TagClassName
{
border-color: #86D660;
}
</style>