Shades of Mantis #86D85C
Tints of Mantis #86D85C
RGB
CMYK
RGB Variations
Color information
#86D85C (or 0x86D85C) is known color: Mantis. HEX triplet: 86, D8 and 5C. RGB value is (134,216,92). Sum of RGB (Red+Green+Blue) = 134+216+92=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #86D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D85C is #7927A3. Grayscale: #B1B1B1. Windows color (decimal): -7940004 or 6084742. OLE color: 6084742.
HSL color Cylindrical-coordinate representation of color #86D85C: hue angle of 99.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86D85C is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 92 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.15 |
| HSL | 99.68º | 0.61% | 0.6% | - |
| HSV(B) | 99.68º | 0.57% | 0.85% | - |
| XYZ | 36.32 | 54.95 | 18.82 | - |
| YUV | 177.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 92 | 0.38 | 0 | 0.57 | 0.15 | 99.68 | 0.61 | 0.6 |
| Hex | 86 | D8 | 5C | 26 | 0 | 39 | F | 64 | 3D | 3C |
| Octal | 206 | 330 | 134 | 46 | 0 | 71 | 17 | 144 | 75 | 74 |
| Binary | 10000110 | 11011000 | 1011100 | 100110 | 0 | 111001 | 1111 | 1100100 | 111101 | 111100 |
Color Harmonies of #86D85C
Complementary color
Monochromatic Colors of #86D85C
Black with #86D85C
Text Example
Text Example
White with #86D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D85C; }
p { color: rgb(134,216,92); }
H1.HeaderClassName
{
color: #86D85C;
}
.AnyTagClassName
{
color: #86D85C;
}
</style>
background-color css
<style>
a { background-color: #86D85C; }
a { background-color: rgb(134,216,92); }
div.DivClassName
{
background-color: #86D85C;
}
.BgClassName
{
background-color: #86D85C;
}
</style>
border-color css
<style>
span { border-color: #86D85C; }
span { border-color: rgb(134,216,92); }
td.TdClassName
{
border-color: #86D85C;
}
.TagClassName
{
border-color: #86D85C;
}
</style>