Shades of Mantis #80CE41
Tints of Mantis #80CE41
RGB
CMYK
RGB Variations
Color information
#80CE41 (or 0x80CE41) is known color: Mantis. HEX triplet: 80, CE and 41. RGB value is (128,206,65). Sum of RGB (Red+Green+Blue) = 128+206+65=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE41 is #7F31BE. Grayscale: #A7A7A7. Windows color (decimal): -8335807 or 4312704. OLE color: 4312704.
HSL color Cylindrical-coordinate representation of color #80CE41: hue angle of 93.19º 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 #80CE41 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 65 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.19 |
| HSL | 93.19º | 0.59% | 0.53% | - |
| HSV(B) | 93.19º | 0.68% | 0.81% | - |
| XYZ | 31.93 | 49.11 | 12.8 | - |
| YUV | 166.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 65 | 0.38 | 0 | 0.68 | 0.19 | 93.19 | 0.59 | 0.53 |
| Hex | 80 | CE | 41 | 26 | 0 | 44 | 13 | 5D | 3B | 35 |
| Octal | 200 | 316 | 101 | 46 | 0 | 104 | 23 | 135 | 73 | 65 |
| Binary | 10000000 | 11001110 | 1000001 | 100110 | 0 | 1000100 | 10011 | 1011101 | 111011 | 110101 |
Color Harmonies of #80CE41
Complementary color
Monochromatic Colors of #80CE41
Black with #80CE41
Text Example
Text Example
White with #80CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE41; }
p { color: rgb(128,206,65); }
H1.HeaderClassName
{
color: #80CE41;
}
.AnyTagClassName
{
color: #80CE41;
}
</style>
background-color css
<style>
a { background-color: #80CE41; }
a { background-color: rgb(128,206,65); }
div.DivClassName
{
background-color: #80CE41;
}
.BgClassName
{
background-color: #80CE41;
}
</style>
border-color css
<style>
span { border-color: #80CE41; }
span { border-color: rgb(128,206,65); }
td.TdClassName
{
border-color: #80CE41;
}
.TagClassName
{
border-color: #80CE41;
}
</style>