Shades of Mantis #80DD43
Tints of Mantis #80DD43
RGB
CMYK
RGB Variations
Color information
#80DD43 (or 0x80DD43) is known color: Mantis. HEX triplet: 80, DD and 43. RGB value is (128,221,67). Sum of RGB (Red+Green+Blue) = 128+221+67=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD43 is #7F22BC. Grayscale: #B0B0B0. Windows color (decimal): -8331965 or 4447616. OLE color: 4447616.
HSL color Cylindrical-coordinate representation of color #80DD43: hue angle of 96.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80DD43 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.13 |
| HSL | 96.23º | 0.69% | 0.56% | - |
| HSV(B) | 96.23º | 0.7% | 0.87% | - |
| XYZ | 35.77 | 56.71 | 14.37 | - |
| YUV | 175.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 67 | 0.42 | 0 | 0.70 | 0.13 | 96.23 | 0.69 | 0.56 |
| Hex | 80 | DD | 43 | 2A | 0 | 46 | D | 60 | 45 | 38 |
| Octal | 200 | 335 | 103 | 52 | 0 | 106 | 15 | 140 | 105 | 70 |
| Binary | 10000000 | 11011101 | 1000011 | 101010 | 0 | 1000110 | 1101 | 1100000 | 1000101 | 111000 |
Color Harmonies of #80DD43
Complementary color
Monochromatic Colors of #80DD43
Black with #80DD43
Text Example
Text Example
White with #80DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD43; }
p { color: rgb(128,221,67); }
H1.HeaderClassName
{
color: #80DD43;
}
.AnyTagClassName
{
color: #80DD43;
}
</style>
background-color css
<style>
a { background-color: #80DD43; }
a { background-color: rgb(128,221,67); }
div.DivClassName
{
background-color: #80DD43;
}
.BgClassName
{
background-color: #80DD43;
}
</style>
border-color css
<style>
span { border-color: #80DD43; }
span { border-color: rgb(128,221,67); }
td.TdClassName
{
border-color: #80DD43;
}
.TagClassName
{
border-color: #80DD43;
}
</style>