Shades of Mantis #80C358
Tints of Mantis #80C358
RGB
CMYK
RGB Variations
Color information
#80C358 (or 0x80C358) is known color: Mantis. HEX triplet: 80, C3 and 58. RGB value is (128,195,88). Sum of RGB (Red+Green+Blue) = 128+195+88=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #80C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C358 is #7F3CA7. Grayscale: #A3A3A3. Windows color (decimal): -8338600 or 5817216. OLE color: 5817216.
HSL color Cylindrical-coordinate representation of color #80C358: hue angle of 97.57º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80C358 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 88 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.24 |
| HSL | 97.57º | 0.47% | 0.55% | - |
| HSV(B) | 97.57º | 0.55% | 0.76% | - |
| XYZ | 30.18 | 44.32 | 16.2 | - |
| YUV | 162.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 88 | 0.34 | 0 | 0.55 | 0.24 | 97.57 | 0.47 | 0.55 |
| Hex | 80 | C3 | 58 | 22 | 0 | 37 | 18 | 62 | 2F | 37 |
| Octal | 200 | 303 | 130 | 42 | 0 | 67 | 30 | 142 | 57 | 67 |
| Binary | 10000000 | 11000011 | 1011000 | 100010 | 0 | 110111 | 11000 | 1100010 | 101111 | 110111 |
Color Harmonies of #80C358
Complementary color
Monochromatic Colors of #80C358
Black with #80C358
Text Example
Text Example
White with #80C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C358; }
p { color: rgb(128,195,88); }
H1.HeaderClassName
{
color: #80C358;
}
.AnyTagClassName
{
color: #80C358;
}
</style>
background-color css
<style>
a { background-color: #80C358; }
a { background-color: rgb(128,195,88); }
div.DivClassName
{
background-color: #80C358;
}
.BgClassName
{
background-color: #80C358;
}
</style>
border-color css
<style>
span { border-color: #80C358; }
span { border-color: rgb(128,195,88); }
td.TdClassName
{
border-color: #80C358;
}
.TagClassName
{
border-color: #80C358;
}
</style>