Shades of Mantis #80C153
Tints of Mantis #80C153
RGB
CMYK
RGB Variations
Color information
#80C153 (or 0x80C153) is known color: Mantis. HEX triplet: 80, C1 and 53. RGB value is (128,193,83). Sum of RGB (Red+Green+Blue) = 128+193+83=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #80C153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C153 is #7F3EAC. Grayscale: #A1A1A1. Windows color (decimal): -8339117 or 5489024. OLE color: 5489024.
HSL color Cylindrical-coordinate representation of color #80C153: hue angle of 95.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80C153 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 83 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.24 |
| HSL | 95.45º | 0.47% | 0.54% | - |
| HSV(B) | 95.45º | 0.57% | 0.76% | - |
| XYZ | 29.53 | 43.35 | 15 | - |
| YUV | 161.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 83 | 0.34 | 0 | 0.57 | 0.24 | 95.45 | 0.47 | 0.54 |
| Hex | 80 | C1 | 53 | 22 | 0 | 39 | 18 | 5F | 2F | 36 |
| Octal | 200 | 301 | 123 | 42 | 0 | 71 | 30 | 137 | 57 | 66 |
| Binary | 10000000 | 11000001 | 1010011 | 100010 | 0 | 111001 | 11000 | 1011111 | 101111 | 110110 |
Color Harmonies of #80C153
Complementary color
Monochromatic Colors of #80C153
Black with #80C153
Text Example
Text Example
White with #80C153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C153; }
p { color: rgb(128,193,83); }
H1.HeaderClassName
{
color: #80C153;
}
.AnyTagClassName
{
color: #80C153;
}
</style>
background-color css
<style>
a { background-color: #80C153; }
a { background-color: rgb(128,193,83); }
div.DivClassName
{
background-color: #80C153;
}
.BgClassName
{
background-color: #80C153;
}
</style>
border-color css
<style>
span { border-color: #80C153; }
span { border-color: rgb(128,193,83); }
td.TdClassName
{
border-color: #80C153;
}
.TagClassName
{
border-color: #80C153;
}
</style>