Shades of Mantis #80E950
Tints of Mantis #80E950
RGB
CMYK
RGB Variations
Color information
#80E950 (or 0x80E950) is known color: Mantis. HEX triplet: 80, E9 and 50. RGB value is (128,233,80). Sum of RGB (Red+Green+Blue) = 128+233+80=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 233 (91.41% from 255 or 52.83% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 233 - color contains mainly: green. Hex color #80E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E950 is #7F16AF. Grayscale: #B8B8B8. Windows color (decimal): -8328880 or 5302656. OLE color: 5302656.
HSL color Cylindrical-coordinate representation of color #80E950: hue angle of 101.18º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80E950 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 80 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.09 |
| HSL | 101.18º | 0.78% | 0.61% | - |
| HSV(B) | 101.18º | 0.66% | 0.91% | - |
| XYZ | 39.49 | 63.45 | 17.75 | - |
| YUV | 184.16 | 69.21 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 80 | 0.45 | 0 | 0.66 | 0.09 | 101.18 | 0.78 | 0.61 |
| Hex | 80 | E9 | 50 | 2D | 0 | 42 | 9 | 65 | 4E | 3D |
| Octal | 200 | 351 | 120 | 55 | 0 | 102 | 11 | 145 | 116 | 75 |
| Binary | 10000000 | 11101001 | 1010000 | 101101 | 0 | 1000010 | 1001 | 1100101 | 1001110 | 111101 |
Color Harmonies of #80E950
Complementary color
Monochromatic Colors of #80E950
Black with #80E950
Text Example
Text Example
White with #80E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E950; }
p { color: rgb(128,233,80); }
H1.HeaderClassName
{
color: #80E950;
}
.AnyTagClassName
{
color: #80E950;
}
</style>
background-color css
<style>
a { background-color: #80E950; }
a { background-color: rgb(128,233,80); }
div.DivClassName
{
background-color: #80E950;
}
.BgClassName
{
background-color: #80E950;
}
</style>
border-color css
<style>
span { border-color: #80E950; }
span { border-color: rgb(128,233,80); }
td.TdClassName
{
border-color: #80E950;
}
.TagClassName
{
border-color: #80E950;
}
</style>