Shades of Emerald #4DCD8A
Tints of Emerald #4DCD8A
RGB
CMYK
RGB Variations
Color information
#4DCD8A (or 0x4DCD8A) is known color: Emerald. HEX triplet: 4D, CD and 8A. RGB value is (77,205,138). Sum of RGB (Red+Green+Blue) = 77+205+138=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCD8A is #B23275. Grayscale: #9F9F9F. Windows color (decimal): -11678326 or 9096525. OLE color: 9096525.
HSL color Cylindrical-coordinate representation of color #4DCD8A: hue angle of 148.59º 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 #4DCD8A is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 138 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.20 |
| HSL | 148.59º | 0.56% | 0.55% | - |
| HSV(B) | 148.59º | 0.62% | 0.8% | - |
| XYZ | 29.48 | 47.08 | 31.58 | - |
| YUV | 159.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 138 | 0.62 | 0 | 0.33 | 0.20 | 148.59 | 0.56 | 0.55 |
| Hex | 4D | CD | 8A | 3E | 0 | 21 | 14 | 95 | 38 | 37 |
| Octal | 115 | 315 | 212 | 76 | 0 | 41 | 24 | 225 | 70 | 67 |
| Binary | 1001101 | 11001101 | 10001010 | 111110 | 0 | 100001 | 10100 | 10010101 | 111000 | 110111 |
Color Harmonies of #4DCD8A
Complementary color
Monochromatic Colors of #4DCD8A
Black with #4DCD8A
Text Example
Text Example
White with #4DCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD8A; }
p { color: rgb(77,205,138); }
H1.HeaderClassName
{
color: #4DCD8A;
}
.AnyTagClassName
{
color: #4DCD8A;
}
</style>
background-color css
<style>
a { background-color: #4DCD8A; }
a { background-color: rgb(77,205,138); }
div.DivClassName
{
background-color: #4DCD8A;
}
.BgClassName
{
background-color: #4DCD8A;
}
</style>
border-color css
<style>
span { border-color: #4DCD8A; }
span { border-color: rgb(77,205,138); }
td.TdClassName
{
border-color: #4DCD8A;
}
.TagClassName
{
border-color: #4DCD8A;
}
</style>