Shades of Mantis #80CE42
Tints of Mantis #80CE42
RGB
CMYK
RGB Variations
Color information
#80CE42 (or 0x80CE42) is known color: Mantis. HEX triplet: 80, CE and 42. RGB value is (128,206,66). Sum of RGB (Red+Green+Blue) = 128+206+66=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE42 is #7F31BD. Grayscale: #A7A7A7. Windows color (decimal): -8335806 or 4378240. OLE color: 4378240.
HSL color Cylindrical-coordinate representation of color #80CE42: hue angle of 93.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80CE42 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 66 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.19 |
| HSL | 93.43º | 0.59% | 0.53% | - |
| HSV(B) | 93.43º | 0.68% | 0.81% | - |
| XYZ | 31.96 | 49.13 | 12.95 | - |
| YUV | 166.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 66 | 0.38 | 0 | 0.68 | 0.19 | 93.43 | 0.59 | 0.53 |
| Hex | 80 | CE | 42 | 26 | 0 | 44 | 13 | 5D | 3B | 35 |
| Octal | 200 | 316 | 102 | 46 | 0 | 104 | 23 | 135 | 73 | 65 |
| Binary | 10000000 | 11001110 | 1000010 | 100110 | 0 | 1000100 | 10011 | 1011101 | 111011 | 110101 |
Color Harmonies of #80CE42
Complementary color
Monochromatic Colors of #80CE42
Black with #80CE42
Text Example
Text Example
White with #80CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE42; }
p { color: rgb(128,206,66); }
H1.HeaderClassName
{
color: #80CE42;
}
.AnyTagClassName
{
color: #80CE42;
}
</style>
background-color css
<style>
a { background-color: #80CE42; }
a { background-color: rgb(128,206,66); }
div.DivClassName
{
background-color: #80CE42;
}
.BgClassName
{
background-color: #80CE42;
}
</style>
border-color css
<style>
span { border-color: #80CE42; }
span { border-color: rgb(128,206,66); }
td.TdClassName
{
border-color: #80CE42;
}
.TagClassName
{
border-color: #80CE42;
}
</style>