Shades of Mantis #80C556
Tints of Mantis #80C556
RGB
CMYK
RGB Variations
Color information
#80C556 (or 0x80C556) is known color: Mantis. HEX triplet: 80, C5 and 56. RGB value is (128,197,86). Sum of RGB (Red+Green+Blue) = 128+197+86=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #80C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C556 is #7F3AA9. Grayscale: #A4A4A4. Windows color (decimal): -8338090 or 5686656. OLE color: 5686656.
HSL color Cylindrical-coordinate representation of color #80C556: hue angle of 97.3º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C556 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 86 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.23 |
| HSL | 97.3º | 0.49% | 0.55% | - |
| HSV(B) | 97.3º | 0.56% | 0.77% | - |
| XYZ | 30.55 | 45.19 | 15.92 | - |
| YUV | 163.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 86 | 0.35 | 0 | 0.56 | 0.23 | 97.3 | 0.49 | 0.55 |
| Hex | 80 | C5 | 56 | 23 | 0 | 38 | 17 | 61 | 31 | 37 |
| Octal | 200 | 305 | 126 | 43 | 0 | 70 | 27 | 141 | 61 | 67 |
| Binary | 10000000 | 11000101 | 1010110 | 100011 | 0 | 111000 | 10111 | 1100001 | 110001 | 110111 |
Color Harmonies of #80C556
Complementary color
Monochromatic Colors of #80C556
Black with #80C556
Text Example
Text Example
White with #80C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C556; }
p { color: rgb(128,197,86); }
H1.HeaderClassName
{
color: #80C556;
}
.AnyTagClassName
{
color: #80C556;
}
</style>
background-color css
<style>
a { background-color: #80C556; }
a { background-color: rgb(128,197,86); }
div.DivClassName
{
background-color: #80C556;
}
.BgClassName
{
background-color: #80C556;
}
</style>
border-color css
<style>
span { border-color: #80C556; }
span { border-color: rgb(128,197,86); }
td.TdClassName
{
border-color: #80C556;
}
.TagClassName
{
border-color: #80C556;
}
</style>