Shades of Mantis #76DE4D
Tints of Mantis #76DE4D
RGB
CMYK
RGB Variations
Color information
#76DE4D (or 0x76DE4D) is known color: Mantis. HEX triplet: 76, DE and 4D. RGB value is (118,222,77). Sum of RGB (Red+Green+Blue) = 118+222+77=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #76DE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DE4D is #8921B2. Grayscale: #AEAEAE. Windows color (decimal): -8987059 or 5103222. OLE color: 5103222.
HSL color Cylindrical-coordinate representation of color #76DE4D: hue angle of 103.03º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76DE4D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 222 | 77 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.13 |
| HSL | 103.03º | 0.69% | 0.59% | - |
| HSV(B) | 103.03º | 0.65% | 0.87% | - |
| XYZ | 34.93 | 56.63 | 16.11 | - |
| YUV | 174.37 | 73.04 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 77 | 0.47 | 0 | 0.65 | 0.13 | 103.03 | 0.69 | 0.59 |
| Hex | 76 | DE | 4D | 2F | 0 | 41 | D | 67 | 45 | 3B |
| Octal | 166 | 336 | 115 | 57 | 0 | 101 | 15 | 147 | 105 | 73 |
| Binary | 1110110 | 11011110 | 1001101 | 101111 | 0 | 1000001 | 1101 | 1100111 | 1000101 | 111011 |
Color Harmonies of #76DE4D
Complementary color
Monochromatic Colors of #76DE4D
Black with #76DE4D
Text Example
Text Example
White with #76DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DE4D; }
p { color: rgb(118,222,77); }
H1.HeaderClassName
{
color: #76DE4D;
}
.AnyTagClassName
{
color: #76DE4D;
}
</style>
background-color css
<style>
a { background-color: #76DE4D; }
a { background-color: rgb(118,222,77); }
div.DivClassName
{
background-color: #76DE4D;
}
.BgClassName
{
background-color: #76DE4D;
}
</style>
border-color css
<style>
span { border-color: #76DE4D; }
span { border-color: rgb(118,222,77); }
td.TdClassName
{
border-color: #76DE4D;
}
.TagClassName
{
border-color: #76DE4D;
}
</style>