Shades of Emerald #4DD96B
Tints of Emerald #4DD96B
RGB
CMYK
RGB Variations
Color information
#4DD96B (or 0x4DD96B) is known color: Emerald. HEX triplet: 4D, D9 and 6B. RGB value is (77,217,107). Sum of RGB (Red+Green+Blue) = 77+217+107=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD96B is #B22694. Grayscale: #A2A2A2. Windows color (decimal): -11675285 or 7067981. OLE color: 7067981.
HSL color Cylindrical-coordinate representation of color #4DD96B: hue angle of 132.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD96B is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 107 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.15 |
| HSL | 132.86º | 0.65% | 0.58% | - |
| HSV(B) | 132.86º | 0.65% | 0.85% | - |
| XYZ | 30.53 | 52.27 | 22.39 | - |
| YUV | 162.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 107 | 0.65 | 0 | 0.51 | 0.15 | 132.86 | 0.65 | 0.58 |
| Hex | 4D | D9 | 6B | 41 | 0 | 33 | F | 85 | 41 | 3A |
| Octal | 115 | 331 | 153 | 101 | 0 | 63 | 17 | 205 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1101011 | 1000001 | 0 | 110011 | 1111 | 10000101 | 1000001 | 111010 |
Color Harmonies of #4DD96B
Complementary color
Monochromatic Colors of #4DD96B
Black with #4DD96B
Text Example
Text Example
White with #4DD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD96B; }
p { color: rgb(77,217,107); }
H1.HeaderClassName
{
color: #4DD96B;
}
.AnyTagClassName
{
color: #4DD96B;
}
</style>
background-color css
<style>
a { background-color: #4DD96B; }
a { background-color: rgb(77,217,107); }
div.DivClassName
{
background-color: #4DD96B;
}
.BgClassName
{
background-color: #4DD96B;
}
</style>
border-color css
<style>
span { border-color: #4DD96B; }
span { border-color: rgb(77,217,107); }
td.TdClassName
{
border-color: #4DD96B;
}
.TagClassName
{
border-color: #4DD96B;
}
</style>