Shades of Mantis #76C55D
Tints of Mantis #76C55D
RGB
CMYK
RGB Variations
Color information
#76C55D (or 0x76C55D) is known color: Mantis. HEX triplet: 76, C5 and 5D. RGB value is (118,197,93). Sum of RGB (Red+Green+Blue) = 118+197+93=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #76C55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C55D is #893AA2. Grayscale: #A1A1A1. Windows color (decimal): -8993443 or 6145398. OLE color: 6145398.
HSL color Cylindrical-coordinate representation of color #76C55D: hue angle of 105.58º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C55D is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 93 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.23 |
| HSL | 105.58º | 0.47% | 0.57% | - |
| HSV(B) | 105.58º | 0.53% | 0.77% | - |
| XYZ | 29.41 | 44.57 | 17.41 | - |
| YUV | 161.52 | 89.33 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 93 | 0.40 | 0 | 0.53 | 0.23 | 105.58 | 0.47 | 0.57 |
| Hex | 76 | C5 | 5D | 28 | 0 | 35 | 17 | 6A | 2F | 39 |
| Octal | 166 | 305 | 135 | 50 | 0 | 65 | 27 | 152 | 57 | 71 |
| Binary | 1110110 | 11000101 | 1011101 | 101000 | 0 | 110101 | 10111 | 1101010 | 101111 | 111001 |
Color Harmonies of #76C55D
Complementary color
Monochromatic Colors of #76C55D
Black with #76C55D
Text Example
Text Example
White with #76C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C55D; }
p { color: rgb(118,197,93); }
H1.HeaderClassName
{
color: #76C55D;
}
.AnyTagClassName
{
color: #76C55D;
}
</style>
background-color css
<style>
a { background-color: #76C55D; }
a { background-color: rgb(118,197,93); }
div.DivClassName
{
background-color: #76C55D;
}
.BgClassName
{
background-color: #76C55D;
}
</style>
border-color css
<style>
span { border-color: #76C55D; }
span { border-color: rgb(118,197,93); }
td.TdClassName
{
border-color: #76C55D;
}
.TagClassName
{
border-color: #76C55D;
}
</style>