Shades of Mantis #76D361
Tints of Mantis #76D361
RGB
CMYK
RGB Variations
Color information
#76D361 (or 0x76D361) is known color: Mantis. HEX triplet: 76, D3 and 61. RGB value is (118,211,97). Sum of RGB (Red+Green+Blue) = 118+211+97=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #76D361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D361 is #892C9E. Grayscale: #AAAAAA. Windows color (decimal): -8989855 or 6411126. OLE color: 6411126.
HSL color Cylindrical-coordinate representation of color #76D361: hue angle of 108.95º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D361 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 97 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.17 |
| HSL | 108.95º | 0.56% | 0.6% | - |
| HSV(B) | 108.95º | 0.54% | 0.83% | - |
| XYZ | 32.92 | 51.3 | 19.48 | - |
| YUV | 170.2 | 86.69 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 97 | 0.44 | 0 | 0.54 | 0.17 | 108.95 | 0.56 | 0.6 |
| Hex | 76 | D3 | 61 | 2C | 0 | 36 | 11 | 6D | 38 | 3C |
| Octal | 166 | 323 | 141 | 54 | 0 | 66 | 21 | 155 | 70 | 74 |
| Binary | 1110110 | 11010011 | 1100001 | 101100 | 0 | 110110 | 10001 | 1101101 | 111000 | 111100 |
Color Harmonies of #76D361
Complementary color
Monochromatic Colors of #76D361
Black with #76D361
Text Example
Text Example
White with #76D361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D361; }
p { color: rgb(118,211,97); }
H1.HeaderClassName
{
color: #76D361;
}
.AnyTagClassName
{
color: #76D361;
}
</style>
background-color css
<style>
a { background-color: #76D361; }
a { background-color: rgb(118,211,97); }
div.DivClassName
{
background-color: #76D361;
}
.BgClassName
{
background-color: #76D361;
}
</style>
border-color css
<style>
span { border-color: #76D361; }
span { border-color: rgb(118,211,97); }
td.TdClassName
{
border-color: #76D361;
}
.TagClassName
{
border-color: #76D361;
}
</style>