Shades of Emerald #4DED8A
Tints of Emerald #4DED8A
RGB
CMYK
RGB Variations
Color information
#4DED8A (or 0x4DED8A) is known color: Emerald. HEX triplet: 4D, ED and 8A. RGB value is (77,237,138). Sum of RGB (Red+Green+Blue) = 77+237+138=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DED8A is #B21275. Grayscale: #B2B2B2. Windows color (decimal): -11670134 or 9104717. OLE color: 9104717.
HSL color Cylindrical-coordinate representation of color #4DED8A: hue angle of 142.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DED8A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 138 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.07 |
| HSL | 142.88º | 0.82% | 0.62% | - |
| HSV(B) | 142.88º | 0.68% | 0.93% | - |
| XYZ | 37.93 | 63.98 | 34.4 | - |
| YUV | 177.87 | 105.49 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 138 | 0.68 | 0 | 0.42 | 0.07 | 142.88 | 0.82 | 0.62 |
| Hex | 4D | ED | 8A | 44 | 0 | 2A | 7 | 8F | 52 | 3E |
| Octal | 115 | 355 | 212 | 104 | 0 | 52 | 7 | 217 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10001010 | 1000100 | 0 | 101010 | 111 | 10001111 | 1010010 | 111110 |
Color Harmonies of #4DED8A
Complementary color
Monochromatic Colors of #4DED8A
Black with #4DED8A
Text Example
Text Example
White with #4DED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED8A; }
p { color: rgb(77,237,138); }
H1.HeaderClassName
{
color: #4DED8A;
}
.AnyTagClassName
{
color: #4DED8A;
}
</style>
background-color css
<style>
a { background-color: #4DED8A; }
a { background-color: rgb(77,237,138); }
div.DivClassName
{
background-color: #4DED8A;
}
.BgClassName
{
background-color: #4DED8A;
}
</style>
border-color css
<style>
span { border-color: #4DED8A; }
span { border-color: rgb(77,237,138); }
td.TdClassName
{
border-color: #4DED8A;
}
.TagClassName
{
border-color: #4DED8A;
}
</style>