Shades of Emerald #4DCD7A
Tints of Emerald #4DCD7A
RGB
CMYK
RGB Variations
Color information
#4DCD7A (or 0x4DCD7A) is known color: Emerald. HEX triplet: 4D, CD and 7A. RGB value is (77,205,122). Sum of RGB (Red+Green+Blue) = 77+205+122=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD7A is #B23285. Grayscale: #9D9D9D. Windows color (decimal): -11678342 or 8047949. OLE color: 8047949.
HSL color Cylindrical-coordinate representation of color #4DCD7A: hue angle of 141.09º 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 #4DCD7A is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 122 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.20 |
| HSL | 141.09º | 0.56% | 0.55% | - |
| HSV(B) | 141.09º | 0.62% | 0.8% | - |
| XYZ | 28.4 | 46.65 | 25.92 | - |
| YUV | 157.27 | 108.09 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 122 | 0.62 | 0 | 0.40 | 0.20 | 141.09 | 0.56 | 0.55 |
| Hex | 4D | CD | 7A | 3E | 0 | 28 | 14 | 8D | 38 | 37 |
| Octal | 115 | 315 | 172 | 76 | 0 | 50 | 24 | 215 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1111010 | 111110 | 0 | 101000 | 10100 | 10001101 | 111000 | 110111 |
Color Harmonies of #4DCD7A
Complementary color
Monochromatic Colors of #4DCD7A
Black with #4DCD7A
Text Example
Text Example
White with #4DCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD7A; }
p { color: rgb(77,205,122); }
H1.HeaderClassName
{
color: #4DCD7A;
}
.AnyTagClassName
{
color: #4DCD7A;
}
</style>
background-color css
<style>
a { background-color: #4DCD7A; }
a { background-color: rgb(77,205,122); }
div.DivClassName
{
background-color: #4DCD7A;
}
.BgClassName
{
background-color: #4DCD7A;
}
</style>
border-color css
<style>
span { border-color: #4DCD7A; }
span { border-color: rgb(77,205,122); }
td.TdClassName
{
border-color: #4DCD7A;
}
.TagClassName
{
border-color: #4DCD7A;
}
</style>