Shades of Mantis #76C94E
Tints of Mantis #76C94E
RGB
CMYK
RGB Variations
Color information
#76C94E (or 0x76C94E) is known color: Mantis. HEX triplet: 76, C9 and 4E. RGB value is (118,201,78). Sum of RGB (Red+Green+Blue) = 118+201+78=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #76C94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C94E is #8936B1. Grayscale: #A2A2A2. Windows color (decimal): -8992434 or 5163382. OLE color: 5163382.
HSL color Cylindrical-coordinate representation of color #76C94E: hue angle of 100.49º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76C94E is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 78 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.21 |
| HSL | 100.49º | 0.53% | 0.55% | - |
| HSV(B) | 100.49º | 0.61% | 0.79% | - |
| XYZ | 29.73 | 46.17 | 14.55 | - |
| YUV | 162.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 78 | 0.41 | 0 | 0.61 | 0.21 | 100.49 | 0.53 | 0.55 |
| Hex | 76 | C9 | 4E | 29 | 0 | 3D | 15 | 64 | 35 | 37 |
| Octal | 166 | 311 | 116 | 51 | 0 | 75 | 25 | 144 | 65 | 67 |
| Binary | 1110110 | 11001001 | 1001110 | 101001 | 0 | 111101 | 10101 | 1100100 | 110101 | 110111 |
Color Harmonies of #76C94E
Complementary color
Monochromatic Colors of #76C94E
Black with #76C94E
Text Example
Text Example
White with #76C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C94E; }
p { color: rgb(118,201,78); }
H1.HeaderClassName
{
color: #76C94E;
}
.AnyTagClassName
{
color: #76C94E;
}
</style>
background-color css
<style>
a { background-color: #76C94E; }
a { background-color: rgb(118,201,78); }
div.DivClassName
{
background-color: #76C94E;
}
.BgClassName
{
background-color: #76C94E;
}
</style>
border-color css
<style>
span { border-color: #76C94E; }
span { border-color: rgb(118,201,78); }
td.TdClassName
{
border-color: #76C94E;
}
.TagClassName
{
border-color: #76C94E;
}
</style>