Shades of Mantis #76D44A
Tints of Mantis #76D44A
RGB
CMYK
RGB Variations
Color information
#76D44A (or 0x76D44A) is known color: Mantis. HEX triplet: 76, D4 and 4A. RGB value is (118,212,74). Sum of RGB (Red+Green+Blue) = 118+212+74=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #76D44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D44A is #892BB5. Grayscale: #A8A8A8. Windows color (decimal): -8989622 or 4904054. OLE color: 4904054.
HSL color Cylindrical-coordinate representation of color #76D44A: hue angle of 100.87º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76D44A is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 74 | - |
| CMYK | 0.44 | 0 | 0.65 | 0.17 |
| HSL | 100.87º | 0.62% | 0.56% | - |
| HSV(B) | 100.87º | 0.65% | 0.83% | - |
| XYZ | 32.25 | 51.43 | 14.71 | - |
| YUV | 168.16 | 74.86 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 74 | 0.44 | 0 | 0.65 | 0.17 | 100.87 | 0.62 | 0.56 |
| Hex | 76 | D4 | 4A | 2C | 0 | 41 | 11 | 65 | 3E | 38 |
| Octal | 166 | 324 | 112 | 54 | 0 | 101 | 21 | 145 | 76 | 70 |
| Binary | 1110110 | 11010100 | 1001010 | 101100 | 0 | 1000001 | 10001 | 1100101 | 111110 | 111000 |
Color Harmonies of #76D44A
Complementary color
Monochromatic Colors of #76D44A
Black with #76D44A
Text Example
Text Example
White with #76D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D44A; }
p { color: rgb(118,212,74); }
H1.HeaderClassName
{
color: #76D44A;
}
.AnyTagClassName
{
color: #76D44A;
}
</style>
background-color css
<style>
a { background-color: #76D44A; }
a { background-color: rgb(118,212,74); }
div.DivClassName
{
background-color: #76D44A;
}
.BgClassName
{
background-color: #76D44A;
}
</style>
border-color css
<style>
span { border-color: #76D44A; }
span { border-color: rgb(118,212,74); }
td.TdClassName
{
border-color: #76D44A;
}
.TagClassName
{
border-color: #76D44A;
}
</style>