Shades of Emerald #4DDC8B
Tints of Emerald #4DDC8B
RGB
CMYK
RGB Variations
Color information
#4DDC8B (or 0x4DDC8B) is known color: Emerald. HEX triplet: 4D, DC and 8B. RGB value is (77,220,139). Sum of RGB (Red+Green+Blue) = 77+220+139=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDC8B is #B22374. Grayscale: #A8A8A8. Windows color (decimal): -11674485 or 9165901. OLE color: 9165901.
HSL color Cylindrical-coordinate representation of color #4DDC8B: hue angle of 146.01º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDC8B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 139 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.14 |
| HSL | 146.01º | 0.67% | 0.58% | - |
| HSV(B) | 146.01º | 0.65% | 0.86% | - |
| XYZ | 33.31 | 54.63 | 33.21 | - |
| YUV | 168.01 | 111.62 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 139 | 0.65 | 0 | 0.37 | 0.14 | 146.01 | 0.67 | 0.58 |
| Hex | 4D | DC | 8B | 41 | 0 | 25 | E | 92 | 43 | 3A |
| Octal | 115 | 334 | 213 | 101 | 0 | 45 | 16 | 222 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10001011 | 1000001 | 0 | 100101 | 1110 | 10010010 | 1000011 | 111010 |
Color Harmonies of #4DDC8B
Complementary color
Monochromatic Colors of #4DDC8B
Black with #4DDC8B
Text Example
Text Example
White with #4DDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDC8B; }
p { color: rgb(77,220,139); }
H1.HeaderClassName
{
color: #4DDC8B;
}
.AnyTagClassName
{
color: #4DDC8B;
}
</style>
background-color css
<style>
a { background-color: #4DDC8B; }
a { background-color: rgb(77,220,139); }
div.DivClassName
{
background-color: #4DDC8B;
}
.BgClassName
{
background-color: #4DDC8B;
}
</style>
border-color css
<style>
span { border-color: #4DDC8B; }
span { border-color: rgb(77,220,139); }
td.TdClassName
{
border-color: #4DDC8B;
}
.TagClassName
{
border-color: #4DDC8B;
}
</style>