Shades of Emerald #4DDA5C
Tints of Emerald #4DDA5C
RGB
CMYK
RGB Variations
Color information
#4DDA5C (or 0x4DDA5C) is known color: Emerald. HEX triplet: 4D, DA and 5C. RGB value is (77,218,92). Sum of RGB (Red+Green+Blue) = 77+218+92=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA5C is #B225A3. Grayscale: #A1A1A1. Windows color (decimal): -11675044 or 6085197. OLE color: 6085197.
HSL color Cylindrical-coordinate representation of color #4DDA5C: hue angle of 126.38º 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 #4DDA5C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 92 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.15 |
| HSL | 126.38º | 0.66% | 0.58% | - |
| HSV(B) | 126.38º | 0.65% | 0.85% | - |
| XYZ | 30.06 | 52.49 | 18.67 | - |
| YUV | 161.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 92 | 0.65 | 0 | 0.58 | 0.15 | 126.38 | 0.66 | 0.58 |
| Hex | 4D | DA | 5C | 41 | 0 | 3A | F | 7E | 42 | 3A |
| Octal | 115 | 332 | 134 | 101 | 0 | 72 | 17 | 176 | 102 | 72 |
| Binary | 1001101 | 11011010 | 1011100 | 1000001 | 0 | 111010 | 1111 | 1111110 | 1000010 | 111010 |
Color Harmonies of #4DDA5C
Complementary color
Monochromatic Colors of #4DDA5C
Black with #4DDA5C
Text Example
Text Example
White with #4DDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA5C; }
p { color: rgb(77,218,92); }
H1.HeaderClassName
{
color: #4DDA5C;
}
.AnyTagClassName
{
color: #4DDA5C;
}
</style>
background-color css
<style>
a { background-color: #4DDA5C; }
a { background-color: rgb(77,218,92); }
div.DivClassName
{
background-color: #4DDA5C;
}
.BgClassName
{
background-color: #4DDA5C;
}
</style>
border-color css
<style>
span { border-color: #4DDA5C; }
span { border-color: rgb(77,218,92); }
td.TdClassName
{
border-color: #4DDA5C;
}
.TagClassName
{
border-color: #4DDA5C;
}
</style>