Shades of Mantis #76D74F
Tints of Mantis #76D74F
RGB
CMYK
RGB Variations
Color information
#76D74F (or 0x76D74F) is known color: Mantis. HEX triplet: 76, D7 and 4F. RGB value is (118,215,79). Sum of RGB (Red+Green+Blue) = 118+215+79=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #76D74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D74F is #8928B0. Grayscale: #AAAAAA. Windows color (decimal): -8988849 or 5232502. OLE color: 5232502.
HSL color Cylindrical-coordinate representation of color #76D74F: hue angle of 102.79º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76D74F is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 215 | 79 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.16 |
| HSL | 102.79º | 0.63% | 0.58% | - |
| HSV(B) | 102.79º | 0.63% | 0.84% | - |
| XYZ | 33.18 | 53.02 | 15.88 | - |
| YUV | 170.49 | 76.36 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 79 | 0.45 | 0 | 0.63 | 0.16 | 102.79 | 0.63 | 0.58 |
| Hex | 76 | D7 | 4F | 2D | 0 | 3F | 10 | 67 | 3F | 3A |
| Octal | 166 | 327 | 117 | 55 | 0 | 77 | 20 | 147 | 77 | 72 |
| Binary | 1110110 | 11010111 | 1001111 | 101101 | 0 | 111111 | 10000 | 1100111 | 111111 | 111010 |
Color Harmonies of #76D74F
Complementary color
Monochromatic Colors of #76D74F
Black with #76D74F
Text Example
Text Example
White with #76D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D74F; }
p { color: rgb(118,215,79); }
H1.HeaderClassName
{
color: #76D74F;
}
.AnyTagClassName
{
color: #76D74F;
}
</style>
background-color css
<style>
a { background-color: #76D74F; }
a { background-color: rgb(118,215,79); }
div.DivClassName
{
background-color: #76D74F;
}
.BgClassName
{
background-color: #76D74F;
}
</style>
border-color css
<style>
span { border-color: #76D74F; }
span { border-color: rgb(118,215,79); }
td.TdClassName
{
border-color: #76D74F;
}
.TagClassName
{
border-color: #76D74F;
}
</style>