Shades of Mantis #76D54E
Tints of Mantis #76D54E
RGB
CMYK
RGB Variations
Color information
#76D54E (or 0x76D54E) is known color: Mantis. HEX triplet: 76, D5 and 4E. RGB value is (118,213,78). Sum of RGB (Red+Green+Blue) = 118+213+78=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #76D54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D54E is #892AB1. Grayscale: #A9A9A9. Windows color (decimal): -8989362 or 5166454. OLE color: 5166454.
HSL color Cylindrical-coordinate representation of color #76D54E: hue angle of 102.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76D54E is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 78 | - |
| CMYK | 0.45 | 0 | 0.63 | 0.16 |
| HSL | 102.22º | 0.62% | 0.57% | - |
| HSV(B) | 102.22º | 0.63% | 0.84% | - |
| XYZ | 32.64 | 51.99 | 15.52 | - |
| YUV | 169.21 | 76.53 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 78 | 0.45 | 0 | 0.63 | 0.16 | 102.22 | 0.62 | 0.57 |
| Hex | 76 | D5 | 4E | 2D | 0 | 3F | 10 | 66 | 3E | 39 |
| Octal | 166 | 325 | 116 | 55 | 0 | 77 | 20 | 146 | 76 | 71 |
| Binary | 1110110 | 11010101 | 1001110 | 101101 | 0 | 111111 | 10000 | 1100110 | 111110 | 111001 |
Color Harmonies of #76D54E
Complementary color
Monochromatic Colors of #76D54E
Black with #76D54E
Text Example
Text Example
White with #76D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D54E; }
p { color: rgb(118,213,78); }
H1.HeaderClassName
{
color: #76D54E;
}
.AnyTagClassName
{
color: #76D54E;
}
</style>
background-color css
<style>
a { background-color: #76D54E; }
a { background-color: rgb(118,213,78); }
div.DivClassName
{
background-color: #76D54E;
}
.BgClassName
{
background-color: #76D54E;
}
</style>
border-color css
<style>
span { border-color: #76D54E; }
span { border-color: rgb(118,213,78); }
td.TdClassName
{
border-color: #76D54E;
}
.TagClassName
{
border-color: #76D54E;
}
</style>