Shades of Mantis #76C84D
Tints of Mantis #76C84D
RGB
CMYK
RGB Variations
Color information
#76C84D (or 0x76C84D) is known color: Mantis. HEX triplet: 76, C8 and 4D. RGB value is (118,200,77). Sum of RGB (Red+Green+Blue) = 118+200+77=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #76C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C84D is #8937B2. Grayscale: #A1A1A1. Windows color (decimal): -8992691 or 5097590. OLE color: 5097590.
HSL color Cylindrical-coordinate representation of color #76C84D: hue angle of 100º 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 #76C84D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 77 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.22 |
| HSL | 100º | 0.53% | 0.54% | - |
| HSV(B) | 100º | 0.62% | 0.78% | - |
| XYZ | 29.47 | 45.7 | 14.29 | - |
| YUV | 161.46 | 80.33 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 77 | 0.41 | 0 | 0.62 | 0.22 | 100 | 0.53 | 0.54 |
| Hex | 76 | C8 | 4D | 29 | 0 | 3E | 16 | 64 | 35 | 36 |
| Octal | 166 | 310 | 115 | 51 | 0 | 76 | 26 | 144 | 65 | 66 |
| Binary | 1110110 | 11001000 | 1001101 | 101001 | 0 | 111110 | 10110 | 1100100 | 110101 | 110110 |
Color Harmonies of #76C84D
Complementary color
Monochromatic Colors of #76C84D
Black with #76C84D
Text Example
Text Example
White with #76C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C84D; }
p { color: rgb(118,200,77); }
H1.HeaderClassName
{
color: #76C84D;
}
.AnyTagClassName
{
color: #76C84D;
}
</style>
background-color css
<style>
a { background-color: #76C84D; }
a { background-color: rgb(118,200,77); }
div.DivClassName
{
background-color: #76C84D;
}
.BgClassName
{
background-color: #76C84D;
}
</style>
border-color css
<style>
span { border-color: #76C84D; }
span { border-color: rgb(118,200,77); }
td.TdClassName
{
border-color: #76C84D;
}
.TagClassName
{
border-color: #76C84D;
}
</style>