Shades of Mantis #80E55A
Tints of Mantis #80E55A
RGB
CMYK
RGB Variations
Color information
#80E55A (or 0x80E55A) is known color: Mantis. HEX triplet: 80, E5 and 5A. RGB value is (128,229,90). Sum of RGB (Red+Green+Blue) = 128+229+90=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #80E55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E55A is #7F1AA5. Grayscale: #B7B7B7. Windows color (decimal): -8329894 or 5956992. OLE color: 5956992.
HSL color Cylindrical-coordinate representation of color #80E55A: hue angle of 103.6º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80E55A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 90 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.10 |
| HSL | 103.6º | 0.73% | 0.63% | - |
| HSV(B) | 103.6º | 0.61% | 0.9% | - |
| XYZ | 38.77 | 61.37 | 19.47 | - |
| YUV | 182.96 | 75.54 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 90 | 0.44 | 0 | 0.61 | 0.10 | 103.6 | 0.73 | 0.63 |
| Hex | 80 | E5 | 5A | 2C | 0 | 3D | A | 68 | 49 | 3F |
| Octal | 200 | 345 | 132 | 54 | 0 | 75 | 12 | 150 | 111 | 77 |
| Binary | 10000000 | 11100101 | 1011010 | 101100 | 0 | 111101 | 1010 | 1101000 | 1001001 | 111111 |
Color Harmonies of #80E55A
Complementary color
Monochromatic Colors of #80E55A
Black with #80E55A
Text Example
Text Example
White with #80E55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E55A; }
p { color: rgb(128,229,90); }
H1.HeaderClassName
{
color: #80E55A;
}
.AnyTagClassName
{
color: #80E55A;
}
</style>
background-color css
<style>
a { background-color: #80E55A; }
a { background-color: rgb(128,229,90); }
div.DivClassName
{
background-color: #80E55A;
}
.BgClassName
{
background-color: #80E55A;
}
</style>
border-color css
<style>
span { border-color: #80E55A; }
span { border-color: rgb(128,229,90); }
td.TdClassName
{
border-color: #80E55A;
}
.TagClassName
{
border-color: #80E55A;
}
</style>