Shades of Mantis #76C84A
Tints of Mantis #76C84A
RGB
CMYK
RGB Variations
Color information
#76C84A (or 0x76C84A) is known color: Mantis. HEX triplet: 76, C8 and 4A. RGB value is (118,200,74). Sum of RGB (Red+Green+Blue) = 118+200+74=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #76C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C84A is #8937B5. Grayscale: #A1A1A1. Windows color (decimal): -8992694 or 4900982. OLE color: 4900982.
HSL color Cylindrical-coordinate representation of color #76C84A: hue angle of 99.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C84A is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 74 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.22 |
| HSL | 99.05º | 0.53% | 0.54% | - |
| HSV(B) | 99.05º | 0.63% | 0.78% | - |
| XYZ | 29.36 | 45.65 | 13.74 | - |
| YUV | 161.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 74 | 0.41 | 0 | 0.63 | 0.22 | 99.05 | 0.53 | 0.54 |
| Hex | 76 | C8 | 4A | 29 | 0 | 3F | 16 | 63 | 35 | 36 |
| Octal | 166 | 310 | 112 | 51 | 0 | 77 | 26 | 143 | 65 | 66 |
| Binary | 1110110 | 11001000 | 1001010 | 101001 | 0 | 111111 | 10110 | 1100011 | 110101 | 110110 |
Color Harmonies of #76C84A
Complementary color
Monochromatic Colors of #76C84A
Black with #76C84A
Text Example
Text Example
White with #76C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C84A; }
p { color: rgb(118,200,74); }
H1.HeaderClassName
{
color: #76C84A;
}
.AnyTagClassName
{
color: #76C84A;
}
</style>
background-color css
<style>
a { background-color: #76C84A; }
a { background-color: rgb(118,200,74); }
div.DivClassName
{
background-color: #76C84A;
}
.BgClassName
{
background-color: #76C84A;
}
</style>
border-color css
<style>
span { border-color: #76C84A; }
span { border-color: rgb(118,200,74); }
td.TdClassName
{
border-color: #76C84A;
}
.TagClassName
{
border-color: #76C84A;
}
</style>