Shades of Mantis #80E558
Tints of Mantis #80E558
RGB
CMYK
RGB Variations
Color information
#80E558 (or 0x80E558) is known color: Mantis. HEX triplet: 80, E5 and 58. RGB value is (128,229,88). Sum of RGB (Red+Green+Blue) = 128+229+88=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #80E558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E558 is #7F1AA7. Grayscale: #B7B7B7. Windows color (decimal): -8329896 or 5825920. OLE color: 5825920.
HSL color Cylindrical-coordinate representation of color #80E558: hue angle of 102.98º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80E558 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 88 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.10 |
| HSL | 102.98º | 0.73% | 0.62% | - |
| HSV(B) | 102.98º | 0.62% | 0.9% | - |
| XYZ | 38.68 | 61.33 | 19.03 | - |
| YUV | 182.73 | 74.54 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 88 | 0.44 | 0 | 0.62 | 0.10 | 102.98 | 0.73 | 0.62 |
| Hex | 80 | E5 | 58 | 2C | 0 | 3E | A | 67 | 49 | 3E |
| Octal | 200 | 345 | 130 | 54 | 0 | 76 | 12 | 147 | 111 | 76 |
| Binary | 10000000 | 11100101 | 1011000 | 101100 | 0 | 111110 | 1010 | 1100111 | 1001001 | 111110 |
Color Harmonies of #80E558
Complementary color
Monochromatic Colors of #80E558
Black with #80E558
Text Example
Text Example
White with #80E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E558; }
p { color: rgb(128,229,88); }
H1.HeaderClassName
{
color: #80E558;
}
.AnyTagClassName
{
color: #80E558;
}
</style>
background-color css
<style>
a { background-color: #80E558; }
a { background-color: rgb(128,229,88); }
div.DivClassName
{
background-color: #80E558;
}
.BgClassName
{
background-color: #80E558;
}
</style>
border-color css
<style>
span { border-color: #80E558; }
span { border-color: rgb(128,229,88); }
td.TdClassName
{
border-color: #80E558;
}
.TagClassName
{
border-color: #80E558;
}
</style>