Shades of Emerald #4DCD7F
Tints of Emerald #4DCD7F
RGB
CMYK
RGB Variations
Color information
#4DCD7F (or 0x4DCD7F) is known color: Emerald. HEX triplet: 4D, CD and 7F. RGB value is (77,205,127). Sum of RGB (Red+Green+Blue) = 77+205+127=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD7F is #B23280. Grayscale: #9E9E9E. Windows color (decimal): -11678337 or 8375629. OLE color: 8375629.
HSL color Cylindrical-coordinate representation of color #4DCD7F: hue angle of 143.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 #4DCD7F is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 127 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.20 |
| HSL | 143.44º | 0.56% | 0.55% | - |
| HSV(B) | 143.44º | 0.62% | 0.8% | - |
| XYZ | 28.72 | 46.77 | 27.59 | - |
| YUV | 157.84 | 110.59 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 127 | 0.62 | 0 | 0.38 | 0.20 | 143.44 | 0.56 | 0.55 |
| Hex | 4D | CD | 7F | 3E | 0 | 26 | 14 | 8F | 38 | 37 |
| Octal | 115 | 315 | 177 | 76 | 0 | 46 | 24 | 217 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1111111 | 111110 | 0 | 100110 | 10100 | 10001111 | 111000 | 110111 |
Color Harmonies of #4DCD7F
Complementary color
Monochromatic Colors of #4DCD7F
Black with #4DCD7F
Text Example
Text Example
White with #4DCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD7F; }
p { color: rgb(77,205,127); }
H1.HeaderClassName
{
color: #4DCD7F;
}
.AnyTagClassName
{
color: #4DCD7F;
}
</style>
background-color css
<style>
a { background-color: #4DCD7F; }
a { background-color: rgb(77,205,127); }
div.DivClassName
{
background-color: #4DCD7F;
}
.BgClassName
{
background-color: #4DCD7F;
}
</style>
border-color css
<style>
span { border-color: #4DCD7F; }
span { border-color: rgb(77,205,127); }
td.TdClassName
{
border-color: #4DCD7F;
}
.TagClassName
{
border-color: #4DCD7F;
}
</style>