Shades of Mantis #76D661
Tints of Mantis #76D661
RGB
CMYK
RGB Variations
Color information
#76D661 (or 0x76D661) is known color: Mantis. HEX triplet: 76, D6 and 61. RGB value is (118,214,97). Sum of RGB (Red+Green+Blue) = 118+214+97=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #76D661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D661 is #89299E. Grayscale: #ACACAC. Windows color (decimal): -8989087 or 6411894. OLE color: 6411894.
HSL color Cylindrical-coordinate representation of color #76D661: hue angle of 109.23º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76D661 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 97 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.16 |
| HSL | 109.23º | 0.59% | 0.61% | - |
| HSV(B) | 109.23º | 0.55% | 0.84% | - |
| XYZ | 33.68 | 52.81 | 19.73 | - |
| YUV | 171.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 97 | 0.45 | 0 | 0.55 | 0.16 | 109.23 | 0.59 | 0.61 |
| Hex | 76 | D6 | 61 | 2D | 0 | 37 | 10 | 6D | 3B | 3D |
| Octal | 166 | 326 | 141 | 55 | 0 | 67 | 20 | 155 | 73 | 75 |
| Binary | 1110110 | 11010110 | 1100001 | 101101 | 0 | 110111 | 10000 | 1101101 | 111011 | 111101 |
Color Harmonies of #76D661
Complementary color
Monochromatic Colors of #76D661
Black with #76D661
Text Example
Text Example
White with #76D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D661; }
p { color: rgb(118,214,97); }
H1.HeaderClassName
{
color: #76D661;
}
.AnyTagClassName
{
color: #76D661;
}
</style>
background-color css
<style>
a { background-color: #76D661; }
a { background-color: rgb(118,214,97); }
div.DivClassName
{
background-color: #76D661;
}
.BgClassName
{
background-color: #76D661;
}
</style>
border-color css
<style>
span { border-color: #76D661; }
span { border-color: rgb(118,214,97); }
td.TdClassName
{
border-color: #76D661;
}
.TagClassName
{
border-color: #76D661;
}
</style>