Shades of Mantis #76D461
Tints of Mantis #76D461
RGB
CMYK
RGB Variations
Color information
#76D461 (or 0x76D461) is known color: Mantis. HEX triplet: 76, D4 and 61. RGB value is (118,212,97). Sum of RGB (Red+Green+Blue) = 118+212+97=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #76D461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D461 is #892B9E. Grayscale: #ABABAB. Windows color (decimal): -8989599 or 6411382. OLE color: 6411382.
HSL color Cylindrical-coordinate representation of color #76D461: hue angle of 109.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D461 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 212 | 97 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.17 |
| HSL | 109.04º | 0.57% | 0.61% | - |
| HSV(B) | 109.04º | 0.54% | 0.83% | - |
| XYZ | 33.17 | 51.8 | 19.56 | - |
| YUV | 170.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 212 | 97 | 0.44 | 0 | 0.54 | 0.17 | 109.04 | 0.57 | 0.61 |
| Hex | 76 | D4 | 61 | 2C | 0 | 36 | 11 | 6D | 39 | 3D |
| Octal | 166 | 324 | 141 | 54 | 0 | 66 | 21 | 155 | 71 | 75 |
| Binary | 1110110 | 11010100 | 1100001 | 101100 | 0 | 110110 | 10001 | 1101101 | 111001 | 111101 |
Color Harmonies of #76D461
Complementary color
Monochromatic Colors of #76D461
Black with #76D461
Text Example
Text Example
White with #76D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D461; }
p { color: rgb(118,212,97); }
H1.HeaderClassName
{
color: #76D461;
}
.AnyTagClassName
{
color: #76D461;
}
</style>
background-color css
<style>
a { background-color: #76D461; }
a { background-color: rgb(118,212,97); }
div.DivClassName
{
background-color: #76D461;
}
.BgClassName
{
background-color: #76D461;
}
</style>
border-color css
<style>
span { border-color: #76D461; }
span { border-color: rgb(118,212,97); }
td.TdClassName
{
border-color: #76D461;
}
.TagClassName
{
border-color: #76D461;
}
</style>