Shades of Emerald #4DED77
Tints of Emerald #4DED77
RGB
CMYK
RGB Variations
Color information
#4DED77 (or 0x4DED77) is known color: Emerald. HEX triplet: 4D, ED and 77. RGB value is (77,237,119). Sum of RGB (Red+Green+Blue) = 77+237+119=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4DED77 is #B21288. Grayscale: #B0B0B0. Windows color (decimal): -11670153 or 7859533. OLE color: 7859533.
HSL color Cylindrical-coordinate representation of color #4DED77: hue angle of 135.75º 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 #4DED77 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 119 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.07 |
| HSL | 135.75º | 0.82% | 0.62% | - |
| HSV(B) | 135.75º | 0.68% | 0.93% | - |
| XYZ | 36.67 | 63.48 | 27.77 | - |
| YUV | 175.71 | 95.99 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 119 | 0.68 | 0 | 0.50 | 0.07 | 135.75 | 0.82 | 0.62 |
| Hex | 4D | ED | 77 | 44 | 0 | 32 | 7 | 88 | 52 | 3E |
| Octal | 115 | 355 | 167 | 104 | 0 | 62 | 7 | 210 | 122 | 76 |
| Binary | 1001101 | 11101101 | 1110111 | 1000100 | 0 | 110010 | 111 | 10001000 | 1010010 | 111110 |
Color Harmonies of #4DED77
Complementary color
Monochromatic Colors of #4DED77
Black with #4DED77
Text Example
Text Example
White with #4DED77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED77; }
p { color: rgb(77,237,119); }
H1.HeaderClassName
{
color: #4DED77;
}
.AnyTagClassName
{
color: #4DED77;
}
</style>
background-color css
<style>
a { background-color: #4DED77; }
a { background-color: rgb(77,237,119); }
div.DivClassName
{
background-color: #4DED77;
}
.BgClassName
{
background-color: #4DED77;
}
</style>
border-color css
<style>
span { border-color: #4DED77; }
span { border-color: rgb(77,237,119); }
td.TdClassName
{
border-color: #4DED77;
}
.TagClassName
{
border-color: #4DED77;
}
</style>