Shades of Mantis #80C05A
Tints of Mantis #80C05A
RGB
CMYK
RGB Variations
Color information
#80C05A (or 0x80C05A) is known color: Mantis. HEX triplet: 80, C0 and 5A. RGB value is (128,192,90). Sum of RGB (Red+Green+Blue) = 128+192+90=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #80C05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C05A is #7F3FA5. Grayscale: #A1A1A1. Windows color (decimal): -8339366 or 5947520. OLE color: 5947520.
HSL color Cylindrical-coordinate representation of color #80C05A: hue angle of 97.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80C05A is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 90 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.25 |
| HSL | 97.65º | 0.45% | 0.55% | - |
| HSV(B) | 97.65º | 0.53% | 0.75% | - |
| XYZ | 29.6 | 43.03 | 16.42 | - |
| YUV | 161.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 90 | 0.33 | 0 | 0.53 | 0.25 | 97.65 | 0.45 | 0.55 |
| Hex | 80 | C0 | 5A | 21 | 0 | 35 | 19 | 62 | 2D | 37 |
| Octal | 200 | 300 | 132 | 41 | 0 | 65 | 31 | 142 | 55 | 67 |
| Binary | 10000000 | 11000000 | 1011010 | 100001 | 0 | 110101 | 11001 | 1100010 | 101101 | 110111 |
Color Harmonies of #80C05A
Complementary color
Monochromatic Colors of #80C05A
Black with #80C05A
Text Example
Text Example
White with #80C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C05A; }
p { color: rgb(128,192,90); }
H1.HeaderClassName
{
color: #80C05A;
}
.AnyTagClassName
{
color: #80C05A;
}
</style>
background-color css
<style>
a { background-color: #80C05A; }
a { background-color: rgb(128,192,90); }
div.DivClassName
{
background-color: #80C05A;
}
.BgClassName
{
background-color: #80C05A;
}
</style>
border-color css
<style>
span { border-color: #80C05A; }
span { border-color: rgb(128,192,90); }
td.TdClassName
{
border-color: #80C05A;
}
.TagClassName
{
border-color: #80C05A;
}
</style>