Shades of Mantis #86C965
Tints of Mantis #86C965
RGB
CMYK
RGB Variations
Color information
#86C965 (or 0x86C965) is known color: Mantis. HEX triplet: 86, C9 and 65. RGB value is (134,201,101). Sum of RGB (Red+Green+Blue) = 134+201+101=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #86C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C965 is #79369A. Grayscale: #A9A9A9. Windows color (decimal): -7943835 or 6670726. OLE color: 6670726.
HSL color Cylindrical-coordinate representation of color #86C965: hue angle of 100.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86C965 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 101 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.21 |
| HSL | 100.2º | 0.48% | 0.59% | - |
| HSV(B) | 100.2º | 0.5% | 0.79% | - |
| XYZ | 33.07 | 47.78 | 19.79 | - |
| YUV | 169.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 101 | 0.33 | 0 | 0.50 | 0.21 | 100.2 | 0.48 | 0.59 |
| Hex | 86 | C9 | 65 | 21 | 0 | 32 | 15 | 64 | 30 | 3B |
| Octal | 206 | 311 | 145 | 41 | 0 | 62 | 25 | 144 | 60 | 73 |
| Binary | 10000110 | 11001001 | 1100101 | 100001 | 0 | 110010 | 10101 | 1100100 | 110000 | 111011 |
Color Harmonies of #86C965
Complementary color
Monochromatic Colors of #86C965
Black with #86C965
Text Example
Text Example
White with #86C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C965; }
p { color: rgb(134,201,101); }
H1.HeaderClassName
{
color: #86C965;
}
.AnyTagClassName
{
color: #86C965;
}
</style>
background-color css
<style>
a { background-color: #86C965; }
a { background-color: rgb(134,201,101); }
div.DivClassName
{
background-color: #86C965;
}
.BgClassName
{
background-color: #86C965;
}
</style>
border-color css
<style>
span { border-color: #86C965; }
span { border-color: rgb(134,201,101); }
td.TdClassName
{
border-color: #86C965;
}
.TagClassName
{
border-color: #86C965;
}
</style>