Shades of Mantis #86C86C
Tints of Mantis #86C86C
RGB
CMYK
RGB Variations
Color information
#86C86C (or 0x86C86C) is known color: Mantis. HEX triplet: 86, C8 and 6C. RGB value is (134,200,108). Sum of RGB (Red+Green+Blue) = 134+200+108=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #86C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C86C is #793793. Grayscale: #AAAAAA. Windows color (decimal): -7944084 or 7129222. OLE color: 7129222.
HSL color Cylindrical-coordinate representation of color #86C86C: hue angle of 103.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86C86C is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 200 | 108 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.22 |
| HSL | 103.04º | 0.46% | 0.6% | - |
| HSV(B) | 103.04º | 0.46% | 0.78% | - |
| XYZ | 33.19 | 47.46 | 21.6 | - |
| YUV | 169.78 | 93.13 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 108 | 0.33 | 0 | 0.46 | 0.22 | 103.04 | 0.46 | 0.6 |
| Hex | 86 | C8 | 6C | 21 | 0 | 2E | 16 | 67 | 2E | 3C |
| Octal | 206 | 310 | 154 | 41 | 0 | 56 | 26 | 147 | 56 | 74 |
| Binary | 10000110 | 11001000 | 1101100 | 100001 | 0 | 101110 | 10110 | 1100111 | 101110 | 111100 |
Color Harmonies of #86C86C
Complementary color
Monochromatic Colors of #86C86C
Black with #86C86C
Text Example
Text Example
White with #86C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C86C; }
p { color: rgb(134,200,108); }
H1.HeaderClassName
{
color: #86C86C;
}
.AnyTagClassName
{
color: #86C86C;
}
</style>
background-color css
<style>
a { background-color: #86C86C; }
a { background-color: rgb(134,200,108); }
div.DivClassName
{
background-color: #86C86C;
}
.BgClassName
{
background-color: #86C86C;
}
</style>
border-color css
<style>
span { border-color: #86C86C; }
span { border-color: rgb(134,200,108); }
td.TdClassName
{
border-color: #86C86C;
}
.TagClassName
{
border-color: #86C86C;
}
</style>