Shades of Mantis #80E346
Tints of Mantis #80E346
RGB
CMYK
RGB Variations
Color information
#80E346 (or 0x80E346) is known color: Mantis. HEX triplet: 80, E3 and 46. RGB value is (128,227,70). Sum of RGB (Red+Green+Blue) = 128+227+70=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #80E346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E346 is #7F1CB9. Grayscale: #B4B4B4. Windows color (decimal): -8330426 or 4645760. OLE color: 4645760.
HSL color Cylindrical-coordinate representation of color #80E346: hue angle of 97.83º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80E346 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 70 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.11 |
| HSL | 97.83º | 0.74% | 0.58% | - |
| HSV(B) | 97.83º | 0.69% | 0.89% | - |
| XYZ | 37.48 | 59.97 | 15.39 | - |
| YUV | 179.5 | 66.2 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 70 | 0.44 | 0 | 0.69 | 0.11 | 97.83 | 0.74 | 0.58 |
| Hex | 80 | E3 | 46 | 2C | 0 | 45 | B | 62 | 4A | 3A |
| Octal | 200 | 343 | 106 | 54 | 0 | 105 | 13 | 142 | 112 | 72 |
| Binary | 10000000 | 11100011 | 1000110 | 101100 | 0 | 1000101 | 1011 | 1100010 | 1001010 | 111010 |
Color Harmonies of #80E346
Complementary color
Monochromatic Colors of #80E346
Black with #80E346
Text Example
Text Example
White with #80E346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E346; }
p { color: rgb(128,227,70); }
H1.HeaderClassName
{
color: #80E346;
}
.AnyTagClassName
{
color: #80E346;
}
</style>
background-color css
<style>
a { background-color: #80E346; }
a { background-color: rgb(128,227,70); }
div.DivClassName
{
background-color: #80E346;
}
.BgClassName
{
background-color: #80E346;
}
</style>
border-color css
<style>
span { border-color: #80E346; }
span { border-color: rgb(128,227,70); }
td.TdClassName
{
border-color: #80E346;
}
.TagClassName
{
border-color: #80E346;
}
</style>