Shades of Mantis #80DB61
Tints of Mantis #80DB61
RGB
CMYK
RGB Variations
Color information
#80DB61 (or 0x80DB61) is known color: Mantis. HEX triplet: 80, DB and 61. RGB value is (128,219,97). Sum of RGB (Red+Green+Blue) = 128+219+97=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB61 is #7F249E. Grayscale: #B2B2B2. Windows color (decimal): -8332447 or 6413184. OLE color: 6413184.
HSL color Cylindrical-coordinate representation of color #80DB61: hue angle of 104.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80DB61 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 97 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.14 |
| HSL | 104.75º | 0.63% | 0.62% | - |
| HSV(B) | 104.75º | 0.56% | 0.86% | - |
| XYZ | 36.39 | 56.12 | 20.22 | - |
| YUV | 177.88 | 82.35 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 97 | 0.42 | 0 | 0.56 | 0.14 | 104.75 | 0.63 | 0.62 |
| Hex | 80 | DB | 61 | 2A | 0 | 38 | E | 69 | 3F | 3E |
| Octal | 200 | 333 | 141 | 52 | 0 | 70 | 16 | 151 | 77 | 76 |
| Binary | 10000000 | 11011011 | 1100001 | 101010 | 0 | 111000 | 1110 | 1101001 | 111111 | 111110 |
Color Harmonies of #80DB61
Complementary color
Monochromatic Colors of #80DB61
Black with #80DB61
Text Example
Text Example
White with #80DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB61; }
p { color: rgb(128,219,97); }
H1.HeaderClassName
{
color: #80DB61;
}
.AnyTagClassName
{
color: #80DB61;
}
</style>
background-color css
<style>
a { background-color: #80DB61; }
a { background-color: rgb(128,219,97); }
div.DivClassName
{
background-color: #80DB61;
}
.BgClassName
{
background-color: #80DB61;
}
</style>
border-color css
<style>
span { border-color: #80DB61; }
span { border-color: rgb(128,219,97); }
td.TdClassName
{
border-color: #80DB61;
}
.TagClassName
{
border-color: #80DB61;
}
</style>