Shades of Mantis #80E350
Tints of Mantis #80E350
RGB
CMYK
RGB Variations
Color information
#80E350 (or 0x80E350) is known color: Mantis. HEX triplet: 80, E3 and 50. RGB value is (128,227,80). Sum of RGB (Red+Green+Blue) = 128+227+80=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #80E350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E350 is #7F1CAF. Grayscale: #B5B5B5. Windows color (decimal): -8330416 or 5301120. OLE color: 5301120.
HSL color Cylindrical-coordinate representation of color #80E350: hue angle of 100.41º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80E350 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 80 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.11 |
| HSL | 100.41º | 0.72% | 0.6% | - |
| HSV(B) | 100.41º | 0.65% | 0.89% | - |
| XYZ | 37.82 | 60.11 | 17.2 | - |
| YUV | 180.64 | 71.2 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 80 | 0.44 | 0 | 0.65 | 0.11 | 100.41 | 0.72 | 0.6 |
| Hex | 80 | E3 | 50 | 2C | 0 | 41 | B | 64 | 48 | 3C |
| Octal | 200 | 343 | 120 | 54 | 0 | 101 | 13 | 144 | 110 | 74 |
| Binary | 10000000 | 11100011 | 1010000 | 101100 | 0 | 1000001 | 1011 | 1100100 | 1001000 | 111100 |
Color Harmonies of #80E350
Complementary color
Monochromatic Colors of #80E350
Black with #80E350
Text Example
Text Example
White with #80E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E350; }
p { color: rgb(128,227,80); }
H1.HeaderClassName
{
color: #80E350;
}
.AnyTagClassName
{
color: #80E350;
}
</style>
background-color css
<style>
a { background-color: #80E350; }
a { background-color: rgb(128,227,80); }
div.DivClassName
{
background-color: #80E350;
}
.BgClassName
{
background-color: #80E350;
}
</style>
border-color css
<style>
span { border-color: #80E350; }
span { border-color: rgb(128,227,80); }
td.TdClassName
{
border-color: #80E350;
}
.TagClassName
{
border-color: #80E350;
}
</style>