Shades of Mantis #86D36C
Tints of Mantis #86D36C
RGB
CMYK
RGB Variations
Color information
#86D36C (or 0x86D36C) is known color: Mantis. HEX triplet: 86, D3 and 6C. RGB value is (134,211,108). Sum of RGB (Red+Green+Blue) = 134+211+108=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #86D36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D36C is #792C93. Grayscale: #B0B0B0. Windows color (decimal): -7941268 or 7132038. OLE color: 7132038.
HSL color Cylindrical-coordinate representation of color #86D36C: hue angle of 104.85º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86D36C is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 108 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.17 |
| HSL | 104.85º | 0.54% | 0.63% | - |
| HSV(B) | 104.85º | 0.49% | 0.83% | - |
| XYZ | 35.83 | 52.74 | 22.48 | - |
| YUV | 176.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 108 | 0.36 | 0 | 0.49 | 0.17 | 104.85 | 0.54 | 0.63 |
| Hex | 86 | D3 | 6C | 24 | 0 | 31 | 11 | 69 | 36 | 3F |
| Octal | 206 | 323 | 154 | 44 | 0 | 61 | 21 | 151 | 66 | 77 |
| Binary | 10000110 | 11010011 | 1101100 | 100100 | 0 | 110001 | 10001 | 1101001 | 110110 | 111111 |
Color Harmonies of #86D36C
Complementary color
Monochromatic Colors of #86D36C
Black with #86D36C
Text Example
Text Example
White with #86D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D36C; }
p { color: rgb(134,211,108); }
H1.HeaderClassName
{
color: #86D36C;
}
.AnyTagClassName
{
color: #86D36C;
}
</style>
background-color css
<style>
a { background-color: #86D36C; }
a { background-color: rgb(134,211,108); }
div.DivClassName
{
background-color: #86D36C;
}
.BgClassName
{
background-color: #86D36C;
}
</style>
border-color css
<style>
span { border-color: #86D36C; }
span { border-color: rgb(134,211,108); }
td.TdClassName
{
border-color: #86D36C;
}
.TagClassName
{
border-color: #86D36C;
}
</style>