Shades of Emerald #4DCD5F
Tints of Emerald #4DCD5F
RGB
CMYK
RGB Variations
Color information
#4DCD5F (or 0x4DCD5F) is known color: Emerald. HEX triplet: 4D, CD and 5F. RGB value is (77,205,95). Sum of RGB (Red+Green+Blue) = 77+205+95=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD5F is #B232A0. Grayscale: #9A9A9A. Windows color (decimal): -11678369 or 6278477. OLE color: 6278477.
HSL color Cylindrical-coordinate representation of color #4DCD5F: hue angle of 128.44º 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 #4DCD5F is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 95 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.20 |
| HSL | 128.44º | 0.56% | 0.55% | - |
| HSV(B) | 128.44º | 0.62% | 0.8% | - |
| XYZ | 26.96 | 46.07 | 18.3 | - |
| YUV | 154.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 95 | 0.62 | 0 | 0.54 | 0.20 | 128.44 | 0.56 | 0.55 |
| Hex | 4D | CD | 5F | 3E | 0 | 36 | 14 | 80 | 38 | 37 |
| Octal | 115 | 315 | 137 | 76 | 0 | 66 | 24 | 200 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1011111 | 111110 | 0 | 110110 | 10100 | 10000000 | 111000 | 110111 |
Color Harmonies of #4DCD5F
Complementary color
Monochromatic Colors of #4DCD5F
Black with #4DCD5F
Text Example
Text Example
White with #4DCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD5F; }
p { color: rgb(77,205,95); }
H1.HeaderClassName
{
color: #4DCD5F;
}
.AnyTagClassName
{
color: #4DCD5F;
}
</style>
background-color css
<style>
a { background-color: #4DCD5F; }
a { background-color: rgb(77,205,95); }
div.DivClassName
{
background-color: #4DCD5F;
}
.BgClassName
{
background-color: #4DCD5F;
}
</style>
border-color css
<style>
span { border-color: #4DCD5F; }
span { border-color: rgb(77,205,95); }
td.TdClassName
{
border-color: #4DCD5F;
}
.TagClassName
{
border-color: #4DCD5F;
}
</style>