Shades of Mantis #80E446
Tints of Mantis #80E446
RGB
CMYK
RGB Variations
Color information
#80E446 (or 0x80E446) is known color: Mantis. HEX triplet: 80, E4 and 46. RGB value is (128,228,70). Sum of RGB (Red+Green+Blue) = 128+228+70=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #80E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E446 is #7F1BB9. Grayscale: #B4B4B4. Windows color (decimal): -8330170 or 4646016. OLE color: 4646016.
HSL color Cylindrical-coordinate representation of color #80E446: hue angle of 97.97º degrees, saturation: 0.75, 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 #80E446 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 70 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.11 |
| HSL | 97.97º | 0.75% | 0.58% | - |
| HSV(B) | 97.97º | 0.69% | 0.89% | - |
| XYZ | 37.75 | 60.52 | 15.49 | - |
| YUV | 180.09 | 65.87 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 70 | 0.44 | 0 | 0.69 | 0.11 | 97.97 | 0.75 | 0.58 |
| Hex | 80 | E4 | 46 | 2C | 0 | 45 | B | 62 | 4B | 3A |
| Octal | 200 | 344 | 106 | 54 | 0 | 105 | 13 | 142 | 113 | 72 |
| Binary | 10000000 | 11100100 | 1000110 | 101100 | 0 | 1000101 | 1011 | 1100010 | 1001011 | 111010 |
Color Harmonies of #80E446
Complementary color
Monochromatic Colors of #80E446
Black with #80E446
Text Example
Text Example
White with #80E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E446; }
p { color: rgb(128,228,70); }
H1.HeaderClassName
{
color: #80E446;
}
.AnyTagClassName
{
color: #80E446;
}
</style>
background-color css
<style>
a { background-color: #80E446; }
a { background-color: rgb(128,228,70); }
div.DivClassName
{
background-color: #80E446;
}
.BgClassName
{
background-color: #80E446;
}
</style>
border-color css
<style>
span { border-color: #80E446; }
span { border-color: rgb(128,228,70); }
td.TdClassName
{
border-color: #80E446;
}
.TagClassName
{
border-color: #80E446;
}
</style>