Shades of Mantis #80EA50
Tints of Mantis #80EA50
RGB
CMYK
RGB Variations
Color information
#80EA50 (or 0x80EA50) is known color: Mantis. HEX triplet: 80, EA and 50. RGB value is (128,234,80). Sum of RGB (Red+Green+Blue) = 128+234+80=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA50 is #7F15AF. Grayscale: #B9B9B9. Windows color (decimal): -8328624 or 5302912. OLE color: 5302912.
HSL color Cylindrical-coordinate representation of color #80EA50: hue angle of 101.3º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80EA50 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 80 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.08 |
| HSL | 101.3º | 0.79% | 0.62% | - |
| HSV(B) | 101.3º | 0.66% | 0.92% | - |
| XYZ | 39.77 | 64.01 | 17.85 | - |
| YUV | 184.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 80 | 0.45 | 0 | 0.66 | 0.08 | 101.3 | 0.79 | 0.62 |
| Hex | 80 | EA | 50 | 2D | 0 | 42 | 8 | 65 | 4F | 3E |
| Octal | 200 | 352 | 120 | 55 | 0 | 102 | 10 | 145 | 117 | 76 |
| Binary | 10000000 | 11101010 | 1010000 | 101101 | 0 | 1000010 | 1000 | 1100101 | 1001111 | 111110 |
Color Harmonies of #80EA50
Complementary color
Monochromatic Colors of #80EA50
Black with #80EA50
Text Example
Text Example
White with #80EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA50; }
p { color: rgb(128,234,80); }
H1.HeaderClassName
{
color: #80EA50;
}
.AnyTagClassName
{
color: #80EA50;
}
</style>
background-color css
<style>
a { background-color: #80EA50; }
a { background-color: rgb(128,234,80); }
div.DivClassName
{
background-color: #80EA50;
}
.BgClassName
{
background-color: #80EA50;
}
</style>
border-color css
<style>
span { border-color: #80EA50; }
span { border-color: rgb(128,234,80); }
td.TdClassName
{
border-color: #80EA50;
}
.TagClassName
{
border-color: #80EA50;
}
</style>