Shades of Mantis #76CB47
Tints of Mantis #76CB47
RGB
CMYK
RGB Variations
Color information
#76CB47 (or 0x76CB47) is known color: Mantis. HEX triplet: 76, CB and 47. RGB value is (118,203,71). Sum of RGB (Red+Green+Blue) = 118+203+71=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB47 is #8934B8. Grayscale: #A2A2A2. Windows color (decimal): -8991929 or 4705142. OLE color: 4705142.
HSL color Cylindrical-coordinate representation of color #76CB47: hue angle of 98.64º degrees, saturation: 0.56, 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 #76CB47 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 71 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.20 |
| HSL | 98.64º | 0.56% | 0.54% | - |
| HSV(B) | 98.64º | 0.65% | 0.8% | - |
| XYZ | 29.96 | 47.02 | 13.46 | - |
| YUV | 162.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 71 | 0.42 | 0 | 0.65 | 0.20 | 98.64 | 0.56 | 0.54 |
| Hex | 76 | CB | 47 | 2A | 0 | 41 | 14 | 63 | 38 | 36 |
| Octal | 166 | 313 | 107 | 52 | 0 | 101 | 24 | 143 | 70 | 66 |
| Binary | 1110110 | 11001011 | 1000111 | 101010 | 0 | 1000001 | 10100 | 1100011 | 111000 | 110110 |
Color Harmonies of #76CB47
Complementary color
Monochromatic Colors of #76CB47
Black with #76CB47
Text Example
Text Example
White with #76CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB47; }
p { color: rgb(118,203,71); }
H1.HeaderClassName
{
color: #76CB47;
}
.AnyTagClassName
{
color: #76CB47;
}
</style>
background-color css
<style>
a { background-color: #76CB47; }
a { background-color: rgb(118,203,71); }
div.DivClassName
{
background-color: #76CB47;
}
.BgClassName
{
background-color: #76CB47;
}
</style>
border-color css
<style>
span { border-color: #76CB47; }
span { border-color: rgb(118,203,71); }
td.TdClassName
{
border-color: #76CB47;
}
.TagClassName
{
border-color: #76CB47;
}
</style>