Shades of Mantis #86CA56
Tints of Mantis #86CA56
RGB
CMYK
RGB Variations
Color information
#86CA56 (or 0x86CA56) is known color: Mantis. HEX triplet: 86, CA and 56. RGB value is (134,202,86). Sum of RGB (Red+Green+Blue) = 134+202+86=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA56 is #7935A9. Grayscale: #A8A8A8. Windows color (decimal): -7943594 or 5687942. OLE color: 5687942.
HSL color Cylindrical-coordinate representation of color #86CA56: hue angle of 95.17º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86CA56 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 86 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.21 |
| HSL | 95.17º | 0.52% | 0.56% | - |
| HSV(B) | 95.17º | 0.57% | 0.79% | - |
| XYZ | 32.63 | 47.98 | 16.35 | - |
| YUV | 168.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 86 | 0.34 | 0 | 0.57 | 0.21 | 95.17 | 0.52 | 0.56 |
| Hex | 86 | CA | 56 | 22 | 0 | 39 | 15 | 5F | 34 | 38 |
| Octal | 206 | 312 | 126 | 42 | 0 | 71 | 25 | 137 | 64 | 70 |
| Binary | 10000110 | 11001010 | 1010110 | 100010 | 0 | 111001 | 10101 | 1011111 | 110100 | 111000 |
Color Harmonies of #86CA56
Complementary color
Monochromatic Colors of #86CA56
Black with #86CA56
Text Example
Text Example
White with #86CA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA56; }
p { color: rgb(134,202,86); }
H1.HeaderClassName
{
color: #86CA56;
}
.AnyTagClassName
{
color: #86CA56;
}
</style>
background-color css
<style>
a { background-color: #86CA56; }
a { background-color: rgb(134,202,86); }
div.DivClassName
{
background-color: #86CA56;
}
.BgClassName
{
background-color: #86CA56;
}
</style>
border-color css
<style>
span { border-color: #86CA56; }
span { border-color: rgb(134,202,86); }
td.TdClassName
{
border-color: #86CA56;
}
.TagClassName
{
border-color: #86CA56;
}
</style>