Shades of Mantis #76D54D
Tints of Mantis #76D54D
RGB
CMYK
RGB Variations
Color information
#76D54D (or 0x76D54D) is known color: Mantis. HEX triplet: 76, D5 and 4D. RGB value is (118,213,77). Sum of RGB (Red+Green+Blue) = 118+213+77=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #76D54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D54D is #892AB2. Grayscale: #A9A9A9. Windows color (decimal): -8989363 or 5100918. OLE color: 5100918.
HSL color Cylindrical-coordinate representation of color #76D54D: hue angle of 101.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76D54D is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 77 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.16 |
| HSL | 101.91º | 0.62% | 0.57% | - |
| HSV(B) | 101.91º | 0.64% | 0.84% | - |
| XYZ | 32.61 | 51.98 | 15.34 | - |
| YUV | 169.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 77 | 0.45 | 0 | 0.64 | 0.16 | 101.91 | 0.62 | 0.57 |
| Hex | 76 | D5 | 4D | 2D | 0 | 40 | 10 | 66 | 3E | 39 |
| Octal | 166 | 325 | 115 | 55 | 0 | 100 | 20 | 146 | 76 | 71 |
| Binary | 1110110 | 11010101 | 1001101 | 101101 | 0 | 1000000 | 10000 | 1100110 | 111110 | 111001 |
Color Harmonies of #76D54D
Complementary color
Monochromatic Colors of #76D54D
Black with #76D54D
Text Example
Text Example
White with #76D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D54D; }
p { color: rgb(118,213,77); }
H1.HeaderClassName
{
color: #76D54D;
}
.AnyTagClassName
{
color: #76D54D;
}
</style>
background-color css
<style>
a { background-color: #76D54D; }
a { background-color: rgb(118,213,77); }
div.DivClassName
{
background-color: #76D54D;
}
.BgClassName
{
background-color: #76D54D;
}
</style>
border-color css
<style>
span { border-color: #76D54D; }
span { border-color: rgb(118,213,77); }
td.TdClassName
{
border-color: #76D54D;
}
.TagClassName
{
border-color: #76D54D;
}
</style>