Shades of Mantis #80C565
Tints of Mantis #80C565
RGB
CMYK
RGB Variations
Color information
#80C565 (or 0x80C565) is known color: Mantis. HEX triplet: 80, C5 and 65. RGB value is (128,197,101). Sum of RGB (Red+Green+Blue) = 128+197+101=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #80C565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C565 is #7F3A9A. Grayscale: #A5A5A5. Windows color (decimal): -8338075 or 6669696. OLE color: 6669696.
HSL color Cylindrical-coordinate representation of color #80C565: hue angle of 103.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80C565 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 197 | 101 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.23 |
| HSL | 103.13º | 0.45% | 0.58% | - |
| HSV(B) | 103.13º | 0.49% | 0.77% | - |
| XYZ | 31.22 | 45.46 | 19.44 | - |
| YUV | 165.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 101 | 0.35 | 0 | 0.49 | 0.23 | 103.13 | 0.45 | 0.58 |
| Hex | 80 | C5 | 65 | 23 | 0 | 31 | 17 | 67 | 2D | 3A |
| Octal | 200 | 305 | 145 | 43 | 0 | 61 | 27 | 147 | 55 | 72 |
| Binary | 10000000 | 11000101 | 1100101 | 100011 | 0 | 110001 | 10111 | 1100111 | 101101 | 111010 |
Color Harmonies of #80C565
Complementary color
Monochromatic Colors of #80C565
Black with #80C565
Text Example
Text Example
White with #80C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C565; }
p { color: rgb(128,197,101); }
H1.HeaderClassName
{
color: #80C565;
}
.AnyTagClassName
{
color: #80C565;
}
</style>
background-color css
<style>
a { background-color: #80C565; }
a { background-color: rgb(128,197,101); }
div.DivClassName
{
background-color: #80C565;
}
.BgClassName
{
background-color: #80C565;
}
</style>
border-color css
<style>
span { border-color: #80C565; }
span { border-color: rgb(128,197,101); }
td.TdClassName
{
border-color: #80C565;
}
.TagClassName
{
border-color: #80C565;
}
</style>