Shades of Mantis #80DC54
Tints of Mantis #80DC54
RGB
CMYK
RGB Variations
Color information
#80DC54 (or 0x80DC54) is known color: Mantis. HEX triplet: 80, DC and 54. RGB value is (128,220,84). Sum of RGB (Red+Green+Blue) = 128+220+84=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC54 is #7F23AB. Grayscale: #B1B1B1. Windows color (decimal): -8332204 or 5561472. OLE color: 5561472.
HSL color Cylindrical-coordinate representation of color #80DC54: hue angle of 100.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80DC54 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 84 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.14 |
| HSL | 100.59º | 0.66% | 0.6% | - |
| HSV(B) | 100.59º | 0.62% | 0.86% | - |
| XYZ | 36.1 | 56.42 | 17.37 | - |
| YUV | 176.99 | 75.52 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 84 | 0.42 | 0 | 0.62 | 0.14 | 100.59 | 0.66 | 0.6 |
| Hex | 80 | DC | 54 | 2A | 0 | 3E | E | 65 | 42 | 3C |
| Octal | 200 | 334 | 124 | 52 | 0 | 76 | 16 | 145 | 102 | 74 |
| Binary | 10000000 | 11011100 | 1010100 | 101010 | 0 | 111110 | 1110 | 1100101 | 1000010 | 111100 |
Color Harmonies of #80DC54
Complementary color
Monochromatic Colors of #80DC54
Black with #80DC54
Text Example
Text Example
White with #80DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC54; }
p { color: rgb(128,220,84); }
H1.HeaderClassName
{
color: #80DC54;
}
.AnyTagClassName
{
color: #80DC54;
}
</style>
background-color css
<style>
a { background-color: #80DC54; }
a { background-color: rgb(128,220,84); }
div.DivClassName
{
background-color: #80DC54;
}
.BgClassName
{
background-color: #80DC54;
}
</style>
border-color css
<style>
span { border-color: #80DC54; }
span { border-color: rgb(128,220,84); }
td.TdClassName
{
border-color: #80DC54;
}
.TagClassName
{
border-color: #80DC54;
}
</style>