Shades of Mantis #80C056
Tints of Mantis #80C056
RGB
CMYK
RGB Variations
Color information
#80C056 (or 0x80C056) is known color: Mantis. HEX triplet: 80, C0 and 56. RGB value is (128,192,86). Sum of RGB (Red+Green+Blue) = 128+192+86=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #80C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C056 is #7F3FA9. Grayscale: #A1A1A1. Windows color (decimal): -8339370 or 5685376. OLE color: 5685376.
HSL color Cylindrical-coordinate representation of color #80C056: hue angle of 96.23º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80C056 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 86 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.25 |
| HSL | 96.23º | 0.46% | 0.55% | - |
| HSV(B) | 96.23º | 0.55% | 0.75% | - |
| XYZ | 29.43 | 42.96 | 15.55 | - |
| YUV | 160.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 86 | 0.33 | 0 | 0.55 | 0.25 | 96.23 | 0.46 | 0.55 |
| Hex | 80 | C0 | 56 | 21 | 0 | 37 | 19 | 60 | 2E | 37 |
| Octal | 200 | 300 | 126 | 41 | 0 | 67 | 31 | 140 | 56 | 67 |
| Binary | 10000000 | 11000000 | 1010110 | 100001 | 0 | 110111 | 11001 | 1100000 | 101110 | 110111 |
Color Harmonies of #80C056
Complementary color
Monochromatic Colors of #80C056
Black with #80C056
Text Example
Text Example
White with #80C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C056; }
p { color: rgb(128,192,86); }
H1.HeaderClassName
{
color: #80C056;
}
.AnyTagClassName
{
color: #80C056;
}
</style>
background-color css
<style>
a { background-color: #80C056; }
a { background-color: rgb(128,192,86); }
div.DivClassName
{
background-color: #80C056;
}
.BgClassName
{
background-color: #80C056;
}
</style>
border-color css
<style>
span { border-color: #80C056; }
span { border-color: rgb(128,192,86); }
td.TdClassName
{
border-color: #80C056;
}
.TagClassName
{
border-color: #80C056;
}
</style>