Shades of Emerald #4DCD8C
Tints of Emerald #4DCD8C
RGB
CMYK
RGB Variations
Color information
#4DCD8C (or 0x4DCD8C) is known color: Emerald. HEX triplet: 4D, CD and 8C. RGB value is (77,205,140). Sum of RGB (Red+Green+Blue) = 77+205+140=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD8C is #B23273. Grayscale: #9F9F9F. Windows color (decimal): -11678324 or 9227597. OLE color: 9227597.
HSL color Cylindrical-coordinate representation of color #4DCD8C: hue angle of 149.53º 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 #4DCD8C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 140 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.20 |
| HSL | 149.53º | 0.56% | 0.55% | - |
| HSV(B) | 149.53º | 0.62% | 0.8% | - |
| XYZ | 29.63 | 47.13 | 32.35 | - |
| YUV | 159.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 140 | 0.62 | 0 | 0.32 | 0.20 | 149.53 | 0.56 | 0.55 |
| Hex | 4D | CD | 8C | 3E | 0 | 20 | 14 | 96 | 38 | 37 |
| Octal | 115 | 315 | 214 | 76 | 0 | 40 | 24 | 226 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10001100 | 111110 | 0 | 100000 | 10100 | 10010110 | 111000 | 110111 |
Color Harmonies of #4DCD8C
Complementary color
Monochromatic Colors of #4DCD8C
Black with #4DCD8C
Text Example
Text Example
White with #4DCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD8C; }
p { color: rgb(77,205,140); }
H1.HeaderClassName
{
color: #4DCD8C;
}
.AnyTagClassName
{
color: #4DCD8C;
}
</style>
background-color css
<style>
a { background-color: #4DCD8C; }
a { background-color: rgb(77,205,140); }
div.DivClassName
{
background-color: #4DCD8C;
}
.BgClassName
{
background-color: #4DCD8C;
}
</style>
border-color css
<style>
span { border-color: #4DCD8C; }
span { border-color: rgb(77,205,140); }
td.TdClassName
{
border-color: #4DCD8C;
}
.TagClassName
{
border-color: #4DCD8C;
}
</style>