Shades of Mantis #80CE45
Tints of Mantis #80CE45
RGB
CMYK
RGB Variations
Color information
#80CE45 (or 0x80CE45) is known color: Mantis. HEX triplet: 80, CE and 45. RGB value is (128,206,69). Sum of RGB (Red+Green+Blue) = 128+206+69=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE45 is #7F31BA. Grayscale: #A7A7A7. Windows color (decimal): -8335803 or 4574848. OLE color: 4574848.
HSL color Cylindrical-coordinate representation of color #80CE45: hue angle of 94.16º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80CE45 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 69 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.19 |
| HSL | 94.16º | 0.58% | 0.54% | - |
| HSV(B) | 94.16º | 0.67% | 0.81% | - |
| XYZ | 32.05 | 49.16 | 13.43 | - |
| YUV | 167.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 69 | 0.38 | 0 | 0.67 | 0.19 | 94.16 | 0.58 | 0.54 |
| Hex | 80 | CE | 45 | 26 | 0 | 43 | 13 | 5E | 3A | 36 |
| Octal | 200 | 316 | 105 | 46 | 0 | 103 | 23 | 136 | 72 | 66 |
| Binary | 10000000 | 11001110 | 1000101 | 100110 | 0 | 1000011 | 10011 | 1011110 | 111010 | 110110 |
Color Harmonies of #80CE45
Complementary color
Monochromatic Colors of #80CE45
Black with #80CE45
Text Example
Text Example
White with #80CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE45; }
p { color: rgb(128,206,69); }
H1.HeaderClassName
{
color: #80CE45;
}
.AnyTagClassName
{
color: #80CE45;
}
</style>
background-color css
<style>
a { background-color: #80CE45; }
a { background-color: rgb(128,206,69); }
div.DivClassName
{
background-color: #80CE45;
}
.BgClassName
{
background-color: #80CE45;
}
</style>
border-color css
<style>
span { border-color: #80CE45; }
span { border-color: rgb(128,206,69); }
td.TdClassName
{
border-color: #80CE45;
}
.TagClassName
{
border-color: #80CE45;
}
</style>