Shades of Mantis #80DC59
Tints of Mantis #80DC59
RGB
CMYK
RGB Variations
Color information
#80DC59 (or 0x80DC59) is known color: Mantis. HEX triplet: 80, DC and 59. RGB value is (128,220,89). Sum of RGB (Red+Green+Blue) = 128+220+89=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC59 is #7F23A6. Grayscale: #B1B1B1. Windows color (decimal): -8332199 or 5889152. OLE color: 5889152.
HSL color Cylindrical-coordinate representation of color #80DC59: hue angle of 102.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80DC59 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 89 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.14 |
| HSL | 102.14º | 0.65% | 0.61% | - |
| HSV(B) | 102.14º | 0.6% | 0.86% | - |
| XYZ | 36.3 | 56.5 | 18.44 | - |
| YUV | 177.56 | 78.02 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 89 | 0.42 | 0 | 0.60 | 0.14 | 102.14 | 0.65 | 0.61 |
| Hex | 80 | DC | 59 | 2A | 0 | 3C | E | 66 | 41 | 3D |
| Octal | 200 | 334 | 131 | 52 | 0 | 74 | 16 | 146 | 101 | 75 |
| Binary | 10000000 | 11011100 | 1011001 | 101010 | 0 | 111100 | 1110 | 1100110 | 1000001 | 111101 |
Color Harmonies of #80DC59
Complementary color
Monochromatic Colors of #80DC59
Black with #80DC59
Text Example
Text Example
White with #80DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC59; }
p { color: rgb(128,220,89); }
H1.HeaderClassName
{
color: #80DC59;
}
.AnyTagClassName
{
color: #80DC59;
}
</style>
background-color css
<style>
a { background-color: #80DC59; }
a { background-color: rgb(128,220,89); }
div.DivClassName
{
background-color: #80DC59;
}
.BgClassName
{
background-color: #80DC59;
}
</style>
border-color css
<style>
span { border-color: #80DC59; }
span { border-color: rgb(128,220,89); }
td.TdClassName
{
border-color: #80DC59;
}
.TagClassName
{
border-color: #80DC59;
}
</style>