Shades of Emerald #4DC57D
Tints of Emerald #4DC57D
RGB
CMYK
RGB Variations
Color information
#4DC57D (or 0x4DC57D) is known color: Emerald. HEX triplet: 4D, C5 and 7D. RGB value is (77,197,125). Sum of RGB (Red+Green+Blue) = 77+197+125=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #4DC57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC57D is #B23A82. Grayscale: #999999. Windows color (decimal): -11680387 or 8242509. OLE color: 8242509.
HSL color Cylindrical-coordinate representation of color #4DC57D: hue angle of 144º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC57D is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 197 | 125 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.23 |
| HSL | 144º | 0.51% | 0.54% | - |
| HSV(B) | 144º | 0.61% | 0.77% | - |
| XYZ | 26.73 | 42.99 | 26.29 | - |
| YUV | 152.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 197 | 125 | 0.61 | 0 | 0.37 | 0.23 | 144 | 0.51 | 0.54 |
| Hex | 4D | C5 | 7D | 3D | 0 | 25 | 17 | 90 | 33 | 36 |
| Octal | 115 | 305 | 175 | 75 | 0 | 45 | 27 | 220 | 63 | 66 |
| Binary | 1001101 | 11000101 | 1111101 | 111101 | 0 | 100101 | 10111 | 10010000 | 110011 | 110110 |
Color Harmonies of #4DC57D
Complementary color
Monochromatic Colors of #4DC57D
Black with #4DC57D
Text Example
Text Example
White with #4DC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC57D; }
p { color: rgb(77,197,125); }
H1.HeaderClassName
{
color: #4DC57D;
}
.AnyTagClassName
{
color: #4DC57D;
}
</style>
background-color css
<style>
a { background-color: #4DC57D; }
a { background-color: rgb(77,197,125); }
div.DivClassName
{
background-color: #4DC57D;
}
.BgClassName
{
background-color: #4DC57D;
}
</style>
border-color css
<style>
span { border-color: #4DC57D; }
span { border-color: rgb(77,197,125); }
td.TdClassName
{
border-color: #4DC57D;
}
.TagClassName
{
border-color: #4DC57D;
}
</style>