Shades of Mantis #80DD44
Tints of Mantis #80DD44
RGB
CMYK
RGB Variations
Color information
#80DD44 (or 0x80DD44) is known color: Mantis. HEX triplet: 80, DD and 44. RGB value is (128,221,68). Sum of RGB (Red+Green+Blue) = 128+221+68=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD44 is #7F22BB. Grayscale: #B0B0B0. Windows color (decimal): -8331964 or 4513152. OLE color: 4513152.
HSL color Cylindrical-coordinate representation of color #80DD44: hue angle of 96.47º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80DD44 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 68 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.13 |
| HSL | 96.47º | 0.69% | 0.57% | - |
| HSV(B) | 96.47º | 0.69% | 0.87% | - |
| XYZ | 35.8 | 56.72 | 14.53 | - |
| YUV | 175.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 68 | 0.42 | 0 | 0.69 | 0.13 | 96.47 | 0.69 | 0.57 |
| Hex | 80 | DD | 44 | 2A | 0 | 45 | D | 60 | 45 | 39 |
| Octal | 200 | 335 | 104 | 52 | 0 | 105 | 15 | 140 | 105 | 71 |
| Binary | 10000000 | 11011101 | 1000100 | 101010 | 0 | 1000101 | 1101 | 1100000 | 1000101 | 111001 |
Color Harmonies of #80DD44
Complementary color
Monochromatic Colors of #80DD44
Black with #80DD44
Text Example
Text Example
White with #80DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD44; }
p { color: rgb(128,221,68); }
H1.HeaderClassName
{
color: #80DD44;
}
.AnyTagClassName
{
color: #80DD44;
}
</style>
background-color css
<style>
a { background-color: #80DD44; }
a { background-color: rgb(128,221,68); }
div.DivClassName
{
background-color: #80DD44;
}
.BgClassName
{
background-color: #80DD44;
}
</style>
border-color css
<style>
span { border-color: #80DD44; }
span { border-color: rgb(128,221,68); }
td.TdClassName
{
border-color: #80DD44;
}
.TagClassName
{
border-color: #80DD44;
}
</style>