Shades of Emerald #4DCD87
Tints of Emerald #4DCD87
RGB
CMYK
RGB Variations
Color information
#4DCD87 (or 0x4DCD87) is known color: Emerald. HEX triplet: 4D, CD and 87. RGB value is (77,205,135). Sum of RGB (Red+Green+Blue) = 77+205+135=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD87 is #B23278. Grayscale: #9E9E9E. Windows color (decimal): -11678329 or 8899917. OLE color: 8899917.
HSL color Cylindrical-coordinate representation of color #4DCD87: hue angle of 147.19º 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 #4DCD87 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 135 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.20 |
| HSL | 147.19º | 0.56% | 0.55% | - |
| HSV(B) | 147.19º | 0.62% | 0.8% | - |
| XYZ | 29.27 | 46.99 | 30.45 | - |
| YUV | 158.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 135 | 0.62 | 0 | 0.34 | 0.20 | 147.19 | 0.56 | 0.55 |
| Hex | 4D | CD | 87 | 3E | 0 | 22 | 14 | 93 | 38 | 37 |
| Octal | 115 | 315 | 207 | 76 | 0 | 42 | 24 | 223 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10000111 | 111110 | 0 | 100010 | 10100 | 10010011 | 111000 | 110111 |
Color Harmonies of #4DCD87
Complementary color
Monochromatic Colors of #4DCD87
Black with #4DCD87
Text Example
Text Example
White with #4DCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD87; }
p { color: rgb(77,205,135); }
H1.HeaderClassName
{
color: #4DCD87;
}
.AnyTagClassName
{
color: #4DCD87;
}
</style>
background-color css
<style>
a { background-color: #4DCD87; }
a { background-color: rgb(77,205,135); }
div.DivClassName
{
background-color: #4DCD87;
}
.BgClassName
{
background-color: #4DCD87;
}
</style>
border-color css
<style>
span { border-color: #4DCD87; }
span { border-color: rgb(77,205,135); }
td.TdClassName
{
border-color: #4DCD87;
}
.TagClassName
{
border-color: #4DCD87;
}
</style>