Shades of Mantis #86CA55
Tints of Mantis #86CA55
RGB
CMYK
RGB Variations
Color information
#86CA55 (or 0x86CA55) is known color: Mantis. HEX triplet: 86, CA and 55. RGB value is (134,202,85). Sum of RGB (Red+Green+Blue) = 134+202+85=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA55 is #7935AA. Grayscale: #A8A8A8. Windows color (decimal): -7943595 or 5622406. OLE color: 5622406.
HSL color Cylindrical-coordinate representation of color #86CA55: hue angle of 94.87º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86CA55 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 85 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.21 |
| HSL | 94.87º | 0.52% | 0.56% | - |
| HSV(B) | 94.87º | 0.58% | 0.79% | - |
| XYZ | 32.59 | 47.97 | 16.13 | - |
| YUV | 168.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 85 | 0.34 | 0 | 0.58 | 0.21 | 94.87 | 0.52 | 0.56 |
| Hex | 86 | CA | 55 | 22 | 0 | 3A | 15 | 5F | 34 | 38 |
| Octal | 206 | 312 | 125 | 42 | 0 | 72 | 25 | 137 | 64 | 70 |
| Binary | 10000110 | 11001010 | 1010101 | 100010 | 0 | 111010 | 10101 | 1011111 | 110100 | 111000 |
Color Harmonies of #86CA55
Complementary color
Monochromatic Colors of #86CA55
Black with #86CA55
Text Example
Text Example
White with #86CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA55; }
p { color: rgb(134,202,85); }
H1.HeaderClassName
{
color: #86CA55;
}
.AnyTagClassName
{
color: #86CA55;
}
</style>
background-color css
<style>
a { background-color: #86CA55; }
a { background-color: rgb(134,202,85); }
div.DivClassName
{
background-color: #86CA55;
}
.BgClassName
{
background-color: #86CA55;
}
</style>
border-color css
<style>
span { border-color: #86CA55; }
span { border-color: rgb(134,202,85); }
td.TdClassName
{
border-color: #86CA55;
}
.TagClassName
{
border-color: #86CA55;
}
</style>