Shades of Mantis #80C351
Tints of Mantis #80C351
RGB
CMYK
RGB Variations
Color information
#80C351 (or 0x80C351) is known color: Mantis. HEX triplet: 80, C3 and 51. RGB value is (128,195,81). Sum of RGB (Red+Green+Blue) = 128+195+81=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #80C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C351 is #7F3CAE. Grayscale: #A2A2A2. Windows color (decimal): -8338607 or 5358464. OLE color: 5358464.
HSL color Cylindrical-coordinate representation of color #80C351: hue angle of 95.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80C351 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 81 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.24 |
| HSL | 95.26º | 0.49% | 0.54% | - |
| HSV(B) | 95.26º | 0.58% | 0.76% | - |
| XYZ | 29.9 | 44.21 | 14.74 | - |
| YUV | 161.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 81 | 0.34 | 0 | 0.58 | 0.24 | 95.26 | 0.49 | 0.54 |
| Hex | 80 | C3 | 51 | 22 | 0 | 3A | 18 | 5F | 31 | 36 |
| Octal | 200 | 303 | 121 | 42 | 0 | 72 | 30 | 137 | 61 | 66 |
| Binary | 10000000 | 11000011 | 1010001 | 100010 | 0 | 111010 | 11000 | 1011111 | 110001 | 110110 |
Color Harmonies of #80C351
Complementary color
Monochromatic Colors of #80C351
Black with #80C351
Text Example
Text Example
White with #80C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C351; }
p { color: rgb(128,195,81); }
H1.HeaderClassName
{
color: #80C351;
}
.AnyTagClassName
{
color: #80C351;
}
</style>
background-color css
<style>
a { background-color: #80C351; }
a { background-color: rgb(128,195,81); }
div.DivClassName
{
background-color: #80C351;
}
.BgClassName
{
background-color: #80C351;
}
</style>
border-color css
<style>
span { border-color: #80C351; }
span { border-color: rgb(128,195,81); }
td.TdClassName
{
border-color: #80C351;
}
.TagClassName
{
border-color: #80C351;
}
</style>