Shades of Mantis #80D154
Tints of Mantis #80D154
RGB
CMYK
RGB Variations
Color information
#80D154 (or 0x80D154) is known color: Mantis. HEX triplet: 80, D1 and 54. RGB value is (128,209,84). Sum of RGB (Red+Green+Blue) = 128+209+84=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #80D154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D154 is #7F2EAB. Grayscale: #AAAAAA. Windows color (decimal): -8335020 or 5558656. OLE color: 5558656.
HSL color Cylindrical-coordinate representation of color #80D154: hue angle of 98.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80D154 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 84 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.18 |
| HSL | 98.88º | 0.58% | 0.57% | - |
| HSV(B) | 98.88º | 0.6% | 0.82% | - |
| XYZ | 33.3 | 50.83 | 16.44 | - |
| YUV | 170.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 84 | 0.39 | 0 | 0.60 | 0.18 | 98.88 | 0.58 | 0.57 |
| Hex | 80 | D1 | 54 | 27 | 0 | 3C | 12 | 63 | 3A | 39 |
| Octal | 200 | 321 | 124 | 47 | 0 | 74 | 22 | 143 | 72 | 71 |
| Binary | 10000000 | 11010001 | 1010100 | 100111 | 0 | 111100 | 10010 | 1100011 | 111010 | 111001 |
Color Harmonies of #80D154
Complementary color
Monochromatic Colors of #80D154
Black with #80D154
Text Example
Text Example
White with #80D154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D154; }
p { color: rgb(128,209,84); }
H1.HeaderClassName
{
color: #80D154;
}
.AnyTagClassName
{
color: #80D154;
}
</style>
background-color css
<style>
a { background-color: #80D154; }
a { background-color: rgb(128,209,84); }
div.DivClassName
{
background-color: #80D154;
}
.BgClassName
{
background-color: #80D154;
}
</style>
border-color css
<style>
span { border-color: #80D154; }
span { border-color: rgb(128,209,84); }
td.TdClassName
{
border-color: #80D154;
}
.TagClassName
{
border-color: #80D154;
}
</style>