Shades of Mantis #76C04E
Tints of Mantis #76C04E
RGB
CMYK
RGB Variations
Color information
#76C04E (or 0x76C04E) is known color: Mantis. HEX triplet: 76, C0 and 4E. RGB value is (118,192,78). Sum of RGB (Red+Green+Blue) = 118+192+78=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #76C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C04E is #893FB1. Grayscale: #9D9D9D. Windows color (decimal): -8994738 or 5161078. OLE color: 5161078.
HSL color Cylindrical-coordinate representation of color #76C04E: hue angle of 98.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76C04E is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 78 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.25 |
| HSL | 98.95º | 0.48% | 0.53% | - |
| HSV(B) | 98.95º | 0.59% | 0.75% | - |
| XYZ | 27.7 | 42.1 | 13.87 | - |
| YUV | 156.88 | 83.48 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 78 | 0.39 | 0 | 0.59 | 0.25 | 98.95 | 0.48 | 0.53 |
| Hex | 76 | C0 | 4E | 27 | 0 | 3B | 19 | 63 | 30 | 35 |
| Octal | 166 | 300 | 116 | 47 | 0 | 73 | 31 | 143 | 60 | 65 |
| Binary | 1110110 | 11000000 | 1001110 | 100111 | 0 | 111011 | 11001 | 1100011 | 110000 | 110101 |
Color Harmonies of #76C04E
Complementary color
Monochromatic Colors of #76C04E
Black with #76C04E
Text Example
Text Example
White with #76C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C04E; }
p { color: rgb(118,192,78); }
H1.HeaderClassName
{
color: #76C04E;
}
.AnyTagClassName
{
color: #76C04E;
}
</style>
background-color css
<style>
a { background-color: #76C04E; }
a { background-color: rgb(118,192,78); }
div.DivClassName
{
background-color: #76C04E;
}
.BgClassName
{
background-color: #76C04E;
}
</style>
border-color css
<style>
span { border-color: #76C04E; }
span { border-color: rgb(118,192,78); }
td.TdClassName
{
border-color: #76C04E;
}
.TagClassName
{
border-color: #76C04E;
}
</style>