Shades of Emerald #4DC078
Tints of Emerald #4DC078
RGB
CMYK
RGB Variations
Color information
#4DC078 (or 0x4DC078) is known color: Emerald. HEX triplet: 4D, C0 and 78. RGB value is (77,192,120). Sum of RGB (Red+Green+Blue) = 77+192+120=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC078 is #B23F87. Grayscale: #959595. Windows color (decimal): -11681672 or 7913549. OLE color: 7913549.
HSL color Cylindrical-coordinate representation of color #4DC078: hue angle of 142.43º 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 #4DC078 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 120 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.25 |
| HSL | 142.43º | 0.48% | 0.53% | - |
| HSV(B) | 142.43º | 0.6% | 0.75% | - |
| XYZ | 25.3 | 40.63 | 24.28 | - |
| YUV | 149.41 | 111.4 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 120 | 0.60 | 0 | 0.38 | 0.25 | 142.43 | 0.48 | 0.53 |
| Hex | 4D | C0 | 78 | 3C | 0 | 26 | 19 | 8E | 30 | 35 |
| Octal | 115 | 300 | 170 | 74 | 0 | 46 | 31 | 216 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1111000 | 111100 | 0 | 100110 | 11001 | 10001110 | 110000 | 110101 |
Color Harmonies of #4DC078
Complementary color
Monochromatic Colors of #4DC078
Black with #4DC078
Text Example
Text Example
White with #4DC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC078; }
p { color: rgb(77,192,120); }
H1.HeaderClassName
{
color: #4DC078;
}
.AnyTagClassName
{
color: #4DC078;
}
</style>
background-color css
<style>
a { background-color: #4DC078; }
a { background-color: rgb(77,192,120); }
div.DivClassName
{
background-color: #4DC078;
}
.BgClassName
{
background-color: #4DC078;
}
</style>
border-color css
<style>
span { border-color: #4DC078; }
span { border-color: rgb(77,192,120); }
td.TdClassName
{
border-color: #4DC078;
}
.TagClassName
{
border-color: #4DC078;
}
</style>