Shades of Mantis #86D357
Tints of Mantis #86D357
RGB
CMYK
RGB Variations
Color information
#86D357 (or 0x86D357) is known color: Mantis. HEX triplet: 86, D3 and 57. RGB value is (134,211,87). Sum of RGB (Red+Green+Blue) = 134+211+87=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #86D357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D357 is #792CA8. Grayscale: #AEAEAE. Windows color (decimal): -7941289 or 5755782. OLE color: 5755782.
HSL color Cylindrical-coordinate representation of color #86D357: hue angle of 97.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86D357 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 87 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.17 |
| HSL | 97.26º | 0.58% | 0.58% | - |
| HSV(B) | 97.26º | 0.59% | 0.83% | - |
| XYZ | 34.85 | 52.34 | 17.28 | - |
| YUV | 173.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 87 | 0.36 | 0 | 0.59 | 0.17 | 97.26 | 0.58 | 0.58 |
| Hex | 86 | D3 | 57 | 24 | 0 | 3B | 11 | 61 | 3A | 3A |
| Octal | 206 | 323 | 127 | 44 | 0 | 73 | 21 | 141 | 72 | 72 |
| Binary | 10000110 | 11010011 | 1010111 | 100100 | 0 | 111011 | 10001 | 1100001 | 111010 | 111010 |
Color Harmonies of #86D357
Complementary color
Monochromatic Colors of #86D357
Black with #86D357
Text Example
Text Example
White with #86D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D357; }
p { color: rgb(134,211,87); }
H1.HeaderClassName
{
color: #86D357;
}
.AnyTagClassName
{
color: #86D357;
}
</style>
background-color css
<style>
a { background-color: #86D357; }
a { background-color: rgb(134,211,87); }
div.DivClassName
{
background-color: #86D357;
}
.BgClassName
{
background-color: #86D357;
}
</style>
border-color css
<style>
span { border-color: #86D357; }
span { border-color: rgb(134,211,87); }
td.TdClassName
{
border-color: #86D357;
}
.TagClassName
{
border-color: #86D357;
}
</style>