Shades of Mantis #80EC4C
Tints of Mantis #80EC4C
RGB
CMYK
RGB Variations
Color information
#80EC4C (or 0x80EC4C) is known color: Mantis. HEX triplet: 80, EC and 4C. RGB value is (128,236,76). Sum of RGB (Red+Green+Blue) = 128+236+76=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EC4C is #7F13B3. Grayscale: #BABABA. Windows color (decimal): -8328116 or 5041280. OLE color: 5041280.
HSL color Cylindrical-coordinate representation of color #80EC4C: hue angle of 100.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80EC4C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 76 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.07 |
| HSL | 100.5º | 0.81% | 0.61% | - |
| HSV(B) | 100.5º | 0.68% | 0.93% | - |
| XYZ | 40.2 | 65.1 | 17.28 | - |
| YUV | 185.47 | 66.22 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 76 | 0.46 | 0 | 0.68 | 0.07 | 100.5 | 0.81 | 0.61 |
| Hex | 80 | EC | 4C | 2E | 0 | 44 | 7 | 64 | 51 | 3D |
| Octal | 200 | 354 | 114 | 56 | 0 | 104 | 7 | 144 | 121 | 75 |
| Binary | 10000000 | 11101100 | 1001100 | 101110 | 0 | 1000100 | 111 | 1100100 | 1010001 | 111101 |
Color Harmonies of #80EC4C
Complementary color
Monochromatic Colors of #80EC4C
Black with #80EC4C
Text Example
Text Example
White with #80EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC4C; }
p { color: rgb(128,236,76); }
H1.HeaderClassName
{
color: #80EC4C;
}
.AnyTagClassName
{
color: #80EC4C;
}
</style>
background-color css
<style>
a { background-color: #80EC4C; }
a { background-color: rgb(128,236,76); }
div.DivClassName
{
background-color: #80EC4C;
}
.BgClassName
{
background-color: #80EC4C;
}
</style>
border-color css
<style>
span { border-color: #80EC4C; }
span { border-color: rgb(128,236,76); }
td.TdClassName
{
border-color: #80EC4C;
}
.TagClassName
{
border-color: #80EC4C;
}
</style>