Shades of Emerald #4DCD6C
Tints of Emerald #4DCD6C
RGB
CMYK
RGB Variations
Color information
#4DCD6C (or 0x4DCD6C) is known color: Emerald. HEX triplet: 4D, CD and 6C. RGB value is (77,205,108). Sum of RGB (Red+Green+Blue) = 77+205+108=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD6C is #B23293. Grayscale: #9B9B9B. Windows color (decimal): -11678356 or 7130445. OLE color: 7130445.
HSL color Cylindrical-coordinate representation of color #4DCD6C: hue angle of 134.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 #4DCD6C is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 108 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.20 |
| HSL | 134.53º | 0.56% | 0.55% | - |
| HSV(B) | 134.53º | 0.62% | 0.8% | - |
| XYZ | 27.6 | 46.32 | 21.67 | - |
| YUV | 155.67 | 101.09 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 108 | 0.62 | 0 | 0.47 | 0.20 | 134.53 | 0.56 | 0.55 |
| Hex | 4D | CD | 6C | 3E | 0 | 2F | 14 | 87 | 38 | 37 |
| Octal | 115 | 315 | 154 | 76 | 0 | 57 | 24 | 207 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1101100 | 111110 | 0 | 101111 | 10100 | 10000111 | 111000 | 110111 |
Color Harmonies of #4DCD6C
Complementary color
Monochromatic Colors of #4DCD6C
Black with #4DCD6C
Text Example
Text Example
White with #4DCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD6C; }
p { color: rgb(77,205,108); }
H1.HeaderClassName
{
color: #4DCD6C;
}
.AnyTagClassName
{
color: #4DCD6C;
}
</style>
background-color css
<style>
a { background-color: #4DCD6C; }
a { background-color: rgb(77,205,108); }
div.DivClassName
{
background-color: #4DCD6C;
}
.BgClassName
{
background-color: #4DCD6C;
}
</style>
border-color css
<style>
span { border-color: #4DCD6C; }
span { border-color: rgb(77,205,108); }
td.TdClassName
{
border-color: #4DCD6C;
}
.TagClassName
{
border-color: #4DCD6C;
}
</style>