Shades of Mantis #76CC47
Tints of Mantis #76CC47
RGB
CMYK
RGB Variations
Color information
#76CC47 (or 0x76CC47) is known color: Mantis. HEX triplet: 76, CC and 47. RGB value is (118,204,71). Sum of RGB (Red+Green+Blue) = 118+204+71=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC47 is #8933B8. Grayscale: #A3A3A3. Windows color (decimal): -8991673 or 4705398. OLE color: 4705398.
HSL color Cylindrical-coordinate representation of color #76CC47: hue angle of 98.8º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76CC47 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 71 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.2 |
| HSL | 98.8º | 0.57% | 0.54% | - |
| HSV(B) | 98.8º | 0.65% | 0.8% | - |
| XYZ | 30.2 | 47.49 | 13.54 | - |
| YUV | 163.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 71 | 0.42 | 0 | 0.65 | 0.2 | 98.8 | 0.57 | 0.54 |
| Hex | 76 | CC | 47 | 2A | 0 | 41 | 14 | 63 | 39 | 36 |
| Octal | 166 | 314 | 107 | 52 | 0 | 101 | 24 | 143 | 71 | 66 |
| Binary | 1110110 | 11001100 | 1000111 | 101010 | 0 | 1000001 | 10100 | 1100011 | 111001 | 110110 |
Color Harmonies of #76CC47
Complementary color
Monochromatic Colors of #76CC47
Black with #76CC47
Text Example
Text Example
White with #76CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC47; }
p { color: rgb(118,204,71); }
H1.HeaderClassName
{
color: #76CC47;
}
.AnyTagClassName
{
color: #76CC47;
}
</style>
background-color css
<style>
a { background-color: #76CC47; }
a { background-color: rgb(118,204,71); }
div.DivClassName
{
background-color: #76CC47;
}
.BgClassName
{
background-color: #76CC47;
}
</style>
border-color css
<style>
span { border-color: #76CC47; }
span { border-color: rgb(118,204,71); }
td.TdClassName
{
border-color: #76CC47;
}
.TagClassName
{
border-color: #76CC47;
}
</style>