Shades of Emerald #4DD57D
Tints of Emerald #4DD57D
RGB
CMYK
RGB Variations
Color information
#4DD57D (or 0x4DD57D) is known color: Emerald. HEX triplet: 4D, D5 and 7D. RGB value is (77,213,125). Sum of RGB (Red+Green+Blue) = 77+213+125=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD57D is #B22A82. Grayscale: #A2A2A2. Windows color (decimal): -11676291 or 8246605. OLE color: 8246605.
HSL color Cylindrical-coordinate representation of color #4DD57D: hue angle of 141.18º 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 #4DD57D is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 125 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.16 |
| HSL | 141.18º | 0.62% | 0.57% | - |
| HSV(B) | 141.18º | 0.64% | 0.84% | - |
| XYZ | 30.56 | 50.65 | 27.57 | - |
| YUV | 162.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 125 | 0.64 | 0 | 0.41 | 0.16 | 141.18 | 0.62 | 0.57 |
| Hex | 4D | D5 | 7D | 40 | 0 | 29 | 10 | 8D | 3E | 39 |
| Octal | 115 | 325 | 175 | 100 | 0 | 51 | 20 | 215 | 76 | 71 |
| Binary | 1001101 | 11010101 | 1111101 | 1000000 | 0 | 101001 | 10000 | 10001101 | 111110 | 111001 |
Color Harmonies of #4DD57D
Complementary color
Monochromatic Colors of #4DD57D
Black with #4DD57D
Text Example
Text Example
White with #4DD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD57D; }
p { color: rgb(77,213,125); }
H1.HeaderClassName
{
color: #4DD57D;
}
.AnyTagClassName
{
color: #4DD57D;
}
</style>
background-color css
<style>
a { background-color: #4DD57D; }
a { background-color: rgb(77,213,125); }
div.DivClassName
{
background-color: #4DD57D;
}
.BgClassName
{
background-color: #4DD57D;
}
</style>
border-color css
<style>
span { border-color: #4DD57D; }
span { border-color: rgb(77,213,125); }
td.TdClassName
{
border-color: #4DD57D;
}
.TagClassName
{
border-color: #4DD57D;
}
</style>