Shades of Mantis #80D844
Tints of Mantis #80D844
RGB
CMYK
RGB Variations
Color information
#80D844 (or 0x80D844) is known color: Mantis. HEX triplet: 80, D8 and 44. RGB value is (128,216,68). Sum of RGB (Red+Green+Blue) = 128+216+68=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #80D844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D844 is #7F27BB. Grayscale: #ADADAD. Windows color (decimal): -8333244 or 4511872. OLE color: 4511872.
HSL color Cylindrical-coordinate representation of color #80D844: hue angle of 95.68º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80D844 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 68 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.15 |
| HSL | 95.68º | 0.65% | 0.56% | - |
| HSV(B) | 95.68º | 0.69% | 0.85% | - |
| XYZ | 34.5 | 54.12 | 14.1 | - |
| YUV | 172.82 | 68.85 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 68 | 0.41 | 0 | 0.69 | 0.15 | 95.68 | 0.65 | 0.56 |
| Hex | 80 | D8 | 44 | 29 | 0 | 45 | F | 60 | 41 | 38 |
| Octal | 200 | 330 | 104 | 51 | 0 | 105 | 17 | 140 | 101 | 70 |
| Binary | 10000000 | 11011000 | 1000100 | 101001 | 0 | 1000101 | 1111 | 1100000 | 1000001 | 111000 |
Color Harmonies of #80D844
Complementary color
Monochromatic Colors of #80D844
Black with #80D844
Text Example
Text Example
White with #80D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D844; }
p { color: rgb(128,216,68); }
H1.HeaderClassName
{
color: #80D844;
}
.AnyTagClassName
{
color: #80D844;
}
</style>
background-color css
<style>
a { background-color: #80D844; }
a { background-color: rgb(128,216,68); }
div.DivClassName
{
background-color: #80D844;
}
.BgClassName
{
background-color: #80D844;
}
</style>
border-color css
<style>
span { border-color: #80D844; }
span { border-color: rgb(128,216,68); }
td.TdClassName
{
border-color: #80D844;
}
.TagClassName
{
border-color: #80D844;
}
</style>