Shades of Mantis #76E747
Tints of Mantis #76E747
RGB
CMYK
RGB Variations
Color information
#76E747 (or 0x76E747) is known color: Mantis. HEX triplet: 76, E7 and 47. RGB value is (118,231,71). Sum of RGB (Red+Green+Blue) = 118+231+71=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 231 (90.62% from 255 or 55% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 231 - color contains mainly: green. Hex color #76E747 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E747 is #8918B8. Grayscale: #B3B3B3. Windows color (decimal): -8984761 or 4712310. OLE color: 4712310.
HSL color Cylindrical-coordinate representation of color #76E747: hue angle of 102.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76E747 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 231 | 71 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.09 |
| HSL | 102.38º | 0.77% | 0.59% | - |
| HSV(B) | 102.38º | 0.69% | 0.91% | - |
| XYZ | 37.18 | 61.46 | 15.86 | - |
| YUV | 178.97 | 67.06 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 231 | 71 | 0.49 | 0 | 0.69 | 0.09 | 102.38 | 0.77 | 0.59 |
| Hex | 76 | E7 | 47 | 31 | 0 | 45 | 9 | 66 | 4D | 3B |
| Octal | 166 | 347 | 107 | 61 | 0 | 105 | 11 | 146 | 115 | 73 |
| Binary | 1110110 | 11100111 | 1000111 | 110001 | 0 | 1000101 | 1001 | 1100110 | 1001101 | 111011 |
Color Harmonies of #76E747
Complementary color
Monochromatic Colors of #76E747
Black with #76E747
Text Example
Text Example
White with #76E747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E747; }
p { color: rgb(118,231,71); }
H1.HeaderClassName
{
color: #76E747;
}
.AnyTagClassName
{
color: #76E747;
}
</style>
background-color css
<style>
a { background-color: #76E747; }
a { background-color: rgb(118,231,71); }
div.DivClassName
{
background-color: #76E747;
}
.BgClassName
{
background-color: #76E747;
}
</style>
border-color css
<style>
span { border-color: #76E747; }
span { border-color: rgb(118,231,71); }
td.TdClassName
{
border-color: #76E747;
}
.TagClassName
{
border-color: #76E747;
}
</style>