Shades of Mantis #80C86E
Tints of Mantis #80C86E
RGB
CMYK
RGB Variations
Color information
#80C86E (or 0x80C86E) is known color: Mantis. HEX triplet: 80, C8 and 6E. RGB value is (128,200,110). Sum of RGB (Red+Green+Blue) = 128+200+110=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #80C86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C86E is #7F3791. Grayscale: #A8A8A8. Windows color (decimal): -8337298 or 7260288. OLE color: 7260288.
HSL color Cylindrical-coordinate representation of color #80C86E: hue angle of 108º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80C86E is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 110 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.22 |
| HSL | 108º | 0.45% | 0.61% | - |
| HSV(B) | 108º | 0.45% | 0.78% | - |
| XYZ | 32.37 | 47.02 | 22.12 | - |
| YUV | 168.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 110 | 0.36 | 0 | 0.45 | 0.22 | 108 | 0.45 | 0.61 |
| Hex | 80 | C8 | 6E | 24 | 0 | 2D | 16 | 6C | 2D | 3D |
| Octal | 200 | 310 | 156 | 44 | 0 | 55 | 26 | 154 | 55 | 75 |
| Binary | 10000000 | 11001000 | 1101110 | 100100 | 0 | 101101 | 10110 | 1101100 | 101101 | 111101 |
Color Harmonies of #80C86E
Complementary color
Monochromatic Colors of #80C86E
Black with #80C86E
Text Example
Text Example
White with #80C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C86E; }
p { color: rgb(128,200,110); }
H1.HeaderClassName
{
color: #80C86E;
}
.AnyTagClassName
{
color: #80C86E;
}
</style>
background-color css
<style>
a { background-color: #80C86E; }
a { background-color: rgb(128,200,110); }
div.DivClassName
{
background-color: #80C86E;
}
.BgClassName
{
background-color: #80C86E;
}
</style>
border-color css
<style>
span { border-color: #80C86E; }
span { border-color: rgb(128,200,110); }
td.TdClassName
{
border-color: #80C86E;
}
.TagClassName
{
border-color: #80C86E;
}
</style>