Shades of Mantis #80E548
Tints of Mantis #80E548
RGB
CMYK
RGB Variations
Color information
#80E548 (or 0x80E548) is known color: Mantis. HEX triplet: 80, E5 and 48. RGB value is (128,229,72). Sum of RGB (Red+Green+Blue) = 128+229+72=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #80E548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E548 is #7F1AB7. Grayscale: #B5B5B5. Windows color (decimal): -8329912 or 4777344. OLE color: 4777344.
HSL color Cylindrical-coordinate representation of color #80E548: hue angle of 98.6º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80E548 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 229 | 72 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.10 |
| HSL | 98.6º | 0.75% | 0.59% | - |
| HSV(B) | 98.6º | 0.69% | 0.9% | - |
| XYZ | 38.09 | 61.1 | 15.92 | - |
| YUV | 180.9 | 66.54 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 229 | 72 | 0.44 | 0 | 0.69 | 0.10 | 98.6 | 0.75 | 0.59 |
| Hex | 80 | E5 | 48 | 2C | 0 | 45 | A | 63 | 4B | 3B |
| Octal | 200 | 345 | 110 | 54 | 0 | 105 | 12 | 143 | 113 | 73 |
| Binary | 10000000 | 11100101 | 1001000 | 101100 | 0 | 1000101 | 1010 | 1100011 | 1001011 | 111011 |
Color Harmonies of #80E548
Complementary color
Monochromatic Colors of #80E548
Black with #80E548
Text Example
Text Example
White with #80E548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E548; }
p { color: rgb(128,229,72); }
H1.HeaderClassName
{
color: #80E548;
}
.AnyTagClassName
{
color: #80E548;
}
</style>
background-color css
<style>
a { background-color: #80E548; }
a { background-color: rgb(128,229,72); }
div.DivClassName
{
background-color: #80E548;
}
.BgClassName
{
background-color: #80E548;
}
</style>
border-color css
<style>
span { border-color: #80E548; }
span { border-color: rgb(128,229,72); }
td.TdClassName
{
border-color: #80E548;
}
.TagClassName
{
border-color: #80E548;
}
</style>