Shades of Mantis #76C04D
Tints of Mantis #76C04D
RGB
CMYK
RGB Variations
Color information
#76C04D (or 0x76C04D) is known color: Mantis. HEX triplet: 76, C0 and 4D. RGB value is (118,192,77). Sum of RGB (Red+Green+Blue) = 118+192+77=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #76C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C04D is #893FB2. Grayscale: #9D9D9D. Windows color (decimal): -8994739 or 5095542. OLE color: 5095542.
HSL color Cylindrical-coordinate representation of color #76C04D: hue angle of 98.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76C04D is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 77 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.25 |
| HSL | 98.61º | 0.48% | 0.53% | - |
| HSV(B) | 98.61º | 0.6% | 0.75% | - |
| XYZ | 27.66 | 42.09 | 13.69 | - |
| YUV | 156.76 | 82.98 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 77 | 0.39 | 0 | 0.60 | 0.25 | 98.61 | 0.48 | 0.53 |
| Hex | 76 | C0 | 4D | 27 | 0 | 3C | 19 | 63 | 30 | 35 |
| Octal | 166 | 300 | 115 | 47 | 0 | 74 | 31 | 143 | 60 | 65 |
| Binary | 1110110 | 11000000 | 1001101 | 100111 | 0 | 111100 | 11001 | 1100011 | 110000 | 110101 |
Color Harmonies of #76C04D
Complementary color
Monochromatic Colors of #76C04D
Black with #76C04D
Text Example
Text Example
White with #76C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C04D; }
p { color: rgb(118,192,77); }
H1.HeaderClassName
{
color: #76C04D;
}
.AnyTagClassName
{
color: #76C04D;
}
</style>
background-color css
<style>
a { background-color: #76C04D; }
a { background-color: rgb(118,192,77); }
div.DivClassName
{
background-color: #76C04D;
}
.BgClassName
{
background-color: #76C04D;
}
</style>
border-color css
<style>
span { border-color: #76C04D; }
span { border-color: rgb(118,192,77); }
td.TdClassName
{
border-color: #76C04D;
}
.TagClassName
{
border-color: #76C04D;
}
</style>