Shades of Mantis #80CC41
Tints of Mantis #80CC41
RGB
CMYK
RGB Variations
Color information
#80CC41 (or 0x80CC41) is known color: Mantis. HEX triplet: 80, CC and 41. RGB value is (128,204,65). Sum of RGB (Red+Green+Blue) = 128+204+65=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC41 is #7F33BE. Grayscale: #A5A5A5. Windows color (decimal): -8336319 or 4312192. OLE color: 4312192.
HSL color Cylindrical-coordinate representation of color #80CC41: hue angle of 92.81º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80CC41 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 65 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.2 |
| HSL | 92.81º | 0.58% | 0.53% | - |
| HSV(B) | 92.81º | 0.68% | 0.8% | - |
| XYZ | 31.45 | 48.16 | 12.64 | - |
| YUV | 165.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 65 | 0.37 | 0 | 0.68 | 0.2 | 92.81 | 0.58 | 0.53 |
| Hex | 80 | CC | 41 | 25 | 0 | 44 | 14 | 5D | 3A | 35 |
| Octal | 200 | 314 | 101 | 45 | 0 | 104 | 24 | 135 | 72 | 65 |
| Binary | 10000000 | 11001100 | 1000001 | 100101 | 0 | 1000100 | 10100 | 1011101 | 111010 | 110101 |
Color Harmonies of #80CC41
Complementary color
Monochromatic Colors of #80CC41
Black with #80CC41
Text Example
Text Example
White with #80CC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC41; }
p { color: rgb(128,204,65); }
H1.HeaderClassName
{
color: #80CC41;
}
.AnyTagClassName
{
color: #80CC41;
}
</style>
background-color css
<style>
a { background-color: #80CC41; }
a { background-color: rgb(128,204,65); }
div.DivClassName
{
background-color: #80CC41;
}
.BgClassName
{
background-color: #80CC41;
}
</style>
border-color css
<style>
span { border-color: #80CC41; }
span { border-color: rgb(128,204,65); }
td.TdClassName
{
border-color: #80CC41;
}
.TagClassName
{
border-color: #80CC41;
}
</style>