Shades of Emerald #4DDA7F
Tints of Emerald #4DDA7F
RGB
CMYK
RGB Variations
Color information
#4DDA7F (or 0x4DDA7F) is known color: Emerald. HEX triplet: 4D, DA and 7F. RGB value is (77,218,127). Sum of RGB (Red+Green+Blue) = 77+218+127=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA7F is #B22580. Grayscale: #A5A5A5. Windows color (decimal): -11675009 or 8378957. OLE color: 8378957.
HSL color Cylindrical-coordinate representation of color #4DDA7F: hue angle of 141.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA7F is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 127 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.15 |
| HSL | 141.28º | 0.66% | 0.58% | - |
| HSV(B) | 141.28º | 0.65% | 0.85% | - |
| XYZ | 31.96 | 53.25 | 28.67 | - |
| YUV | 165.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 127 | 0.65 | 0 | 0.42 | 0.15 | 141.28 | 0.66 | 0.58 |
| Hex | 4D | DA | 7F | 41 | 0 | 2A | F | 8D | 42 | 3A |
| Octal | 115 | 332 | 177 | 101 | 0 | 52 | 17 | 215 | 102 | 72 |
| Binary | 1001101 | 11011010 | 1111111 | 1000001 | 0 | 101010 | 1111 | 10001101 | 1000010 | 111010 |
Color Harmonies of #4DDA7F
Complementary color
Monochromatic Colors of #4DDA7F
Black with #4DDA7F
Text Example
Text Example
White with #4DDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA7F; }
p { color: rgb(77,218,127); }
H1.HeaderClassName
{
color: #4DDA7F;
}
.AnyTagClassName
{
color: #4DDA7F;
}
</style>
background-color css
<style>
a { background-color: #4DDA7F; }
a { background-color: rgb(77,218,127); }
div.DivClassName
{
background-color: #4DDA7F;
}
.BgClassName
{
background-color: #4DDA7F;
}
</style>
border-color css
<style>
span { border-color: #4DDA7F; }
span { border-color: rgb(77,218,127); }
td.TdClassName
{
border-color: #4DDA7F;
}
.TagClassName
{
border-color: #4DDA7F;
}
</style>