Shades of Mantis #80DC47
Tints of Mantis #80DC47
RGB
CMYK
RGB Variations
Color information
#80DC47 (or 0x80DC47) is known color: Mantis. HEX triplet: 80, DC and 47. RGB value is (128,220,71). Sum of RGB (Red+Green+Blue) = 128+220+71=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC47 is #7F23B8. Grayscale: #B0B0B0. Windows color (decimal): -8332217 or 4709504. OLE color: 4709504.
HSL color Cylindrical-coordinate representation of color #80DC47: hue angle of 97.05º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80DC47 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 71 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.14 |
| HSL | 97.05º | 0.68% | 0.57% | - |
| HSV(B) | 97.05º | 0.68% | 0.86% | - |
| XYZ | 35.63 | 56.23 | 14.94 | - |
| YUV | 175.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 71 | 0.42 | 0 | 0.68 | 0.14 | 97.05 | 0.68 | 0.57 |
| Hex | 80 | DC | 47 | 2A | 0 | 44 | E | 61 | 44 | 39 |
| Octal | 200 | 334 | 107 | 52 | 0 | 104 | 16 | 141 | 104 | 71 |
| Binary | 10000000 | 11011100 | 1000111 | 101010 | 0 | 1000100 | 1110 | 1100001 | 1000100 | 111001 |
Color Harmonies of #80DC47
Complementary color
Monochromatic Colors of #80DC47
Black with #80DC47
Text Example
Text Example
White with #80DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC47; }
p { color: rgb(128,220,71); }
H1.HeaderClassName
{
color: #80DC47;
}
.AnyTagClassName
{
color: #80DC47;
}
</style>
background-color css
<style>
a { background-color: #80DC47; }
a { background-color: rgb(128,220,71); }
div.DivClassName
{
background-color: #80DC47;
}
.BgClassName
{
background-color: #80DC47;
}
</style>
border-color css
<style>
span { border-color: #80DC47; }
span { border-color: rgb(128,220,71); }
td.TdClassName
{
border-color: #80DC47;
}
.TagClassName
{
border-color: #80DC47;
}
</style>