Shades of Mantis #86D557
Tints of Mantis #86D557
RGB
CMYK
RGB Variations
Color information
#86D557 (or 0x86D557) is known color: Mantis. HEX triplet: 86, D5 and 57. RGB value is (134,213,87). Sum of RGB (Red+Green+Blue) = 134+213+87=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #86D557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D557 is #792AA8. Grayscale: #AFAFAF. Windows color (decimal): -7940777 or 5756294. OLE color: 5756294.
HSL color Cylindrical-coordinate representation of color #86D557: hue angle of 97.62º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86D557 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 87 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.16 |
| HSL | 97.62º | 0.6% | 0.59% | - |
| HSV(B) | 97.62º | 0.59% | 0.84% | - |
| XYZ | 35.35 | 53.34 | 17.45 | - |
| YUV | 175.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 87 | 0.37 | 0 | 0.59 | 0.16 | 97.62 | 0.6 | 0.59 |
| Hex | 86 | D5 | 57 | 25 | 0 | 3B | 10 | 62 | 3C | 3B |
| Octal | 206 | 325 | 127 | 45 | 0 | 73 | 20 | 142 | 74 | 73 |
| Binary | 10000110 | 11010101 | 1010111 | 100101 | 0 | 111011 | 10000 | 1100010 | 111100 | 111011 |
Color Harmonies of #86D557
Complementary color
Monochromatic Colors of #86D557
Black with #86D557
Text Example
Text Example
White with #86D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D557; }
p { color: rgb(134,213,87); }
H1.HeaderClassName
{
color: #86D557;
}
.AnyTagClassName
{
color: #86D557;
}
</style>
background-color css
<style>
a { background-color: #86D557; }
a { background-color: rgb(134,213,87); }
div.DivClassName
{
background-color: #86D557;
}
.BgClassName
{
background-color: #86D557;
}
</style>
border-color css
<style>
span { border-color: #86D557; }
span { border-color: rgb(134,213,87); }
td.TdClassName
{
border-color: #86D557;
}
.TagClassName
{
border-color: #86D557;
}
</style>