Shades of Mantis #80DB50
Tints of Mantis #80DB50
RGB
CMYK
RGB Variations
Color information
#80DB50 (or 0x80DB50) is known color: Mantis. HEX triplet: 80, DB and 50. RGB value is (128,219,80). Sum of RGB (Red+Green+Blue) = 128+219+80=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 219 (85.94% from 255 or 51.29% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DB50 is #7F24AF. Grayscale: #B0B0B0. Windows color (decimal): -8332464 or 5299072. OLE color: 5299072.
HSL color Cylindrical-coordinate representation of color #80DB50: hue angle of 99.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80DB50 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 80 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.14 |
| HSL | 99.28º | 0.66% | 0.59% | - |
| HSV(B) | 99.28º | 0.63% | 0.86% | - |
| XYZ | 35.68 | 55.83 | 16.49 | - |
| YUV | 175.95 | 73.85 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 80 | 0.42 | 0 | 0.63 | 0.14 | 99.28 | 0.66 | 0.59 |
| Hex | 80 | DB | 50 | 2A | 0 | 3F | E | 63 | 42 | 3B |
| Octal | 200 | 333 | 120 | 52 | 0 | 77 | 16 | 143 | 102 | 73 |
| Binary | 10000000 | 11011011 | 1010000 | 101010 | 0 | 111111 | 1110 | 1100011 | 1000010 | 111011 |
Color Harmonies of #80DB50
Complementary color
Monochromatic Colors of #80DB50
Black with #80DB50
Text Example
Text Example
White with #80DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB50; }
p { color: rgb(128,219,80); }
H1.HeaderClassName
{
color: #80DB50;
}
.AnyTagClassName
{
color: #80DB50;
}
</style>
background-color css
<style>
a { background-color: #80DB50; }
a { background-color: rgb(128,219,80); }
div.DivClassName
{
background-color: #80DB50;
}
.BgClassName
{
background-color: #80DB50;
}
</style>
border-color css
<style>
span { border-color: #80DB50; }
span { border-color: rgb(128,219,80); }
td.TdClassName
{
border-color: #80DB50;
}
.TagClassName
{
border-color: #80DB50;
}
</style>