Shades of Mantis #76C54A
Tints of Mantis #76C54A
RGB
CMYK
RGB Variations
Color information
#76C54A (or 0x76C54A) is known color: Mantis. HEX triplet: 76, C5 and 4A. RGB value is (118,197,74). Sum of RGB (Red+Green+Blue) = 118+197+74=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #76C54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C54A is #893AB5. Grayscale: #9F9F9F. Windows color (decimal): -8993462 or 4900214. OLE color: 4900214.
HSL color Cylindrical-coordinate representation of color #76C54A: hue angle of 98.54º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C54A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 74 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.23 |
| HSL | 98.54º | 0.51% | 0.53% | - |
| HSV(B) | 98.54º | 0.62% | 0.77% | - |
| XYZ | 28.67 | 44.28 | 13.51 | - |
| YUV | 159.36 | 79.83 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 74 | 0.40 | 0 | 0.62 | 0.23 | 98.54 | 0.51 | 0.53 |
| Hex | 76 | C5 | 4A | 28 | 0 | 3E | 17 | 63 | 33 | 35 |
| Octal | 166 | 305 | 112 | 50 | 0 | 76 | 27 | 143 | 63 | 65 |
| Binary | 1110110 | 11000101 | 1001010 | 101000 | 0 | 111110 | 10111 | 1100011 | 110011 | 110101 |
Color Harmonies of #76C54A
Complementary color
Monochromatic Colors of #76C54A
Black with #76C54A
Text Example
Text Example
White with #76C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C54A; }
p { color: rgb(118,197,74); }
H1.HeaderClassName
{
color: #76C54A;
}
.AnyTagClassName
{
color: #76C54A;
}
</style>
background-color css
<style>
a { background-color: #76C54A; }
a { background-color: rgb(118,197,74); }
div.DivClassName
{
background-color: #76C54A;
}
.BgClassName
{
background-color: #76C54A;
}
</style>
border-color css
<style>
span { border-color: #76C54A; }
span { border-color: rgb(118,197,74); }
td.TdClassName
{
border-color: #76C54A;
}
.TagClassName
{
border-color: #76C54A;
}
</style>