Shades of Mantis #80D55D
Tints of Mantis #80D55D
RGB
CMYK
RGB Variations
Color information
#80D55D (or 0x80D55D) is known color: Mantis. HEX triplet: 80, D5 and 5D. RGB value is (128,213,93). Sum of RGB (Red+Green+Blue) = 128+213+93=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #80D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D55D is #7F2AA2. Grayscale: #AEAEAE. Windows color (decimal): -8333987 or 6149504. OLE color: 6149504.
HSL color Cylindrical-coordinate representation of color #80D55D: hue angle of 102.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D55D is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 93 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.16 |
| HSL | 102.5º | 0.59% | 0.6% | - |
| HSV(B) | 102.5º | 0.56% | 0.84% | - |
| XYZ | 34.67 | 52.97 | 18.75 | - |
| YUV | 173.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 93 | 0.40 | 0 | 0.56 | 0.16 | 102.5 | 0.59 | 0.6 |
| Hex | 80 | D5 | 5D | 28 | 0 | 38 | 10 | 66 | 3B | 3C |
| Octal | 200 | 325 | 135 | 50 | 0 | 70 | 20 | 146 | 73 | 74 |
| Binary | 10000000 | 11010101 | 1011101 | 101000 | 0 | 111000 | 10000 | 1100110 | 111011 | 111100 |
Color Harmonies of #80D55D
Complementary color
Monochromatic Colors of #80D55D
Black with #80D55D
Text Example
Text Example
White with #80D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D55D; }
p { color: rgb(128,213,93); }
H1.HeaderClassName
{
color: #80D55D;
}
.AnyTagClassName
{
color: #80D55D;
}
</style>
background-color css
<style>
a { background-color: #80D55D; }
a { background-color: rgb(128,213,93); }
div.DivClassName
{
background-color: #80D55D;
}
.BgClassName
{
background-color: #80D55D;
}
</style>
border-color css
<style>
span { border-color: #80D55D; }
span { border-color: rgb(128,213,93); }
td.TdClassName
{
border-color: #80D55D;
}
.TagClassName
{
border-color: #80D55D;
}
</style>