Shades of Mantis #80E84E
Tints of Mantis #80E84E
RGB
CMYK
RGB Variations
Color information
#80E84E (or 0x80E84E) is known color: Mantis. HEX triplet: 80, E8 and 4E. RGB value is (128,232,78). Sum of RGB (Red+Green+Blue) = 128+232+78=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #80E84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E84E is #7F17B1. Grayscale: #B7B7B7. Windows color (decimal): -8329138 or 5171328. OLE color: 5171328.
HSL color Cylindrical-coordinate representation of color #80E84E: hue angle of 100.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80E84E is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 232 | 78 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.09 |
| HSL | 100.52º | 0.77% | 0.61% | - |
| HSV(B) | 100.52º | 0.66% | 0.91% | - |
| XYZ | 39.13 | 62.85 | 17.28 | - |
| YUV | 183.35 | 68.54 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 232 | 78 | 0.45 | 0 | 0.66 | 0.09 | 100.52 | 0.77 | 0.61 |
| Hex | 80 | E8 | 4E | 2D | 0 | 42 | 9 | 65 | 4D | 3D |
| Octal | 200 | 350 | 116 | 55 | 0 | 102 | 11 | 145 | 115 | 75 |
| Binary | 10000000 | 11101000 | 1001110 | 101101 | 0 | 1000010 | 1001 | 1100101 | 1001101 | 111101 |
Color Harmonies of #80E84E
Complementary color
Monochromatic Colors of #80E84E
Black with #80E84E
Text Example
Text Example
White with #80E84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E84E; }
p { color: rgb(128,232,78); }
H1.HeaderClassName
{
color: #80E84E;
}
.AnyTagClassName
{
color: #80E84E;
}
</style>
background-color css
<style>
a { background-color: #80E84E; }
a { background-color: rgb(128,232,78); }
div.DivClassName
{
background-color: #80E84E;
}
.BgClassName
{
background-color: #80E84E;
}
</style>
border-color css
<style>
span { border-color: #80E84E; }
span { border-color: rgb(128,232,78); }
td.TdClassName
{
border-color: #80E84E;
}
.TagClassName
{
border-color: #80E84E;
}
</style>