Shades of Mantis #80E858
Tints of Mantis #80E858
RGB
CMYK
RGB Variations
Color information
#80E858 (or 0x80E858) is known color: Mantis. HEX triplet: 80, E8 and 58. RGB value is (128,232,88). Sum of RGB (Red+Green+Blue) = 128+232+88=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #80E858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E858 is #7F17A7. Grayscale: #B8B8B8. Windows color (decimal): -8329128 or 5826688. OLE color: 5826688.
HSL color Cylindrical-coordinate representation of color #80E858: hue angle of 103.33º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80E858 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 88 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.09 |
| HSL | 103.33º | 0.76% | 0.63% | - |
| HSV(B) | 103.33º | 0.62% | 0.91% | - |
| XYZ | 39.52 | 63.01 | 19.31 | - |
| YUV | 184.49 | 73.54 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 88 | 0.45 | 0 | 0.62 | 0.09 | 103.33 | 0.76 | 0.63 |
| Hex | 80 | E8 | 58 | 2D | 0 | 3E | 9 | 67 | 4C | 3F |
| Octal | 200 | 350 | 130 | 55 | 0 | 76 | 11 | 147 | 114 | 77 |
| Binary | 10000000 | 11101000 | 1011000 | 101101 | 0 | 111110 | 1001 | 1100111 | 1001100 | 111111 |
Color Harmonies of #80E858
Complementary color
Monochromatic Colors of #80E858
Black with #80E858
Text Example
Text Example
White with #80E858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E858; }
p { color: rgb(128,232,88); }
H1.HeaderClassName
{
color: #80E858;
}
.AnyTagClassName
{
color: #80E858;
}
</style>
background-color css
<style>
a { background-color: #80E858; }
a { background-color: rgb(128,232,88); }
div.DivClassName
{
background-color: #80E858;
}
.BgClassName
{
background-color: #80E858;
}
</style>
border-color css
<style>
span { border-color: #80E858; }
span { border-color: rgb(128,232,88); }
td.TdClassName
{
border-color: #80E858;
}
.TagClassName
{
border-color: #80E858;
}
</style>