Shades of Mantis #76D939
Tints of Mantis #76D939
RGB
CMYK
RGB Variations
Color information
#76D939 (or 0x76D939) is known color: Mantis. HEX triplet: 76, D9 and 39. RGB value is (118,217,57). Sum of RGB (Red+Green+Blue) = 118+217+57=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #76D939 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D939 is #8926C6. Grayscale: #A9A9A9. Windows color (decimal): -8988359 or 3791222. OLE color: 3791222.
HSL color Cylindrical-coordinate representation of color #76D939: hue angle of 97.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76D939 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 217 | 57 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.15 |
| HSL | 97.13º | 0.68% | 0.54% | - |
| HSV(B) | 97.13º | 0.74% | 0.85% | - |
| XYZ | 33.02 | 53.77 | 12.51 | - |
| YUV | 169.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 57 | 0.46 | 0 | 0.74 | 0.15 | 97.13 | 0.68 | 0.54 |
| Hex | 76 | D9 | 39 | 2E | 0 | 4A | F | 61 | 44 | 36 |
| Octal | 166 | 331 | 71 | 56 | 0 | 112 | 17 | 141 | 104 | 66 |
| Binary | 1110110 | 11011001 | 111001 | 101110 | 0 | 1001010 | 1111 | 1100001 | 1000100 | 110110 |
Color Harmonies of #76D939
Complementary color
Monochromatic Colors of #76D939
Black with #76D939
Text Example
Text Example
White with #76D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D939; }
p { color: rgb(118,217,57); }
H1.HeaderClassName
{
color: #76D939;
}
.AnyTagClassName
{
color: #76D939;
}
</style>
background-color css
<style>
a { background-color: #76D939; }
a { background-color: rgb(118,217,57); }
div.DivClassName
{
background-color: #76D939;
}
.BgClassName
{
background-color: #76D939;
}
</style>
border-color css
<style>
span { border-color: #76D939; }
span { border-color: rgb(118,217,57); }
td.TdClassName
{
border-color: #76D939;
}
.TagClassName
{
border-color: #76D939;
}
</style>