Shades of Mantis #80DB58
Tints of Mantis #80DB58
RGB
CMYK
RGB Variations
Color information
#80DB58 (or 0x80DB58) is known color: Mantis. HEX triplet: 80, DB and 58. RGB value is (128,219,88). Sum of RGB (Red+Green+Blue) = 128+219+88=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB58 is #7F24A7. Grayscale: #B1B1B1. Windows color (decimal): -8332456 or 5823360. OLE color: 5823360.
HSL color Cylindrical-coordinate representation of color #80DB58: hue angle of 101.68º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80DB58 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 88 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.14 |
| HSL | 101.68º | 0.65% | 0.6% | - |
| HSV(B) | 101.68º | 0.6% | 0.86% | - |
| XYZ | 36 | 55.96 | 18.14 | - |
| YUV | 176.86 | 77.85 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 88 | 0.42 | 0 | 0.60 | 0.14 | 101.68 | 0.65 | 0.6 |
| Hex | 80 | DB | 58 | 2A | 0 | 3C | E | 66 | 41 | 3C |
| Octal | 200 | 333 | 130 | 52 | 0 | 74 | 16 | 146 | 101 | 74 |
| Binary | 10000000 | 11011011 | 1011000 | 101010 | 0 | 111100 | 1110 | 1100110 | 1000001 | 111100 |
Color Harmonies of #80DB58
Complementary color
Monochromatic Colors of #80DB58
Black with #80DB58
Text Example
Text Example
White with #80DB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB58; }
p { color: rgb(128,219,88); }
H1.HeaderClassName
{
color: #80DB58;
}
.AnyTagClassName
{
color: #80DB58;
}
</style>
background-color css
<style>
a { background-color: #80DB58; }
a { background-color: rgb(128,219,88); }
div.DivClassName
{
background-color: #80DB58;
}
.BgClassName
{
background-color: #80DB58;
}
</style>
border-color css
<style>
span { border-color: #80DB58; }
span { border-color: rgb(128,219,88); }
td.TdClassName
{
border-color: #80DB58;
}
.TagClassName
{
border-color: #80DB58;
}
</style>