Shades of Mantis #80E15C
Tints of Mantis #80E15C
RGB
CMYK
RGB Variations
Color information
#80E15C (or 0x80E15C) is known color: Mantis. HEX triplet: 80, E1 and 5C. RGB value is (128,225,92). Sum of RGB (Red+Green+Blue) = 128+225+92=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #80E15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E15C is #7F1EA3. Grayscale: #B5B5B5. Windows color (decimal): -8330916 or 6087040. OLE color: 6087040.
HSL color Cylindrical-coordinate representation of color #80E15C: hue angle of 103.76º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80E15C is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 92 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.12 |
| HSL | 103.76º | 0.69% | 0.62% | - |
| HSV(B) | 103.76º | 0.59% | 0.88% | - |
| XYZ | 37.76 | 59.21 | 19.56 | - |
| YUV | 180.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 92 | 0.43 | 0 | 0.59 | 0.12 | 103.76 | 0.69 | 0.62 |
| Hex | 80 | E1 | 5C | 2B | 0 | 3B | C | 68 | 45 | 3E |
| Octal | 200 | 341 | 134 | 53 | 0 | 73 | 14 | 150 | 105 | 76 |
| Binary | 10000000 | 11100001 | 1011100 | 101011 | 0 | 111011 | 1100 | 1101000 | 1000101 | 111110 |
Color Harmonies of #80E15C
Complementary color
Monochromatic Colors of #80E15C
Black with #80E15C
Text Example
Text Example
White with #80E15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E15C; }
p { color: rgb(128,225,92); }
H1.HeaderClassName
{
color: #80E15C;
}
.AnyTagClassName
{
color: #80E15C;
}
</style>
background-color css
<style>
a { background-color: #80E15C; }
a { background-color: rgb(128,225,92); }
div.DivClassName
{
background-color: #80E15C;
}
.BgClassName
{
background-color: #80E15C;
}
</style>
border-color css
<style>
span { border-color: #80E15C; }
span { border-color: rgb(128,225,92); }
td.TdClassName
{
border-color: #80E15C;
}
.TagClassName
{
border-color: #80E15C;
}
</style>