Shades of Mantis #76DB47
Tints of Mantis #76DB47
RGB
CMYK
RGB Variations
Color information
#76DB47 (or 0x76DB47) is known color: Mantis. HEX triplet: 76, DB and 47. RGB value is (118,219,71). Sum of RGB (Red+Green+Blue) = 118+219+71=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #76DB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DB47 is #8924B8. Grayscale: #ACACAC. Windows color (decimal): -8987833 or 4709238. OLE color: 4709238.
HSL color Cylindrical-coordinate representation of color #76DB47: hue angle of 100.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76DB47 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 71 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.14 |
| HSL | 100.95º | 0.67% | 0.57% | - |
| HSV(B) | 100.95º | 0.68% | 0.86% | - |
| XYZ | 33.94 | 54.97 | 14.78 | - |
| YUV | 171.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 71 | 0.46 | 0 | 0.68 | 0.14 | 100.95 | 0.67 | 0.57 |
| Hex | 76 | DB | 47 | 2E | 0 | 44 | E | 65 | 43 | 39 |
| Octal | 166 | 333 | 107 | 56 | 0 | 104 | 16 | 145 | 103 | 71 |
| Binary | 1110110 | 11011011 | 1000111 | 101110 | 0 | 1000100 | 1110 | 1100101 | 1000011 | 111001 |
Color Harmonies of #76DB47
Complementary color
Monochromatic Colors of #76DB47
Black with #76DB47
Text Example
Text Example
White with #76DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DB47; }
p { color: rgb(118,219,71); }
H1.HeaderClassName
{
color: #76DB47;
}
.AnyTagClassName
{
color: #76DB47;
}
</style>
background-color css
<style>
a { background-color: #76DB47; }
a { background-color: rgb(118,219,71); }
div.DivClassName
{
background-color: #76DB47;
}
.BgClassName
{
background-color: #76DB47;
}
</style>
border-color css
<style>
span { border-color: #76DB47; }
span { border-color: rgb(118,219,71); }
td.TdClassName
{
border-color: #76DB47;
}
.TagClassName
{
border-color: #76DB47;
}
</style>