Shades of Mantis #86CA53
Tints of Mantis #86CA53
RGB
CMYK
RGB Variations
Color information
#86CA53 (or 0x86CA53) is known color: Mantis. HEX triplet: 86, CA and 53. RGB value is (134,202,83). Sum of RGB (Red+Green+Blue) = 134+202+83=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA53 is #7935AC. Grayscale: #A8A8A8. Windows color (decimal): -7943597 or 5491334. OLE color: 5491334.
HSL color Cylindrical-coordinate representation of color #86CA53: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86CA53 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 83 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.21 |
| HSL | 94.29º | 0.53% | 0.56% | - |
| HSV(B) | 94.29º | 0.59% | 0.79% | - |
| XYZ | 32.51 | 47.93 | 15.72 | - |
| YUV | 168.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 83 | 0.34 | 0 | 0.59 | 0.21 | 94.29 | 0.53 | 0.56 |
| Hex | 86 | CA | 53 | 22 | 0 | 3B | 15 | 5E | 35 | 38 |
| Octal | 206 | 312 | 123 | 42 | 0 | 73 | 25 | 136 | 65 | 70 |
| Binary | 10000110 | 11001010 | 1010011 | 100010 | 0 | 111011 | 10101 | 1011110 | 110101 | 111000 |
Color Harmonies of #86CA53
Complementary color
Monochromatic Colors of #86CA53
Black with #86CA53
Text Example
Text Example
White with #86CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA53; }
p { color: rgb(134,202,83); }
H1.HeaderClassName
{
color: #86CA53;
}
.AnyTagClassName
{
color: #86CA53;
}
</style>
background-color css
<style>
a { background-color: #86CA53; }
a { background-color: rgb(134,202,83); }
div.DivClassName
{
background-color: #86CA53;
}
.BgClassName
{
background-color: #86CA53;
}
</style>
border-color css
<style>
span { border-color: #86CA53; }
span { border-color: rgb(134,202,83); }
td.TdClassName
{
border-color: #86CA53;
}
.TagClassName
{
border-color: #86CA53;
}
</style>