Shades of Mantis #86C96D
Tints of Mantis #86C96D
RGB
CMYK
RGB Variations
Color information
#86C96D (or 0x86C96D) is known color: Mantis. HEX triplet: 86, C9 and 6D. RGB value is (134,201,109). Sum of RGB (Red+Green+Blue) = 134+201+109=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 201 - color contains mainly: green. Hex color #86C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C96D is #793692. Grayscale: #AAAAAA. Windows color (decimal): -7943827 or 7195014. OLE color: 7195014.
HSL color Cylindrical-coordinate representation of color #86C96D: hue angle of 103.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86C96D is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 201 | 109 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.21 |
| HSL | 103.7º | 0.46% | 0.61% | - |
| HSV(B) | 103.7º | 0.46% | 0.79% | - |
| XYZ | 33.48 | 47.95 | 21.96 | - |
| YUV | 170.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 201 | 109 | 0.33 | 0 | 0.46 | 0.21 | 103.7 | 0.46 | 0.61 |
| Hex | 86 | C9 | 6D | 21 | 0 | 2E | 15 | 68 | 2E | 3D |
| Octal | 206 | 311 | 155 | 41 | 0 | 56 | 25 | 150 | 56 | 75 |
| Binary | 10000110 | 11001001 | 1101101 | 100001 | 0 | 101110 | 10101 | 1101000 | 101110 | 111101 |
Color Harmonies of #86C96D
Complementary color
Monochromatic Colors of #86C96D
Black with #86C96D
Text Example
Text Example
White with #86C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C96D; }
p { color: rgb(134,201,109); }
H1.HeaderClassName
{
color: #86C96D;
}
.AnyTagClassName
{
color: #86C96D;
}
</style>
background-color css
<style>
a { background-color: #86C96D; }
a { background-color: rgb(134,201,109); }
div.DivClassName
{
background-color: #86C96D;
}
.BgClassName
{
background-color: #86C96D;
}
</style>
border-color css
<style>
span { border-color: #86C96D; }
span { border-color: rgb(134,201,109); }
td.TdClassName
{
border-color: #86C96D;
}
.TagClassName
{
border-color: #86C96D;
}
</style>