Shades of Mantis #80E252
Tints of Mantis #80E252
RGB
CMYK
RGB Variations
Color information
#80E252 (or 0x80E252) is known color: Mantis. HEX triplet: 80, E2 and 52. RGB value is (128,226,82). Sum of RGB (Red+Green+Blue) = 128+226+82=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #80E252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E252 is #7F1DAD. Grayscale: #B4B4B4. Windows color (decimal): -8330670 or 5431936. OLE color: 5431936.
HSL color Cylindrical-coordinate representation of color #80E252: hue angle of 100.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80E252 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 226 | 82 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.11 |
| HSL | 100.83º | 0.71% | 0.6% | - |
| HSV(B) | 100.83º | 0.64% | 0.89% | - |
| XYZ | 37.62 | 59.59 | 17.5 | - |
| YUV | 180.28 | 72.53 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 226 | 82 | 0.43 | 0 | 0.64 | 0.11 | 100.83 | 0.71 | 0.6 |
| Hex | 80 | E2 | 52 | 2B | 0 | 40 | B | 65 | 47 | 3C |
| Octal | 200 | 342 | 122 | 53 | 0 | 100 | 13 | 145 | 107 | 74 |
| Binary | 10000000 | 11100010 | 1010010 | 101011 | 0 | 1000000 | 1011 | 1100101 | 1000111 | 111100 |
Color Harmonies of #80E252
Complementary color
Monochromatic Colors of #80E252
Black with #80E252
Text Example
Text Example
White with #80E252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E252; }
p { color: rgb(128,226,82); }
H1.HeaderClassName
{
color: #80E252;
}
.AnyTagClassName
{
color: #80E252;
}
</style>
background-color css
<style>
a { background-color: #80E252; }
a { background-color: rgb(128,226,82); }
div.DivClassName
{
background-color: #80E252;
}
.BgClassName
{
background-color: #80E252;
}
</style>
border-color css
<style>
span { border-color: #80E252; }
span { border-color: rgb(128,226,82); }
td.TdClassName
{
border-color: #80E252;
}
.TagClassName
{
border-color: #80E252;
}
</style>