Shades of Mantis #80EB4C
Tints of Mantis #80EB4C
RGB
CMYK
RGB Variations
Color information
#80EB4C (or 0x80EB4C) is known color: Mantis. HEX triplet: 80, EB and 4C. RGB value is (128,235,76). Sum of RGB (Red+Green+Blue) = 128+235+76=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EB4C is #7F14B3. Grayscale: #B9B9B9. Windows color (decimal): -8328372 or 5041024. OLE color: 5041024.
HSL color Cylindrical-coordinate representation of color #80EB4C: hue angle of 100.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80EB4C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 76 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.08 |
| HSL | 100.38º | 0.8% | 0.61% | - |
| HSV(B) | 100.38º | 0.68% | 0.92% | - |
| XYZ | 39.91 | 64.53 | 17.19 | - |
| YUV | 184.88 | 66.55 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 76 | 0.46 | 0 | 0.68 | 0.08 | 100.38 | 0.8 | 0.61 |
| Hex | 80 | EB | 4C | 2E | 0 | 44 | 8 | 64 | 50 | 3D |
| Octal | 200 | 353 | 114 | 56 | 0 | 104 | 10 | 144 | 120 | 75 |
| Binary | 10000000 | 11101011 | 1001100 | 101110 | 0 | 1000100 | 1000 | 1100100 | 1010000 | 111101 |
Color Harmonies of #80EB4C
Complementary color
Monochromatic Colors of #80EB4C
Black with #80EB4C
Text Example
Text Example
White with #80EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EB4C; }
p { color: rgb(128,235,76); }
H1.HeaderClassName
{
color: #80EB4C;
}
.AnyTagClassName
{
color: #80EB4C;
}
</style>
background-color css
<style>
a { background-color: #80EB4C; }
a { background-color: rgb(128,235,76); }
div.DivClassName
{
background-color: #80EB4C;
}
.BgClassName
{
background-color: #80EB4C;
}
</style>
border-color css
<style>
span { border-color: #80EB4C; }
span { border-color: rgb(128,235,76); }
td.TdClassName
{
border-color: #80EB4C;
}
.TagClassName
{
border-color: #80EB4C;
}
</style>