Shades of Mantis #80C055
Tints of Mantis #80C055
RGB
CMYK
RGB Variations
Color information
#80C055 (or 0x80C055) is known color: Mantis. HEX triplet: 80, C0 and 55. RGB value is (128,192,85). Sum of RGB (Red+Green+Blue) = 128+192+85=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #80C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C055 is #7F3FAA. Grayscale: #A1A1A1. Windows color (decimal): -8339371 or 5619840. OLE color: 5619840.
HSL color Cylindrical-coordinate representation of color #80C055: hue angle of 95.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C055 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 85 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.25 |
| HSL | 95.89º | 0.46% | 0.54% | - |
| HSV(B) | 95.89º | 0.56% | 0.75% | - |
| XYZ | 29.39 | 42.94 | 15.33 | - |
| YUV | 160.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 85 | 0.33 | 0 | 0.56 | 0.25 | 95.89 | 0.46 | 0.54 |
| Hex | 80 | C0 | 55 | 21 | 0 | 38 | 19 | 60 | 2E | 36 |
| Octal | 200 | 300 | 125 | 41 | 0 | 70 | 31 | 140 | 56 | 66 |
| Binary | 10000000 | 11000000 | 1010101 | 100001 | 0 | 111000 | 11001 | 1100000 | 101110 | 110110 |
Color Harmonies of #80C055
Complementary color
Monochromatic Colors of #80C055
Black with #80C055
Text Example
Text Example
White with #80C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C055; }
p { color: rgb(128,192,85); }
H1.HeaderClassName
{
color: #80C055;
}
.AnyTagClassName
{
color: #80C055;
}
</style>
background-color css
<style>
a { background-color: #80C055; }
a { background-color: rgb(128,192,85); }
div.DivClassName
{
background-color: #80C055;
}
.BgClassName
{
background-color: #80C055;
}
</style>
border-color css
<style>
span { border-color: #80C055; }
span { border-color: rgb(128,192,85); }
td.TdClassName
{
border-color: #80C055;
}
.TagClassName
{
border-color: #80C055;
}
</style>