Shades of Mantis #80DC53
Tints of Mantis #80DC53
RGB
CMYK
RGB Variations
Color information
#80DC53 (or 0x80DC53) is known color: Mantis. HEX triplet: 80, DC and 53. RGB value is (128,220,83). Sum of RGB (Red+Green+Blue) = 128+220+83=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC53 is #7F23AC. Grayscale: #B1B1B1. Windows color (decimal): -8332205 or 5495936. OLE color: 5495936.
HSL color Cylindrical-coordinate representation of color #80DC53: hue angle of 100.29º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80DC53 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 83 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.14 |
| HSL | 100.29º | 0.66% | 0.59% | - |
| HSV(B) | 100.29º | 0.62% | 0.86% | - |
| XYZ | 36.06 | 56.4 | 17.17 | - |
| YUV | 176.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 83 | 0.42 | 0 | 0.62 | 0.14 | 100.29 | 0.66 | 0.59 |
| Hex | 80 | DC | 53 | 2A | 0 | 3E | E | 64 | 42 | 3B |
| Octal | 200 | 334 | 123 | 52 | 0 | 76 | 16 | 144 | 102 | 73 |
| Binary | 10000000 | 11011100 | 1010011 | 101010 | 0 | 111110 | 1110 | 1100100 | 1000010 | 111011 |
Color Harmonies of #80DC53
Complementary color
Monochromatic Colors of #80DC53
Black with #80DC53
Text Example
Text Example
White with #80DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC53; }
p { color: rgb(128,220,83); }
H1.HeaderClassName
{
color: #80DC53;
}
.AnyTagClassName
{
color: #80DC53;
}
</style>
background-color css
<style>
a { background-color: #80DC53; }
a { background-color: rgb(128,220,83); }
div.DivClassName
{
background-color: #80DC53;
}
.BgClassName
{
background-color: #80DC53;
}
</style>
border-color css
<style>
span { border-color: #80DC53; }
span { border-color: rgb(128,220,83); }
td.TdClassName
{
border-color: #80DC53;
}
.TagClassName
{
border-color: #80DC53;
}
</style>