Shades of Mantis #80C34A
Tints of Mantis #80C34A
RGB
CMYK
RGB Variations
Color information
#80C34A (or 0x80C34A) is known color: Mantis. HEX triplet: 80, C3 and 4A. RGB value is (128,195,74). Sum of RGB (Red+Green+Blue) = 128+195+74=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #80C34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C34A is #7F3CB5. Grayscale: #A1A1A1. Windows color (decimal): -8338614 or 4899712. OLE color: 4899712.
HSL color Cylindrical-coordinate representation of color #80C34A: hue angle of 93.22º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80C34A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 74 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.24 |
| HSL | 93.22º | 0.5% | 0.53% | - |
| HSV(B) | 93.22º | 0.62% | 0.76% | - |
| XYZ | 29.65 | 44.11 | 13.43 | - |
| YUV | 161.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 74 | 0.34 | 0 | 0.62 | 0.24 | 93.22 | 0.5 | 0.53 |
| Hex | 80 | C3 | 4A | 22 | 0 | 3E | 18 | 5D | 32 | 35 |
| Octal | 200 | 303 | 112 | 42 | 0 | 76 | 30 | 135 | 62 | 65 |
| Binary | 10000000 | 11000011 | 1001010 | 100010 | 0 | 111110 | 11000 | 1011101 | 110010 | 110101 |
Color Harmonies of #80C34A
Complementary color
Monochromatic Colors of #80C34A
Black with #80C34A
Text Example
Text Example
White with #80C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C34A; }
p { color: rgb(128,195,74); }
H1.HeaderClassName
{
color: #80C34A;
}
.AnyTagClassName
{
color: #80C34A;
}
</style>
background-color css
<style>
a { background-color: #80C34A; }
a { background-color: rgb(128,195,74); }
div.DivClassName
{
background-color: #80C34A;
}
.BgClassName
{
background-color: #80C34A;
}
</style>
border-color css
<style>
span { border-color: #80C34A; }
span { border-color: rgb(128,195,74); }
td.TdClassName
{
border-color: #80C34A;
}
.TagClassName
{
border-color: #80C34A;
}
</style>