Shades of Mantis #76D347
Tints of Mantis #76D347
RGB
CMYK
RGB Variations
Color information
#76D347 (or 0x76D347) is known color: Mantis. HEX triplet: 76, D3 and 47. RGB value is (118,211,71). Sum of RGB (Red+Green+Blue) = 118+211+71=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #76D347 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D347 is #892CB8. Grayscale: #A7A7A7. Windows color (decimal): -8989881 or 4707190. OLE color: 4707190.
HSL color Cylindrical-coordinate representation of color #76D347: hue angle of 99.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76D347 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 71 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.17 |
| HSL | 99.86º | 0.61% | 0.55% | - |
| HSV(B) | 99.86º | 0.66% | 0.83% | - |
| XYZ | 31.9 | 50.9 | 14.1 | - |
| YUV | 167.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 71 | 0.44 | 0 | 0.66 | 0.17 | 99.86 | 0.61 | 0.55 |
| Hex | 76 | D3 | 47 | 2C | 0 | 42 | 11 | 64 | 3D | 37 |
| Octal | 166 | 323 | 107 | 54 | 0 | 102 | 21 | 144 | 75 | 67 |
| Binary | 1110110 | 11010011 | 1000111 | 101100 | 0 | 1000010 | 10001 | 1100100 | 111101 | 110111 |
Color Harmonies of #76D347
Complementary color
Monochromatic Colors of #76D347
Black with #76D347
Text Example
Text Example
White with #76D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D347; }
p { color: rgb(118,211,71); }
H1.HeaderClassName
{
color: #76D347;
}
.AnyTagClassName
{
color: #76D347;
}
</style>
background-color css
<style>
a { background-color: #76D347; }
a { background-color: rgb(118,211,71); }
div.DivClassName
{
background-color: #76D347;
}
.BgClassName
{
background-color: #76D347;
}
</style>
border-color css
<style>
span { border-color: #76D347; }
span { border-color: rgb(118,211,71); }
td.TdClassName
{
border-color: #76D347;
}
.TagClassName
{
border-color: #76D347;
}
</style>