Shades of Mantis #76DD3C
Tints of Mantis #76DD3C
RGB
CMYK
RGB Variations
Color information
#76DD3C (or 0x76DD3C) is known color: Mantis. HEX triplet: 76, DD and 3C. RGB value is (118,221,60). Sum of RGB (Red+Green+Blue) = 118+221+60=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DD3C is #8922C3. Grayscale: #ACACAC. Windows color (decimal): -8987332 or 3988854. OLE color: 3988854.
HSL color Cylindrical-coordinate representation of color #76DD3C: hue angle of 98.39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76DD3C is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 60 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.13 |
| HSL | 98.39º | 0.7% | 0.55% | - |
| HSV(B) | 98.39º | 0.73% | 0.87% | - |
| XYZ | 34.14 | 55.89 | 13.26 | - |
| YUV | 171.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 60 | 0.47 | 0 | 0.73 | 0.13 | 98.39 | 0.7 | 0.55 |
| Hex | 76 | DD | 3C | 2F | 0 | 49 | D | 62 | 46 | 37 |
| Octal | 166 | 335 | 74 | 57 | 0 | 111 | 15 | 142 | 106 | 67 |
| Binary | 1110110 | 11011101 | 111100 | 101111 | 0 | 1001001 | 1101 | 1100010 | 1000110 | 110111 |
Color Harmonies of #76DD3C
Complementary color
Monochromatic Colors of #76DD3C
Black with #76DD3C
Text Example
Text Example
White with #76DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD3C; }
p { color: rgb(118,221,60); }
H1.HeaderClassName
{
color: #76DD3C;
}
.AnyTagClassName
{
color: #76DD3C;
}
</style>
background-color css
<style>
a { background-color: #76DD3C; }
a { background-color: rgb(118,221,60); }
div.DivClassName
{
background-color: #76DD3C;
}
.BgClassName
{
background-color: #76DD3C;
}
</style>
border-color css
<style>
span { border-color: #76DD3C; }
span { border-color: rgb(118,221,60); }
td.TdClassName
{
border-color: #76DD3C;
}
.TagClassName
{
border-color: #76DD3C;
}
</style>