Shades of Mantis #80E447
Tints of Mantis #80E447
RGB
CMYK
RGB Variations
Color information
#80E447 (or 0x80E447) is known color: Mantis. HEX triplet: 80, E4 and 47. RGB value is (128,228,71). Sum of RGB (Red+Green+Blue) = 128+228+71=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #80E447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E447 is #7F1BB8. Grayscale: #B4B4B4. Windows color (decimal): -8330169 or 4711552. OLE color: 4711552.
HSL color Cylindrical-coordinate representation of color #80E447: hue angle of 98.22º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80E447 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 71 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.11 |
| HSL | 98.22º | 0.74% | 0.59% | - |
| HSV(B) | 98.22º | 0.69% | 0.89% | - |
| XYZ | 37.78 | 60.53 | 15.65 | - |
| YUV | 180.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 71 | 0.44 | 0 | 0.69 | 0.11 | 98.22 | 0.74 | 0.59 |
| Hex | 80 | E4 | 47 | 2C | 0 | 45 | B | 62 | 4A | 3B |
| Octal | 200 | 344 | 107 | 54 | 0 | 105 | 13 | 142 | 112 | 73 |
| Binary | 10000000 | 11100100 | 1000111 | 101100 | 0 | 1000101 | 1011 | 1100010 | 1001010 | 111011 |
Color Harmonies of #80E447
Complementary color
Monochromatic Colors of #80E447
Black with #80E447
Text Example
Text Example
White with #80E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E447; }
p { color: rgb(128,228,71); }
H1.HeaderClassName
{
color: #80E447;
}
.AnyTagClassName
{
color: #80E447;
}
</style>
background-color css
<style>
a { background-color: #80E447; }
a { background-color: rgb(128,228,71); }
div.DivClassName
{
background-color: #80E447;
}
.BgClassName
{
background-color: #80E447;
}
</style>
border-color css
<style>
span { border-color: #80E447; }
span { border-color: rgb(128,228,71); }
td.TdClassName
{
border-color: #80E447;
}
.TagClassName
{
border-color: #80E447;
}
</style>