Shades of Emerald #4DCD8B
Tints of Emerald #4DCD8B
RGB
CMYK
RGB Variations
Color information
#4DCD8B (or 0x4DCD8B) is known color: Emerald. HEX triplet: 4D, CD and 8B. RGB value is (77,205,139). Sum of RGB (Red+Green+Blue) = 77+205+139=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD8B is #B23274. Grayscale: #9F9F9F. Windows color (decimal): -11678325 or 9162061. OLE color: 9162061.
HSL color Cylindrical-coordinate representation of color #4DCD8B: hue angle of 149.06º 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 #4DCD8B is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 139 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.20 |
| HSL | 149.06º | 0.56% | 0.55% | - |
| HSV(B) | 149.06º | 0.62% | 0.8% | - |
| XYZ | 29.55 | 47.1 | 31.96 | - |
| YUV | 159.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 139 | 0.62 | 0 | 0.32 | 0.20 | 149.06 | 0.56 | 0.55 |
| Hex | 4D | CD | 8B | 3E | 0 | 20 | 14 | 95 | 38 | 37 |
| Octal | 115 | 315 | 213 | 76 | 0 | 40 | 24 | 225 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10001011 | 111110 | 0 | 100000 | 10100 | 10010101 | 111000 | 110111 |
Color Harmonies of #4DCD8B
Complementary color
Monochromatic Colors of #4DCD8B
Black with #4DCD8B
Text Example
Text Example
White with #4DCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD8B; }
p { color: rgb(77,205,139); }
H1.HeaderClassName
{
color: #4DCD8B;
}
.AnyTagClassName
{
color: #4DCD8B;
}
</style>
background-color css
<style>
a { background-color: #4DCD8B; }
a { background-color: rgb(77,205,139); }
div.DivClassName
{
background-color: #4DCD8B;
}
.BgClassName
{
background-color: #4DCD8B;
}
</style>
border-color css
<style>
span { border-color: #4DCD8B; }
span { border-color: rgb(77,205,139); }
td.TdClassName
{
border-color: #4DCD8B;
}
.TagClassName
{
border-color: #4DCD8B;
}
</style>