Shades of Emerald #4DC080
Tints of Emerald #4DC080
RGB
CMYK
RGB Variations
Color information
#4DC080 (or 0x4DC080) is known color: Emerald. HEX triplet: 4D, C0 and 80. RGB value is (77,192,128). Sum of RGB (Red+Green+Blue) = 77+192+128=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC080 is #B23F7F. Grayscale: #969696. Windows color (decimal): -11681664 or 8437837. OLE color: 8437837.
HSL color Cylindrical-coordinate representation of color #4DC080: hue angle of 146.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC080 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 128 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.25 |
| HSL | 146.61º | 0.48% | 0.53% | - |
| HSV(B) | 146.61º | 0.6% | 0.75% | - |
| XYZ | 25.81 | 40.84 | 26.94 | - |
| YUV | 150.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 128 | 0.60 | 0 | 0.33 | 0.25 | 146.61 | 0.48 | 0.53 |
| Hex | 4D | C0 | 80 | 3C | 0 | 21 | 19 | 93 | 30 | 35 |
| Octal | 115 | 300 | 200 | 74 | 0 | 41 | 31 | 223 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10000000 | 111100 | 0 | 100001 | 11001 | 10010011 | 110000 | 110101 |
Color Harmonies of #4DC080
Complementary color
Monochromatic Colors of #4DC080
Black with #4DC080
Text Example
Text Example
White with #4DC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC080; }
p { color: rgb(77,192,128); }
H1.HeaderClassName
{
color: #4DC080;
}
.AnyTagClassName
{
color: #4DC080;
}
</style>
background-color css
<style>
a { background-color: #4DC080; }
a { background-color: rgb(77,192,128); }
div.DivClassName
{
background-color: #4DC080;
}
.BgClassName
{
background-color: #4DC080;
}
</style>
border-color css
<style>
span { border-color: #4DC080; }
span { border-color: rgb(77,192,128); }
td.TdClassName
{
border-color: #4DC080;
}
.TagClassName
{
border-color: #4DC080;
}
</style>