Shades of Emerald #4DD558
Tints of Emerald #4DD558
RGB
CMYK
RGB Variations
Color information
#4DD558 (or 0x4DD558) is known color: Emerald. HEX triplet: 4D, D5 and 58. RGB value is (77,213,88). Sum of RGB (Red+Green+Blue) = 77+213+88=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD558 is #B22AA7. Grayscale: #9E9E9E. Windows color (decimal): -11676328 or 5821773. OLE color: 5821773.
HSL color Cylindrical-coordinate representation of color #4DD558: hue angle of 124.85º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD558 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 88 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.16 |
| HSL | 124.85º | 0.62% | 0.57% | - |
| HSV(B) | 124.85º | 0.64% | 0.84% | - |
| XYZ | 28.62 | 49.87 | 17.35 | - |
| YUV | 158.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 88 | 0.64 | 0 | 0.59 | 0.16 | 124.85 | 0.62 | 0.57 |
| Hex | 4D | D5 | 58 | 40 | 0 | 3B | 10 | 7D | 3E | 39 |
| Octal | 115 | 325 | 130 | 100 | 0 | 73 | 20 | 175 | 76 | 71 |
| Binary | 1001101 | 11010101 | 1011000 | 1000000 | 0 | 111011 | 10000 | 1111101 | 111110 | 111001 |
Color Harmonies of #4DD558
Complementary color
Monochromatic Colors of #4DD558
Black with #4DD558
Text Example
Text Example
White with #4DD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD558; }
p { color: rgb(77,213,88); }
H1.HeaderClassName
{
color: #4DD558;
}
.AnyTagClassName
{
color: #4DD558;
}
</style>
background-color css
<style>
a { background-color: #4DD558; }
a { background-color: rgb(77,213,88); }
div.DivClassName
{
background-color: #4DD558;
}
.BgClassName
{
background-color: #4DD558;
}
</style>
border-color css
<style>
span { border-color: #4DD558; }
span { border-color: rgb(77,213,88); }
td.TdClassName
{
border-color: #4DD558;
}
.TagClassName
{
border-color: #4DD558;
}
</style>