Shades of Mantis #80E043
Tints of Mantis #80E043
RGB
CMYK
RGB Variations
Color information
#80E043 (or 0x80E043) is known color: Mantis. HEX triplet: 80, E0 and 43. RGB value is (128,224,67). Sum of RGB (Red+Green+Blue) = 128+224+67=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #80E043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E043 is #7F1FBC. Grayscale: #B1B1B1. Windows color (decimal): -8331197 or 4448384. OLE color: 4448384.
HSL color Cylindrical-coordinate representation of color #80E043: hue angle of 96.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80E043 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 67 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.12 |
| HSL | 96.69º | 0.72% | 0.57% | - |
| HSV(B) | 96.69º | 0.7% | 0.88% | - |
| XYZ | 36.57 | 58.31 | 14.64 | - |
| YUV | 177.4 | 65.7 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 67 | 0.43 | 0 | 0.70 | 0.12 | 96.69 | 0.72 | 0.57 |
| Hex | 80 | E0 | 43 | 2B | 0 | 46 | C | 61 | 48 | 39 |
| Octal | 200 | 340 | 103 | 53 | 0 | 106 | 14 | 141 | 110 | 71 |
| Binary | 10000000 | 11100000 | 1000011 | 101011 | 0 | 1000110 | 1100 | 1100001 | 1001000 | 111001 |
Color Harmonies of #80E043
Complementary color
Monochromatic Colors of #80E043
Black with #80E043
Text Example
Text Example
White with #80E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E043; }
p { color: rgb(128,224,67); }
H1.HeaderClassName
{
color: #80E043;
}
.AnyTagClassName
{
color: #80E043;
}
</style>
background-color css
<style>
a { background-color: #80E043; }
a { background-color: rgb(128,224,67); }
div.DivClassName
{
background-color: #80E043;
}
.BgClassName
{
background-color: #80E043;
}
</style>
border-color css
<style>
span { border-color: #80E043; }
span { border-color: rgb(128,224,67); }
td.TdClassName
{
border-color: #80E043;
}
.TagClassName
{
border-color: #80E043;
}
</style>