Shades of Mantis #80C53E
Tints of Mantis #80C53E
RGB
CMYK
RGB Variations
Color information
#80C53E (or 0x80C53E) is known color: Mantis. HEX triplet: 80, C5 and 3E. RGB value is (128,197,62). Sum of RGB (Red+Green+Blue) = 128+197+62=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #80C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C53E is #7F3AC1. Grayscale: #A1A1A1. Windows color (decimal): -8338114 or 4113792. OLE color: 4113792.
HSL color Cylindrical-coordinate representation of color #80C53E: hue angle of 90.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C53E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 62 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.23 |
| HSL | 90.67º | 0.54% | 0.51% | - |
| HSV(B) | 90.67º | 0.69% | 0.77% | - |
| XYZ | 29.74 | 44.87 | 11.65 | - |
| YUV | 160.98 | 72.14 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 62 | 0.35 | 0 | 0.69 | 0.23 | 90.67 | 0.54 | 0.51 |
| Hex | 80 | C5 | 3E | 23 | 0 | 45 | 17 | 5B | 36 | 33 |
| Octal | 200 | 305 | 76 | 43 | 0 | 105 | 27 | 133 | 66 | 63 |
| Binary | 10000000 | 11000101 | 111110 | 100011 | 0 | 1000101 | 10111 | 1011011 | 110110 | 110011 |
Color Harmonies of #80C53E
Complementary color
Monochromatic Colors of #80C53E
Black with #80C53E
Text Example
Text Example
White with #80C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C53E; }
p { color: rgb(128,197,62); }
H1.HeaderClassName
{
color: #80C53E;
}
.AnyTagClassName
{
color: #80C53E;
}
</style>
background-color css
<style>
a { background-color: #80C53E; }
a { background-color: rgb(128,197,62); }
div.DivClassName
{
background-color: #80C53E;
}
.BgClassName
{
background-color: #80C53E;
}
</style>
border-color css
<style>
span { border-color: #80C53E; }
span { border-color: rgb(128,197,62); }
td.TdClassName
{
border-color: #80C53E;
}
.TagClassName
{
border-color: #80C53E;
}
</style>