Shades of Mantis #86D663
Tints of Mantis #86D663
RGB
CMYK
RGB Variations
Color information
#86D663 (or 0x86D663) is known color: Mantis. HEX triplet: 86, D6 and 63. RGB value is (134,214,99). Sum of RGB (Red+Green+Blue) = 134+214+99=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #86D663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D663 is #79299C. Grayscale: #B1B1B1. Windows color (decimal): -7940509 or 6542982. OLE color: 6542982.
HSL color Cylindrical-coordinate representation of color #86D663: hue angle of 101.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86D663 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 99 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.16 |
| HSL | 101.74º | 0.58% | 0.61% | - |
| HSV(B) | 101.74º | 0.54% | 0.84% | - |
| XYZ | 36.13 | 54.06 | 20.34 | - |
| YUV | 176.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 99 | 0.37 | 0 | 0.54 | 0.16 | 101.74 | 0.58 | 0.61 |
| Hex | 86 | D6 | 63 | 25 | 0 | 36 | 10 | 66 | 3A | 3D |
| Octal | 206 | 326 | 143 | 45 | 0 | 66 | 20 | 146 | 72 | 75 |
| Binary | 10000110 | 11010110 | 1100011 | 100101 | 0 | 110110 | 10000 | 1100110 | 111010 | 111101 |
Color Harmonies of #86D663
Complementary color
Monochromatic Colors of #86D663
Black with #86D663
Text Example
Text Example
White with #86D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D663; }
p { color: rgb(134,214,99); }
H1.HeaderClassName
{
color: #86D663;
}
.AnyTagClassName
{
color: #86D663;
}
</style>
background-color css
<style>
a { background-color: #86D663; }
a { background-color: rgb(134,214,99); }
div.DivClassName
{
background-color: #86D663;
}
.BgClassName
{
background-color: #86D663;
}
</style>
border-color css
<style>
span { border-color: #86D663; }
span { border-color: rgb(134,214,99); }
td.TdClassName
{
border-color: #86D663;
}
.TagClassName
{
border-color: #86D663;
}
</style>