Shades of Emerald #4CD96C
Tints of Emerald #4CD96C
RGB
CMYK
RGB Variations
Color information
#4CD96C (or 0x4CD96C) is known color: Emerald. HEX triplet: 4C, D9 and 6C. RGB value is (76,217,108). Sum of RGB (Red+Green+Blue) = 76+217+108=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #4CD96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD96C is #B32693. Grayscale: #A2A2A2. Windows color (decimal): -11740820 or 7133516. OLE color: 7133516.
HSL color Cylindrical-coordinate representation of color #4CD96C: hue angle of 133.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CD96C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 217 | 108 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.15 |
| HSL | 133.62º | 0.65% | 0.57% | - |
| HSV(B) | 133.62º | 0.65% | 0.85% | - |
| XYZ | 30.5 | 52.24 | 22.66 | - |
| YUV | 162.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 217 | 108 | 0.65 | 0 | 0.50 | 0.15 | 133.62 | 0.65 | 0.57 |
| Hex | 4C | D9 | 6C | 41 | 0 | 32 | F | 86 | 41 | 39 |
| Octal | 114 | 331 | 154 | 101 | 0 | 62 | 17 | 206 | 101 | 71 |
| Binary | 1001100 | 11011001 | 1101100 | 1000001 | 0 | 110010 | 1111 | 10000110 | 1000001 | 111001 |
Color Harmonies of #4CD96C
Complementary color
Monochromatic Colors of #4CD96C
Black with #4CD96C
Text Example
Text Example
White with #4CD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD96C; }
p { color: rgb(76,217,108); }
H1.HeaderClassName
{
color: #4CD96C;
}
.AnyTagClassName
{
color: #4CD96C;
}
</style>
background-color css
<style>
a { background-color: #4CD96C; }
a { background-color: rgb(76,217,108); }
div.DivClassName
{
background-color: #4CD96C;
}
.BgClassName
{
background-color: #4CD96C;
}
</style>
border-color css
<style>
span { border-color: #4CD96C; }
span { border-color: rgb(76,217,108); }
td.TdClassName
{
border-color: #4CD96C;
}
.TagClassName
{
border-color: #4CD96C;
}
</style>