Shades of Mantis #76C74C
Tints of Mantis #76C74C
RGB
CMYK
RGB Variations
Color information
#76C74C (or 0x76C74C) is known color: Mantis. HEX triplet: 76, C7 and 4C. RGB value is (118,199,76). Sum of RGB (Red+Green+Blue) = 118+199+76=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #76C74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C74C is #8938B3. Grayscale: #A1A1A1. Windows color (decimal): -8992948 or 5031798. OLE color: 5031798.
HSL color Cylindrical-coordinate representation of color #76C74C: hue angle of 99.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C74C is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 199 | 76 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.22 |
| HSL | 99.51º | 0.52% | 0.54% | - |
| HSV(B) | 99.51º | 0.62% | 0.78% | - |
| XYZ | 29.2 | 45.22 | 14.03 | - |
| YUV | 160.76 | 80.16 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 199 | 76 | 0.41 | 0 | 0.62 | 0.22 | 99.51 | 0.52 | 0.54 |
| Hex | 76 | C7 | 4C | 29 | 0 | 3E | 16 | 64 | 34 | 36 |
| Octal | 166 | 307 | 114 | 51 | 0 | 76 | 26 | 144 | 64 | 66 |
| Binary | 1110110 | 11000111 | 1001100 | 101001 | 0 | 111110 | 10110 | 1100100 | 110100 | 110110 |
Color Harmonies of #76C74C
Complementary color
Monochromatic Colors of #76C74C
Black with #76C74C
Text Example
Text Example
White with #76C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C74C; }
p { color: rgb(118,199,76); }
H1.HeaderClassName
{
color: #76C74C;
}
.AnyTagClassName
{
color: #76C74C;
}
</style>
background-color css
<style>
a { background-color: #76C74C; }
a { background-color: rgb(118,199,76); }
div.DivClassName
{
background-color: #76C74C;
}
.BgClassName
{
background-color: #76C74C;
}
</style>
border-color css
<style>
span { border-color: #76C74C; }
span { border-color: rgb(118,199,76); }
td.TdClassName
{
border-color: #76C74C;
}
.TagClassName
{
border-color: #76C74C;
}
</style>