Shades of Mantis #80CE54
Tints of Mantis #80CE54
RGB
CMYK
RGB Variations
Color information
#80CE54 (or 0x80CE54) is known color: Mantis. HEX triplet: 80, CE and 54. RGB value is (128,206,84). Sum of RGB (Red+Green+Blue) = 128+206+84=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE54 is #7F31AB. Grayscale: #A9A9A9. Windows color (decimal): -8335788 or 5557888. OLE color: 5557888.
HSL color Cylindrical-coordinate representation of color #80CE54: hue angle of 98.36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80CE54 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 84 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.19 |
| HSL | 98.36º | 0.55% | 0.57% | - |
| HSV(B) | 98.36º | 0.59% | 0.81% | - |
| XYZ | 32.57 | 49.37 | 16.2 | - |
| YUV | 168.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 84 | 0.38 | 0 | 0.59 | 0.19 | 98.36 | 0.55 | 0.57 |
| Hex | 80 | CE | 54 | 26 | 0 | 3B | 13 | 62 | 37 | 39 |
| Octal | 200 | 316 | 124 | 46 | 0 | 73 | 23 | 142 | 67 | 71 |
| Binary | 10000000 | 11001110 | 1010100 | 100110 | 0 | 111011 | 10011 | 1100010 | 110111 | 111001 |
Color Harmonies of #80CE54
Complementary color
Monochromatic Colors of #80CE54
Black with #80CE54
Text Example
Text Example
White with #80CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE54; }
p { color: rgb(128,206,84); }
H1.HeaderClassName
{
color: #80CE54;
}
.AnyTagClassName
{
color: #80CE54;
}
</style>
background-color css
<style>
a { background-color: #80CE54; }
a { background-color: rgb(128,206,84); }
div.DivClassName
{
background-color: #80CE54;
}
.BgClassName
{
background-color: #80CE54;
}
</style>
border-color css
<style>
span { border-color: #80CE54; }
span { border-color: rgb(128,206,84); }
td.TdClassName
{
border-color: #80CE54;
}
.TagClassName
{
border-color: #80CE54;
}
</style>