Shades of Mantis #76DC4D
Tints of Mantis #76DC4D
RGB
CMYK
RGB Variations
Color information
#76DC4D (or 0x76DC4D) is known color: Mantis. HEX triplet: 76, DC and 4D. RGB value is (118,220,77). Sum of RGB (Red+Green+Blue) = 118+220+77=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC4D is #8923B2. Grayscale: #ADADAD. Windows color (decimal): -8987571 or 5102710. OLE color: 5102710.
HSL color Cylindrical-coordinate representation of color #76DC4D: hue angle of 102.8º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76DC4D is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 77 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.14 |
| HSL | 102.8º | 0.67% | 0.58% | - |
| HSV(B) | 102.8º | 0.65% | 0.86% | - |
| XYZ | 34.4 | 55.57 | 15.93 | - |
| YUV | 173.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 77 | 0.46 | 0 | 0.65 | 0.14 | 102.8 | 0.67 | 0.58 |
| Hex | 76 | DC | 4D | 2E | 0 | 41 | E | 67 | 43 | 3A |
| Octal | 166 | 334 | 115 | 56 | 0 | 101 | 16 | 147 | 103 | 72 |
| Binary | 1110110 | 11011100 | 1001101 | 101110 | 0 | 1000001 | 1110 | 1100111 | 1000011 | 111010 |
Color Harmonies of #76DC4D
Complementary color
Monochromatic Colors of #76DC4D
Black with #76DC4D
Text Example
Text Example
White with #76DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC4D; }
p { color: rgb(118,220,77); }
H1.HeaderClassName
{
color: #76DC4D;
}
.AnyTagClassName
{
color: #76DC4D;
}
</style>
background-color css
<style>
a { background-color: #76DC4D; }
a { background-color: rgb(118,220,77); }
div.DivClassName
{
background-color: #76DC4D;
}
.BgClassName
{
background-color: #76DC4D;
}
</style>
border-color css
<style>
span { border-color: #76DC4D; }
span { border-color: rgb(118,220,77); }
td.TdClassName
{
border-color: #76DC4D;
}
.TagClassName
{
border-color: #76DC4D;
}
</style>