Shades of Mantis #76C84C
Tints of Mantis #76C84C
RGB
CMYK
RGB Variations
Color information
#76C84C (or 0x76C84C) is known color: Mantis. HEX triplet: 76, C8 and 4C. RGB value is (118,200,76). Sum of RGB (Red+Green+Blue) = 118+200+76=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #76C84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C84C is #8937B3. Grayscale: #A1A1A1. Windows color (decimal): -8992692 or 5032054. OLE color: 5032054.
HSL color Cylindrical-coordinate representation of color #76C84C: hue angle of 99.68º degrees, saturation: 0.53, 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 #76C84C is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 76 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.22 |
| HSL | 99.68º | 0.53% | 0.54% | - |
| HSV(B) | 99.68º | 0.62% | 0.78% | - |
| XYZ | 29.43 | 45.68 | 14.1 | - |
| YUV | 161.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 76 | 0.41 | 0 | 0.62 | 0.22 | 99.68 | 0.53 | 0.54 |
| Hex | 76 | C8 | 4C | 29 | 0 | 3E | 16 | 64 | 35 | 36 |
| Octal | 166 | 310 | 114 | 51 | 0 | 76 | 26 | 144 | 65 | 66 |
| Binary | 1110110 | 11001000 | 1001100 | 101001 | 0 | 111110 | 10110 | 1100100 | 110101 | 110110 |
Color Harmonies of #76C84C
Complementary color
Monochromatic Colors of #76C84C
Black with #76C84C
Text Example
Text Example
White with #76C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C84C; }
p { color: rgb(118,200,76); }
H1.HeaderClassName
{
color: #76C84C;
}
.AnyTagClassName
{
color: #76C84C;
}
</style>
background-color css
<style>
a { background-color: #76C84C; }
a { background-color: rgb(118,200,76); }
div.DivClassName
{
background-color: #76C84C;
}
.BgClassName
{
background-color: #76C84C;
}
</style>
border-color css
<style>
span { border-color: #76C84C; }
span { border-color: rgb(118,200,76); }
td.TdClassName
{
border-color: #76C84C;
}
.TagClassName
{
border-color: #76C84C;
}
</style>