Shades of Mantis #80EA4D
Tints of Mantis #80EA4D
RGB
CMYK
RGB Variations
Color information
#80EA4D (or 0x80EA4D) is known color: Mantis. HEX triplet: 80, EA and 4D. RGB value is (128,234,77). Sum of RGB (Red+Green+Blue) = 128+234+77=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA4D is #7F15B2. Grayscale: #B8B8B8. Windows color (decimal): -8328627 or 5106304. OLE color: 5106304.
HSL color Cylindrical-coordinate representation of color #80EA4D: hue angle of 100.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80EA4D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 77 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.08 |
| HSL | 100.51º | 0.79% | 0.61% | - |
| HSV(B) | 100.51º | 0.67% | 0.92% | - |
| XYZ | 39.66 | 63.97 | 17.28 | - |
| YUV | 184.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 77 | 0.45 | 0 | 0.67 | 0.08 | 100.51 | 0.79 | 0.61 |
| Hex | 80 | EA | 4D | 2D | 0 | 43 | 8 | 65 | 4F | 3D |
| Octal | 200 | 352 | 115 | 55 | 0 | 103 | 10 | 145 | 117 | 75 |
| Binary | 10000000 | 11101010 | 1001101 | 101101 | 0 | 1000011 | 1000 | 1100101 | 1001111 | 111101 |
Color Harmonies of #80EA4D
Complementary color
Monochromatic Colors of #80EA4D
Black with #80EA4D
Text Example
Text Example
White with #80EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA4D; }
p { color: rgb(128,234,77); }
H1.HeaderClassName
{
color: #80EA4D;
}
.AnyTagClassName
{
color: #80EA4D;
}
</style>
background-color css
<style>
a { background-color: #80EA4D; }
a { background-color: rgb(128,234,77); }
div.DivClassName
{
background-color: #80EA4D;
}
.BgClassName
{
background-color: #80EA4D;
}
</style>
border-color css
<style>
span { border-color: #80EA4D; }
span { border-color: rgb(128,234,77); }
td.TdClassName
{
border-color: #80EA4D;
}
.TagClassName
{
border-color: #80EA4D;
}
</style>