Shades of Emerald #4DCD86
Tints of Emerald #4DCD86
RGB
CMYK
RGB Variations
Color information
#4DCD86 (or 0x4DCD86) is known color: Emerald. HEX triplet: 4D, CD and 86. RGB value is (77,205,134). Sum of RGB (Red+Green+Blue) = 77+205+134=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD86 is #B23279. Grayscale: #9E9E9E. Windows color (decimal): -11678330 or 8834381. OLE color: 8834381.
HSL color Cylindrical-coordinate representation of color #4DCD86: hue angle of 146.72º 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 #4DCD86 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 134 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.20 |
| HSL | 146.72º | 0.56% | 0.55% | - |
| HSV(B) | 146.72º | 0.62% | 0.8% | - |
| XYZ | 29.19 | 46.96 | 30.08 | - |
| YUV | 158.63 | 114.09 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 134 | 0.62 | 0 | 0.35 | 0.20 | 146.72 | 0.56 | 0.55 |
| Hex | 4D | CD | 86 | 3E | 0 | 23 | 14 | 93 | 38 | 37 |
| Octal | 115 | 315 | 206 | 76 | 0 | 43 | 24 | 223 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10000110 | 111110 | 0 | 100011 | 10100 | 10010011 | 111000 | 110111 |
Color Harmonies of #4DCD86
Complementary color
Monochromatic Colors of #4DCD86
Black with #4DCD86
Text Example
Text Example
White with #4DCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD86; }
p { color: rgb(77,205,134); }
H1.HeaderClassName
{
color: #4DCD86;
}
.AnyTagClassName
{
color: #4DCD86;
}
</style>
background-color css
<style>
a { background-color: #4DCD86; }
a { background-color: rgb(77,205,134); }
div.DivClassName
{
background-color: #4DCD86;
}
.BgClassName
{
background-color: #4DCD86;
}
</style>
border-color css
<style>
span { border-color: #4DCD86; }
span { border-color: rgb(77,205,134); }
td.TdClassName
{
border-color: #4DCD86;
}
.TagClassName
{
border-color: #4DCD86;
}
</style>