Shades of Mantis #80C35A
Tints of Mantis #80C35A
RGB
CMYK
RGB Variations
Color information
#80C35A (or 0x80C35A) is known color: Mantis. HEX triplet: 80, C3 and 5A. RGB value is (128,195,90). Sum of RGB (Red+Green+Blue) = 128+195+90=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #80C35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C35A is #7F3CA5. Grayscale: #A3A3A3. Windows color (decimal): -8338598 or 5948288. OLE color: 5948288.
HSL color Cylindrical-coordinate representation of color #80C35A: hue angle of 98.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80C35A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 90 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.24 |
| HSL | 98.29º | 0.47% | 0.56% | - |
| HSV(B) | 98.29º | 0.54% | 0.76% | - |
| XYZ | 30.26 | 44.36 | 16.64 | - |
| YUV | 163 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 90 | 0.34 | 0 | 0.54 | 0.24 | 98.29 | 0.47 | 0.56 |
| Hex | 80 | C3 | 5A | 22 | 0 | 36 | 18 | 62 | 2F | 38 |
| Octal | 200 | 303 | 132 | 42 | 0 | 66 | 30 | 142 | 57 | 70 |
| Binary | 10000000 | 11000011 | 1011010 | 100010 | 0 | 110110 | 11000 | 1100010 | 101111 | 111000 |
Color Harmonies of #80C35A
Complementary color
Monochromatic Colors of #80C35A
Black with #80C35A
Text Example
Text Example
White with #80C35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C35A; }
p { color: rgb(128,195,90); }
H1.HeaderClassName
{
color: #80C35A;
}
.AnyTagClassName
{
color: #80C35A;
}
</style>
background-color css
<style>
a { background-color: #80C35A; }
a { background-color: rgb(128,195,90); }
div.DivClassName
{
background-color: #80C35A;
}
.BgClassName
{
background-color: #80C35A;
}
</style>
border-color css
<style>
span { border-color: #80C35A; }
span { border-color: rgb(128,195,90); }
td.TdClassName
{
border-color: #80C35A;
}
.TagClassName
{
border-color: #80C35A;
}
</style>