Shades of Mantis #80E256
Tints of Mantis #80E256
RGB
CMYK
RGB Variations
Color information
#80E256 (or 0x80E256) is known color: Mantis. HEX triplet: 80, E2 and 56. RGB value is (128,226,86). Sum of RGB (Red+Green+Blue) = 128+226+86=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #80E256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E256 is #7F1DA9. Grayscale: #B5B5B5. Windows color (decimal): -8330666 or 5694080. OLE color: 5694080.
HSL color Cylindrical-coordinate representation of color #80E256: hue angle of 102º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80E256 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 86 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.11 |
| HSL | 102º | 0.71% | 0.61% | - |
| HSV(B) | 102º | 0.62% | 0.89% | - |
| XYZ | 37.78 | 59.65 | 18.33 | - |
| YUV | 180.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 86 | 0.43 | 0 | 0.62 | 0.11 | 102 | 0.71 | 0.61 |
| Hex | 80 | E2 | 56 | 2B | 0 | 3E | B | 66 | 47 | 3D |
| Octal | 200 | 342 | 126 | 53 | 0 | 76 | 13 | 146 | 107 | 75 |
| Binary | 10000000 | 11100010 | 1010110 | 101011 | 0 | 111110 | 1011 | 1100110 | 1000111 | 111101 |
Color Harmonies of #80E256
Complementary color
Monochromatic Colors of #80E256
Black with #80E256
Text Example
Text Example
White with #80E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E256; }
p { color: rgb(128,226,86); }
H1.HeaderClassName
{
color: #80E256;
}
.AnyTagClassName
{
color: #80E256;
}
</style>
background-color css
<style>
a { background-color: #80E256; }
a { background-color: rgb(128,226,86); }
div.DivClassName
{
background-color: #80E256;
}
.BgClassName
{
background-color: #80E256;
}
</style>
border-color css
<style>
span { border-color: #80E256; }
span { border-color: rgb(128,226,86); }
td.TdClassName
{
border-color: #80E256;
}
.TagClassName
{
border-color: #80E256;
}
</style>