Shades of Mantis #76C94B
Tints of Mantis #76C94B
RGB
CMYK
RGB Variations
Color information
#76C94B (or 0x76C94B) is known color: Mantis. HEX triplet: 76, C9 and 4B. RGB value is (118,201,75). Sum of RGB (Red+Green+Blue) = 118+201+75=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #76C94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C94B is #8936B4. Grayscale: #A2A2A2. Windows color (decimal): -8992437 or 4966774. OLE color: 4966774.
HSL color Cylindrical-coordinate representation of color #76C94B: hue angle of 99.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C94B is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 75 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.21 |
| HSL | 99.52º | 0.54% | 0.54% | - |
| HSV(B) | 99.52º | 0.63% | 0.79% | - |
| XYZ | 29.63 | 46.13 | 14 | - |
| YUV | 161.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 75 | 0.41 | 0 | 0.63 | 0.21 | 99.52 | 0.54 | 0.54 |
| Hex | 76 | C9 | 4B | 29 | 0 | 3F | 15 | 64 | 36 | 36 |
| Octal | 166 | 311 | 113 | 51 | 0 | 77 | 25 | 144 | 66 | 66 |
| Binary | 1110110 | 11001001 | 1001011 | 101001 | 0 | 111111 | 10101 | 1100100 | 110110 | 110110 |
Color Harmonies of #76C94B
Complementary color
Monochromatic Colors of #76C94B
Black with #76C94B
Text Example
Text Example
White with #76C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C94B; }
p { color: rgb(118,201,75); }
H1.HeaderClassName
{
color: #76C94B;
}
.AnyTagClassName
{
color: #76C94B;
}
</style>
background-color css
<style>
a { background-color: #76C94B; }
a { background-color: rgb(118,201,75); }
div.DivClassName
{
background-color: #76C94B;
}
.BgClassName
{
background-color: #76C94B;
}
</style>
border-color css
<style>
span { border-color: #76C94B; }
span { border-color: rgb(118,201,75); }
td.TdClassName
{
border-color: #76C94B;
}
.TagClassName
{
border-color: #76C94B;
}
</style>