Shades of Mantis #86CA61
Tints of Mantis #86CA61
RGB
CMYK
RGB Variations
Color information
#86CA61 (or 0x86CA61) is known color: Mantis. HEX triplet: 86, CA and 61. RGB value is (134,202,97). Sum of RGB (Red+Green+Blue) = 134+202+97=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA61 is #79359E. Grayscale: #AAAAAA. Windows color (decimal): -7943583 or 6408838. OLE color: 6408838.
HSL color Cylindrical-coordinate representation of color #86CA61: hue angle of 98.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86CA61 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 97 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.21 |
| HSL | 98.86º | 0.5% | 0.59% | - |
| HSV(B) | 98.86º | 0.52% | 0.79% | - |
| XYZ | 33.11 | 48.17 | 18.86 | - |
| YUV | 169.7 | 86.97 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 97 | 0.34 | 0 | 0.52 | 0.21 | 98.86 | 0.5 | 0.59 |
| Hex | 86 | CA | 61 | 22 | 0 | 34 | 15 | 63 | 32 | 3B |
| Octal | 206 | 312 | 141 | 42 | 0 | 64 | 25 | 143 | 62 | 73 |
| Binary | 10000110 | 11001010 | 1100001 | 100010 | 0 | 110100 | 10101 | 1100011 | 110010 | 111011 |
Color Harmonies of #86CA61
Complementary color
Monochromatic Colors of #86CA61
Black with #86CA61
Text Example
Text Example
White with #86CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA61; }
p { color: rgb(134,202,97); }
H1.HeaderClassName
{
color: #86CA61;
}
.AnyTagClassName
{
color: #86CA61;
}
</style>
background-color css
<style>
a { background-color: #86CA61; }
a { background-color: rgb(134,202,97); }
div.DivClassName
{
background-color: #86CA61;
}
.BgClassName
{
background-color: #86CA61;
}
</style>
border-color css
<style>
span { border-color: #86CA61; }
span { border-color: rgb(134,202,97); }
td.TdClassName
{
border-color: #86CA61;
}
.TagClassName
{
border-color: #86CA61;
}
</style>