Shades of Emerald #4DCD77
Tints of Emerald #4DCD77
RGB
CMYK
RGB Variations
Color information
#4DCD77 (or 0x4DCD77) is known color: Emerald. HEX triplet: 4D, CD and 77. RGB value is (77,205,119). Sum of RGB (Red+Green+Blue) = 77+205+119=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD77 is #B23288. Grayscale: #9D9D9D. Windows color (decimal): -11678345 or 7851341. OLE color: 7851341.
HSL color Cylindrical-coordinate representation of color #4DCD77: hue angle of 139.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCD77 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 119 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.20 |
| HSL | 139.69º | 0.56% | 0.55% | - |
| HSV(B) | 139.69º | 0.62% | 0.8% | - |
| XYZ | 28.22 | 46.57 | 24.95 | - |
| YUV | 156.92 | 106.59 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 119 | 0.62 | 0 | 0.42 | 0.20 | 139.69 | 0.56 | 0.55 |
| Hex | 4D | CD | 77 | 3E | 0 | 2A | 14 | 8C | 38 | 37 |
| Octal | 115 | 315 | 167 | 76 | 0 | 52 | 24 | 214 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1110111 | 111110 | 0 | 101010 | 10100 | 10001100 | 111000 | 110111 |
Color Harmonies of #4DCD77
Complementary color
Monochromatic Colors of #4DCD77
Black with #4DCD77
Text Example
Text Example
White with #4DCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD77; }
p { color: rgb(77,205,119); }
H1.HeaderClassName
{
color: #4DCD77;
}
.AnyTagClassName
{
color: #4DCD77;
}
</style>
background-color css
<style>
a { background-color: #4DCD77; }
a { background-color: rgb(77,205,119); }
div.DivClassName
{
background-color: #4DCD77;
}
.BgClassName
{
background-color: #4DCD77;
}
</style>
border-color css
<style>
span { border-color: #4DCD77; }
span { border-color: rgb(77,205,119); }
td.TdClassName
{
border-color: #4DCD77;
}
.TagClassName
{
border-color: #4DCD77;
}
</style>