Shades of Emerald #4DDD68
Tints of Emerald #4DDD68
RGB
CMYK
RGB Variations
Color information
#4DDD68 (or 0x4DDD68) is known color: Emerald. HEX triplet: 4D, DD and 68. RGB value is (77,221,104). Sum of RGB (Red+Green+Blue) = 77+221+104=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDD68 is #B22297. Grayscale: #A4A4A4. Windows color (decimal): -11674264 or 6872397. OLE color: 6872397.
HSL color Cylindrical-coordinate representation of color #4DDD68: hue angle of 131.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDD68 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 104 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.13 |
| HSL | 131.25º | 0.68% | 0.58% | - |
| HSV(B) | 131.25º | 0.65% | 0.87% | - |
| XYZ | 31.42 | 54.29 | 21.92 | - |
| YUV | 164.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 104 | 0.65 | 0 | 0.53 | 0.13 | 131.25 | 0.68 | 0.58 |
| Hex | 4D | DD | 68 | 41 | 0 | 35 | D | 83 | 44 | 3A |
| Octal | 115 | 335 | 150 | 101 | 0 | 65 | 15 | 203 | 104 | 72 |
| Binary | 1001101 | 11011101 | 1101000 | 1000001 | 0 | 110101 | 1101 | 10000011 | 1000100 | 111010 |
Color Harmonies of #4DDD68
Complementary color
Monochromatic Colors of #4DDD68
Black with #4DDD68
Text Example
Text Example
White with #4DDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD68; }
p { color: rgb(77,221,104); }
H1.HeaderClassName
{
color: #4DDD68;
}
.AnyTagClassName
{
color: #4DDD68;
}
</style>
background-color css
<style>
a { background-color: #4DDD68; }
a { background-color: rgb(77,221,104); }
div.DivClassName
{
background-color: #4DDD68;
}
.BgClassName
{
background-color: #4DDD68;
}
</style>
border-color css
<style>
span { border-color: #4DDD68; }
span { border-color: rgb(77,221,104); }
td.TdClassName
{
border-color: #4DDD68;
}
.TagClassName
{
border-color: #4DDD68;
}
</style>