Shades of Mantis #80DC43
Tints of Mantis #80DC43
RGB
CMYK
RGB Variations
Color information
#80DC43 (or 0x80DC43) is known color: Mantis. HEX triplet: 80, DC and 43. RGB value is (128,220,67). Sum of RGB (Red+Green+Blue) = 128+220+67=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC43 is #7F23BC. Grayscale: #AFAFAF. Windows color (decimal): -8332221 or 4447360. OLE color: 4447360.
HSL color Cylindrical-coordinate representation of color #80DC43: hue angle of 96.08º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80DC43 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.14 |
| HSL | 96.08º | 0.69% | 0.56% | - |
| HSV(B) | 96.08º | 0.7% | 0.86% | - |
| XYZ | 35.51 | 56.18 | 14.28 | - |
| YUV | 175.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 67 | 0.42 | 0 | 0.70 | 0.14 | 96.08 | 0.69 | 0.56 |
| Hex | 80 | DC | 43 | 2A | 0 | 46 | E | 60 | 45 | 38 |
| Octal | 200 | 334 | 103 | 52 | 0 | 106 | 16 | 140 | 105 | 70 |
| Binary | 10000000 | 11011100 | 1000011 | 101010 | 0 | 1000110 | 1110 | 1100000 | 1000101 | 111000 |
Color Harmonies of #80DC43
Complementary color
Monochromatic Colors of #80DC43
Black with #80DC43
Text Example
Text Example
White with #80DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC43; }
p { color: rgb(128,220,67); }
H1.HeaderClassName
{
color: #80DC43;
}
.AnyTagClassName
{
color: #80DC43;
}
</style>
background-color css
<style>
a { background-color: #80DC43; }
a { background-color: rgb(128,220,67); }
div.DivClassName
{
background-color: #80DC43;
}
.BgClassName
{
background-color: #80DC43;
}
</style>
border-color css
<style>
span { border-color: #80DC43; }
span { border-color: rgb(128,220,67); }
td.TdClassName
{
border-color: #80DC43;
}
.TagClassName
{
border-color: #80DC43;
}
</style>