Shades of Mantis #80DD50
Tints of Mantis #80DD50
RGB
CMYK
RGB Variations
Color information
#80DD50 (or 0x80DD50) is known color: Mantis. HEX triplet: 80, DD and 50. RGB value is (128,221,80). Sum of RGB (Red+Green+Blue) = 128+221+80=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DD50 is #7F22AF. Grayscale: #B1B1B1. Windows color (decimal): -8331952 or 5299584. OLE color: 5299584.
HSL color Cylindrical-coordinate representation of color #80DD50: hue angle of 99.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80DD50 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 80 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.13 |
| HSL | 99.57º | 0.67% | 0.59% | - |
| HSV(B) | 99.57º | 0.64% | 0.87% | - |
| XYZ | 36.21 | 56.88 | 16.66 | - |
| YUV | 177.12 | 73.19 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 80 | 0.42 | 0 | 0.64 | 0.13 | 99.57 | 0.67 | 0.59 |
| Hex | 80 | DD | 50 | 2A | 0 | 40 | D | 64 | 43 | 3B |
| Octal | 200 | 335 | 120 | 52 | 0 | 100 | 15 | 144 | 103 | 73 |
| Binary | 10000000 | 11011101 | 1010000 | 101010 | 0 | 1000000 | 1101 | 1100100 | 1000011 | 111011 |
Color Harmonies of #80DD50
Complementary color
Monochromatic Colors of #80DD50
Black with #80DD50
Text Example
Text Example
White with #80DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD50; }
p { color: rgb(128,221,80); }
H1.HeaderClassName
{
color: #80DD50;
}
.AnyTagClassName
{
color: #80DD50;
}
</style>
background-color css
<style>
a { background-color: #80DD50; }
a { background-color: rgb(128,221,80); }
div.DivClassName
{
background-color: #80DD50;
}
.BgClassName
{
background-color: #80DD50;
}
</style>
border-color css
<style>
span { border-color: #80DD50; }
span { border-color: rgb(128,221,80); }
td.TdClassName
{
border-color: #80DD50;
}
.TagClassName
{
border-color: #80DD50;
}
</style>