Shades of Mantis #80C24E
Tints of Mantis #80C24E
RGB
CMYK
RGB Variations
Color information
#80C24E (or 0x80C24E) is known color: Mantis. HEX triplet: 80, C2 and 4E. RGB value is (128,194,78). Sum of RGB (Red+Green+Blue) = 128+194+78=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #80C24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C24E is #7F3DB1. Grayscale: #A1A1A1. Windows color (decimal): -8338866 or 5161600. OLE color: 5161600.
HSL color Cylindrical-coordinate representation of color #80C24E: hue angle of 94.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80C24E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 78 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.24 |
| HSL | 94.14º | 0.49% | 0.53% | - |
| HSV(B) | 94.14º | 0.6% | 0.76% | - |
| XYZ | 29.57 | 43.72 | 14.09 | - |
| YUV | 161.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 78 | 0.34 | 0 | 0.60 | 0.24 | 94.14 | 0.49 | 0.53 |
| Hex | 80 | C2 | 4E | 22 | 0 | 3C | 18 | 5E | 31 | 35 |
| Octal | 200 | 302 | 116 | 42 | 0 | 74 | 30 | 136 | 61 | 65 |
| Binary | 10000000 | 11000010 | 1001110 | 100010 | 0 | 111100 | 11000 | 1011110 | 110001 | 110101 |
Color Harmonies of #80C24E
Complementary color
Monochromatic Colors of #80C24E
Black with #80C24E
Text Example
Text Example
White with #80C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C24E; }
p { color: rgb(128,194,78); }
H1.HeaderClassName
{
color: #80C24E;
}
.AnyTagClassName
{
color: #80C24E;
}
</style>
background-color css
<style>
a { background-color: #80C24E; }
a { background-color: rgb(128,194,78); }
div.DivClassName
{
background-color: #80C24E;
}
.BgClassName
{
background-color: #80C24E;
}
</style>
border-color css
<style>
span { border-color: #80C24E; }
span { border-color: rgb(128,194,78); }
td.TdClassName
{
border-color: #80C24E;
}
.TagClassName
{
border-color: #80C24E;
}
</style>