Shades of Emerald #4DDD58
Tints of Emerald #4DDD58
RGB
CMYK
RGB Variations
Color information
#4DDD58 (or 0x4DDD58) is known color: Emerald. HEX triplet: 4D, DD and 58. RGB value is (77,221,88). Sum of RGB (Red+Green+Blue) = 77+221+88=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDD58 is #B222A7. Grayscale: #A3A3A3. Windows color (decimal): -11674280 or 5823821. OLE color: 5823821.
HSL color Cylindrical-coordinate representation of color #4DDD58: hue angle of 124.58º 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 #4DDD58 is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 88 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.13 |
| HSL | 124.58º | 0.68% | 0.58% | - |
| HSV(B) | 124.58º | 0.65% | 0.87% | - |
| XYZ | 30.68 | 54 | 18.04 | - |
| YUV | 162.78 | 85.79 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 88 | 0.65 | 0 | 0.60 | 0.13 | 124.58 | 0.68 | 0.58 |
| Hex | 4D | DD | 58 | 41 | 0 | 3C | D | 7D | 44 | 3A |
| Octal | 115 | 335 | 130 | 101 | 0 | 74 | 15 | 175 | 104 | 72 |
| Binary | 1001101 | 11011101 | 1011000 | 1000001 | 0 | 111100 | 1101 | 1111101 | 1000100 | 111010 |
Color Harmonies of #4DDD58
Complementary color
Monochromatic Colors of #4DDD58
Black with #4DDD58
Text Example
Text Example
White with #4DDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDD58; }
p { color: rgb(77,221,88); }
H1.HeaderClassName
{
color: #4DDD58;
}
.AnyTagClassName
{
color: #4DDD58;
}
</style>
background-color css
<style>
a { background-color: #4DDD58; }
a { background-color: rgb(77,221,88); }
div.DivClassName
{
background-color: #4DDD58;
}
.BgClassName
{
background-color: #4DDD58;
}
</style>
border-color css
<style>
span { border-color: #4DDD58; }
span { border-color: rgb(77,221,88); }
td.TdClassName
{
border-color: #4DDD58;
}
.TagClassName
{
border-color: #4DDD58;
}
</style>