Shades of Emerald #4DCD7B
Tints of Emerald #4DCD7B
RGB
CMYK
RGB Variations
Color information
#4DCD7B (or 0x4DCD7B) is known color: Emerald. HEX triplet: 4D, CD and 7B. RGB value is (77,205,123). Sum of RGB (Red+Green+Blue) = 77+205+123=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD7B is #B23284. Grayscale: #9D9D9D. Windows color (decimal): -11678341 or 8113485. OLE color: 8113485.
HSL color Cylindrical-coordinate representation of color #4DCD7B: hue angle of 141.56º 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 #4DCD7B is Cyan = 0.62, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 123 | - |
| CMYK | 0.62 | 0 | 0.4 | 0.20 |
| HSL | 141.56º | 0.56% | 0.55% | - |
| HSV(B) | 141.56º | 0.62% | 0.8% | - |
| XYZ | 28.47 | 46.67 | 26.25 | - |
| YUV | 157.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 123 | 0.62 | 0 | 0.4 | 0.20 | 141.56 | 0.56 | 0.55 |
| Hex | 4D | CD | 7B | 3E | 0 | 28 | 14 | 8E | 38 | 37 |
| Octal | 115 | 315 | 173 | 76 | 0 | 50 | 24 | 216 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1111011 | 111110 | 0 | 101000 | 10100 | 10001110 | 111000 | 110111 |
Color Harmonies of #4DCD7B
Complementary color
Monochromatic Colors of #4DCD7B
Black with #4DCD7B
Text Example
Text Example
White with #4DCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD7B; }
p { color: rgb(77,205,123); }
H1.HeaderClassName
{
color: #4DCD7B;
}
.AnyTagClassName
{
color: #4DCD7B;
}
</style>
background-color css
<style>
a { background-color: #4DCD7B; }
a { background-color: rgb(77,205,123); }
div.DivClassName
{
background-color: #4DCD7B;
}
.BgClassName
{
background-color: #4DCD7B;
}
</style>
border-color css
<style>
span { border-color: #4DCD7B; }
span { border-color: rgb(77,205,123); }
td.TdClassName
{
border-color: #4DCD7B;
}
.TagClassName
{
border-color: #4DCD7B;
}
</style>