Shades of Emerald #4DCD5C
Tints of Emerald #4DCD5C
RGB
CMYK
RGB Variations
Color information
#4DCD5C (or 0x4DCD5C) is known color: Emerald. HEX triplet: 4D, CD and 5C. RGB value is (77,205,92). Sum of RGB (Red+Green+Blue) = 77+205+92=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCD5C is #B232A3. Grayscale: #9A9A9A. Windows color (decimal): -11678372 or 6081869. OLE color: 6081869.
HSL color Cylindrical-coordinate representation of color #4DCD5C: hue angle of 127.03º 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 #4DCD5C is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 92 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.20 |
| HSL | 127.03º | 0.56% | 0.55% | - |
| HSV(B) | 127.03º | 0.62% | 0.8% | - |
| XYZ | 26.82 | 46.01 | 17.59 | - |
| YUV | 153.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 92 | 0.62 | 0 | 0.55 | 0.20 | 127.03 | 0.56 | 0.55 |
| Hex | 4D | CD | 5C | 3E | 0 | 37 | 14 | 7F | 38 | 37 |
| Octal | 115 | 315 | 134 | 76 | 0 | 67 | 24 | 177 | 70 | 67 |
| Binary | 1001101 | 11001101 | 1011100 | 111110 | 0 | 110111 | 10100 | 1111111 | 111000 | 110111 |
Color Harmonies of #4DCD5C
Complementary color
Monochromatic Colors of #4DCD5C
Black with #4DCD5C
Text Example
Text Example
White with #4DCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD5C; }
p { color: rgb(77,205,92); }
H1.HeaderClassName
{
color: #4DCD5C;
}
.AnyTagClassName
{
color: #4DCD5C;
}
</style>
background-color css
<style>
a { background-color: #4DCD5C; }
a { background-color: rgb(77,205,92); }
div.DivClassName
{
background-color: #4DCD5C;
}
.BgClassName
{
background-color: #4DCD5C;
}
</style>
border-color css
<style>
span { border-color: #4DCD5C; }
span { border-color: rgb(77,205,92); }
td.TdClassName
{
border-color: #4DCD5C;
}
.TagClassName
{
border-color: #4DCD5C;
}
</style>