Shades of Mantis #80DB4D
Tints of Mantis #80DB4D
RGB
CMYK
RGB Variations
Color information
#80DB4D (or 0x80DB4D) is known color: Mantis. HEX triplet: 80, DB and 4D. RGB value is (128,219,77). Sum of RGB (Red+Green+Blue) = 128+219+77=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB4D is #7F24B2. Grayscale: #B0B0B0. Windows color (decimal): -8332467 or 5102464. OLE color: 5102464.
HSL color Cylindrical-coordinate representation of color #80DB4D: hue angle of 98.45º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80DB4D is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 77 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.14 |
| HSL | 98.45º | 0.66% | 0.58% | - |
| HSV(B) | 98.45º | 0.65% | 0.86% | - |
| XYZ | 35.57 | 55.79 | 15.91 | - |
| YUV | 175.6 | 72.35 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 77 | 0.42 | 0 | 0.65 | 0.14 | 98.45 | 0.66 | 0.58 |
| Hex | 80 | DB | 4D | 2A | 0 | 41 | E | 62 | 42 | 3A |
| Octal | 200 | 333 | 115 | 52 | 0 | 101 | 16 | 142 | 102 | 72 |
| Binary | 10000000 | 11011011 | 1001101 | 101010 | 0 | 1000001 | 1110 | 1100010 | 1000010 | 111010 |
Color Harmonies of #80DB4D
Complementary color
Monochromatic Colors of #80DB4D
Black with #80DB4D
Text Example
Text Example
White with #80DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB4D; }
p { color: rgb(128,219,77); }
H1.HeaderClassName
{
color: #80DB4D;
}
.AnyTagClassName
{
color: #80DB4D;
}
</style>
background-color css
<style>
a { background-color: #80DB4D; }
a { background-color: rgb(128,219,77); }
div.DivClassName
{
background-color: #80DB4D;
}
.BgClassName
{
background-color: #80DB4D;
}
</style>
border-color css
<style>
span { border-color: #80DB4D; }
span { border-color: rgb(128,219,77); }
td.TdClassName
{
border-color: #80DB4D;
}
.TagClassName
{
border-color: #80DB4D;
}
</style>