Shades of Mantis #80EC4F
Tints of Mantis #80EC4F
RGB
CMYK
RGB Variations
Color information
#80EC4F (or 0x80EC4F) is known color: Mantis. HEX triplet: 80, EC and 4F. RGB value is (128,236,79). Sum of RGB (Red+Green+Blue) = 128+236+79=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC4F is #7F13B0. Grayscale: #BABABA. Windows color (decimal): -8328113 or 5237888. OLE color: 5237888.
HSL color Cylindrical-coordinate representation of color #80EC4F: hue angle of 101.27º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80EC4F is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 79 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.07 |
| HSL | 101.27º | 0.81% | 0.62% | - |
| HSV(B) | 101.27º | 0.67% | 0.93% | - |
| XYZ | 40.31 | 65.14 | 17.85 | - |
| YUV | 185.81 | 67.72 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 79 | 0.46 | 0 | 0.67 | 0.07 | 101.27 | 0.81 | 0.62 |
| Hex | 80 | EC | 4F | 2E | 0 | 43 | 7 | 65 | 51 | 3E |
| Octal | 200 | 354 | 117 | 56 | 0 | 103 | 7 | 145 | 121 | 76 |
| Binary | 10000000 | 11101100 | 1001111 | 101110 | 0 | 1000011 | 111 | 1100101 | 1010001 | 111110 |
Color Harmonies of #80EC4F
Complementary color
Monochromatic Colors of #80EC4F
Black with #80EC4F
Text Example
Text Example
White with #80EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC4F; }
p { color: rgb(128,236,79); }
H1.HeaderClassName
{
color: #80EC4F;
}
.AnyTagClassName
{
color: #80EC4F;
}
</style>
background-color css
<style>
a { background-color: #80EC4F; }
a { background-color: rgb(128,236,79); }
div.DivClassName
{
background-color: #80EC4F;
}
.BgClassName
{
background-color: #80EC4F;
}
</style>
border-color css
<style>
span { border-color: #80EC4F; }
span { border-color: rgb(128,236,79); }
td.TdClassName
{
border-color: #80EC4F;
}
.TagClassName
{
border-color: #80EC4F;
}
</style>