Shades of Mantis #80EB4D
Tints of Mantis #80EB4D
RGB
CMYK
RGB Variations
Color information
#80EB4D (or 0x80EB4D) is known color: Mantis. HEX triplet: 80, EB and 4D. RGB value is (128,235,77). Sum of RGB (Red+Green+Blue) = 128+235+77=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB4D is #7F14B2. Grayscale: #B9B9B9. Windows color (decimal): -8328371 or 5106560. OLE color: 5106560.
HSL color Cylindrical-coordinate representation of color #80EB4D: hue angle of 100.63º degrees, saturation: 0.8, 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 #80EB4D is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 235 | 77 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.08 |
| HSL | 100.63º | 0.8% | 0.61% | - |
| HSV(B) | 100.63º | 0.67% | 0.92% | - |
| XYZ | 39.95 | 64.54 | 17.37 | - |
| YUV | 185 | 67.05 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 235 | 77 | 0.46 | 0 | 0.67 | 0.08 | 100.63 | 0.8 | 0.61 |
| Hex | 80 | EB | 4D | 2E | 0 | 43 | 8 | 65 | 50 | 3D |
| Octal | 200 | 353 | 115 | 56 | 0 | 103 | 10 | 145 | 120 | 75 |
| Binary | 10000000 | 11101011 | 1001101 | 101110 | 0 | 1000011 | 1000 | 1100101 | 1010000 | 111101 |
Color Harmonies of #80EB4D
Complementary color
Monochromatic Colors of #80EB4D
Black with #80EB4D
Text Example
Text Example
White with #80EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EB4D; }
p { color: rgb(128,235,77); }
H1.HeaderClassName
{
color: #80EB4D;
}
.AnyTagClassName
{
color: #80EB4D;
}
</style>
background-color css
<style>
a { background-color: #80EB4D; }
a { background-color: rgb(128,235,77); }
div.DivClassName
{
background-color: #80EB4D;
}
.BgClassName
{
background-color: #80EB4D;
}
</style>
border-color css
<style>
span { border-color: #80EB4D; }
span { border-color: rgb(128,235,77); }
td.TdClassName
{
border-color: #80EB4D;
}
.TagClassName
{
border-color: #80EB4D;
}
</style>