Shades of Mantis #80D854
Tints of Mantis #80D854
RGB
CMYK
RGB Variations
Color information
#80D854 (or 0x80D854) is known color: Mantis. HEX triplet: 80, D8 and 54. RGB value is (128,216,84). Sum of RGB (Red+Green+Blue) = 128+216+84=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #80D854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D854 is #7F27AB. Grayscale: #AFAFAF. Windows color (decimal): -8333228 or 5560448. OLE color: 5560448.
HSL color Cylindrical-coordinate representation of color #80D854: hue angle of 100º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D854 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 84 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.15 |
| HSL | 100º | 0.63% | 0.59% | - |
| HSV(B) | 100º | 0.61% | 0.85% | - |
| XYZ | 35.06 | 54.34 | 17.03 | - |
| YUV | 174.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 84 | 0.41 | 0 | 0.61 | 0.15 | 100 | 0.63 | 0.59 |
| Hex | 80 | D8 | 54 | 29 | 0 | 3D | F | 64 | 3F | 3B |
| Octal | 200 | 330 | 124 | 51 | 0 | 75 | 17 | 144 | 77 | 73 |
| Binary | 10000000 | 11011000 | 1010100 | 101001 | 0 | 111101 | 1111 | 1100100 | 111111 | 111011 |
Color Harmonies of #80D854
Complementary color
Monochromatic Colors of #80D854
Black with #80D854
Text Example
Text Example
White with #80D854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D854; }
p { color: rgb(128,216,84); }
H1.HeaderClassName
{
color: #80D854;
}
.AnyTagClassName
{
color: #80D854;
}
</style>
background-color css
<style>
a { background-color: #80D854; }
a { background-color: rgb(128,216,84); }
div.DivClassName
{
background-color: #80D854;
}
.BgClassName
{
background-color: #80D854;
}
</style>
border-color css
<style>
span { border-color: #80D854; }
span { border-color: rgb(128,216,84); }
td.TdClassName
{
border-color: #80D854;
}
.TagClassName
{
border-color: #80D854;
}
</style>