Shades of Mantis #80E25D
Tints of Mantis #80E25D
RGB
CMYK
RGB Variations
Color information
#80E25D (or 0x80E25D) is known color: Mantis. HEX triplet: 80, E2 and 5D. RGB value is (128,226,93). Sum of RGB (Red+Green+Blue) = 128+226+93=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #80E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E25D is #7F1DA2. Grayscale: #B5B5B5. Windows color (decimal): -8330659 or 6152832. OLE color: 6152832.
HSL color Cylindrical-coordinate representation of color #80E25D: hue angle of 104.21º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80E25D is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 93 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.11 |
| HSL | 104.21º | 0.7% | 0.63% | - |
| HSV(B) | 104.21º | 0.59% | 0.89% | - |
| XYZ | 38.07 | 59.77 | 19.89 | - |
| YUV | 181.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 93 | 0.43 | 0 | 0.59 | 0.11 | 104.21 | 0.7 | 0.63 |
| Hex | 80 | E2 | 5D | 2B | 0 | 3B | B | 68 | 46 | 3F |
| Octal | 200 | 342 | 135 | 53 | 0 | 73 | 13 | 150 | 106 | 77 |
| Binary | 10000000 | 11100010 | 1011101 | 101011 | 0 | 111011 | 1011 | 1101000 | 1000110 | 111111 |
Color Harmonies of #80E25D
Complementary color
Monochromatic Colors of #80E25D
Black with #80E25D
Text Example
Text Example
White with #80E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E25D; }
p { color: rgb(128,226,93); }
H1.HeaderClassName
{
color: #80E25D;
}
.AnyTagClassName
{
color: #80E25D;
}
</style>
background-color css
<style>
a { background-color: #80E25D; }
a { background-color: rgb(128,226,93); }
div.DivClassName
{
background-color: #80E25D;
}
.BgClassName
{
background-color: #80E25D;
}
</style>
border-color css
<style>
span { border-color: #80E25D; }
span { border-color: rgb(128,226,93); }
td.TdClassName
{
border-color: #80E25D;
}
.TagClassName
{
border-color: #80E25D;
}
</style>