Shades of Mantis #80C86C
Tints of Mantis #80C86C
RGB
CMYK
RGB Variations
Color information
#80C86C (or 0x80C86C) is known color: Mantis. HEX triplet: 80, C8 and 6C. RGB value is (128,200,108). Sum of RGB (Red+Green+Blue) = 128+200+108=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #80C86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C86C is #7F3793. Grayscale: #A8A8A8. Windows color (decimal): -8337300 or 7129216. OLE color: 7129216.
HSL color Cylindrical-coordinate representation of color #80C86C: hue angle of 106.96º 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 #80C86C is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 108 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.22 |
| HSL | 106.96º | 0.46% | 0.6% | - |
| HSV(B) | 106.96º | 0.46% | 0.78% | - |
| XYZ | 32.26 | 46.98 | 21.56 | - |
| YUV | 167.98 | 94.15 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 108 | 0.36 | 0 | 0.46 | 0.22 | 106.96 | 0.46 | 0.6 |
| Hex | 80 | C8 | 6C | 24 | 0 | 2E | 16 | 6B | 2E | 3C |
| Octal | 200 | 310 | 154 | 44 | 0 | 56 | 26 | 153 | 56 | 74 |
| Binary | 10000000 | 11001000 | 1101100 | 100100 | 0 | 101110 | 10110 | 1101011 | 101110 | 111100 |
Color Harmonies of #80C86C
Complementary color
Monochromatic Colors of #80C86C
Black with #80C86C
Text Example
Text Example
White with #80C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C86C; }
p { color: rgb(128,200,108); }
H1.HeaderClassName
{
color: #80C86C;
}
.AnyTagClassName
{
color: #80C86C;
}
</style>
background-color css
<style>
a { background-color: #80C86C; }
a { background-color: rgb(128,200,108); }
div.DivClassName
{
background-color: #80C86C;
}
.BgClassName
{
background-color: #80C86C;
}
</style>
border-color css
<style>
span { border-color: #80C86C; }
span { border-color: rgb(128,200,108); }
td.TdClassName
{
border-color: #80C86C;
}
.TagClassName
{
border-color: #80C86C;
}
</style>