Shades of Mantis #76C249
Tints of Mantis #76C249
RGB
CMYK
RGB Variations
Color information
#76C249 (or 0x76C249) is known color: Mantis. HEX triplet: 76, C2 and 49. RGB value is (118,194,73). Sum of RGB (Red+Green+Blue) = 118+194+73=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #76C249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C249 is #893DB6. Grayscale: #9D9D9D. Windows color (decimal): -8994231 or 4833910. OLE color: 4833910.
HSL color Cylindrical-coordinate representation of color #76C249: hue angle of 97.69º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76C249 is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 73 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.24 |
| HSL | 97.69º | 0.5% | 0.52% | - |
| HSV(B) | 97.69º | 0.62% | 0.76% | - |
| XYZ | 27.97 | 42.92 | 13.11 | - |
| YUV | 157.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 73 | 0.39 | 0 | 0.62 | 0.24 | 97.69 | 0.5 | 0.52 |
| Hex | 76 | C2 | 49 | 27 | 0 | 3E | 18 | 62 | 32 | 34 |
| Octal | 166 | 302 | 111 | 47 | 0 | 76 | 30 | 142 | 62 | 64 |
| Binary | 1110110 | 11000010 | 1001001 | 100111 | 0 | 111110 | 11000 | 1100010 | 110010 | 110100 |
Color Harmonies of #76C249
Complementary color
Monochromatic Colors of #76C249
Black with #76C249
Text Example
Text Example
White with #76C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C249; }
p { color: rgb(118,194,73); }
H1.HeaderClassName
{
color: #76C249;
}
.AnyTagClassName
{
color: #76C249;
}
</style>
background-color css
<style>
a { background-color: #76C249; }
a { background-color: rgb(118,194,73); }
div.DivClassName
{
background-color: #76C249;
}
.BgClassName
{
background-color: #76C249;
}
</style>
border-color css
<style>
span { border-color: #76C249; }
span { border-color: rgb(118,194,73); }
td.TdClassName
{
border-color: #76C249;
}
.TagClassName
{
border-color: #76C249;
}
</style>