Shades of Mantis #80E149
Tints of Mantis #80E149
RGB
CMYK
RGB Variations
Color information
#80E149 (or 0x80E149) is known color: Mantis. HEX triplet: 80, E1 and 49. RGB value is (128,225,73). Sum of RGB (Red+Green+Blue) = 128+225+73=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #80E149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E149 is #7F1EB6. Grayscale: #B3B3B3. Windows color (decimal): -8330935 or 4841856. OLE color: 4841856.
HSL color Cylindrical-coordinate representation of color #80E149: hue angle of 98.29º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80E149 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 73 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.12 |
| HSL | 98.29º | 0.72% | 0.58% | - |
| HSV(B) | 98.29º | 0.68% | 0.88% | - |
| XYZ | 37.03 | 58.92 | 15.72 | - |
| YUV | 178.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 73 | 0.43 | 0 | 0.68 | 0.12 | 98.29 | 0.72 | 0.58 |
| Hex | 80 | E1 | 49 | 2B | 0 | 44 | C | 62 | 48 | 3A |
| Octal | 200 | 341 | 111 | 53 | 0 | 104 | 14 | 142 | 110 | 72 |
| Binary | 10000000 | 11100001 | 1001001 | 101011 | 0 | 1000100 | 1100 | 1100010 | 1001000 | 111010 |
Color Harmonies of #80E149
Complementary color
Monochromatic Colors of #80E149
Black with #80E149
Text Example
Text Example
White with #80E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E149; }
p { color: rgb(128,225,73); }
H1.HeaderClassName
{
color: #80E149;
}
.AnyTagClassName
{
color: #80E149;
}
</style>
background-color css
<style>
a { background-color: #80E149; }
a { background-color: rgb(128,225,73); }
div.DivClassName
{
background-color: #80E149;
}
.BgClassName
{
background-color: #80E149;
}
</style>
border-color css
<style>
span { border-color: #80E149; }
span { border-color: rgb(128,225,73); }
td.TdClassName
{
border-color: #80E149;
}
.TagClassName
{
border-color: #80E149;
}
</style>