Shades of Emerald #4DC072
Tints of Emerald #4DC072
RGB
CMYK
RGB Variations
Color information
#4DC072 (or 0x4DC072) is known color: Emerald. HEX triplet: 4D, C0 and 72. RGB value is (77,192,114). Sum of RGB (Red+Green+Blue) = 77+192+114=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC072 is #B23F8D. Grayscale: #949494. Windows color (decimal): -11681678 or 7520333. OLE color: 7520333.
HSL color Cylindrical-coordinate representation of color #4DC072: hue angle of 139.3º 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 #4DC072 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 114 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.25 |
| HSL | 139.3º | 0.48% | 0.53% | - |
| HSV(B) | 139.3º | 0.6% | 0.75% | - |
| XYZ | 24.95 | 40.49 | 22.42 | - |
| YUV | 148.72 | 108.4 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 114 | 0.60 | 0 | 0.41 | 0.25 | 139.3 | 0.48 | 0.53 |
| Hex | 4D | C0 | 72 | 3C | 0 | 29 | 19 | 8B | 30 | 35 |
| Octal | 115 | 300 | 162 | 74 | 0 | 51 | 31 | 213 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1110010 | 111100 | 0 | 101001 | 11001 | 10001011 | 110000 | 110101 |
Color Harmonies of #4DC072
Complementary color
Monochromatic Colors of #4DC072
Black with #4DC072
Text Example
Text Example
White with #4DC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC072; }
p { color: rgb(77,192,114); }
H1.HeaderClassName
{
color: #4DC072;
}
.AnyTagClassName
{
color: #4DC072;
}
</style>
background-color css
<style>
a { background-color: #4DC072; }
a { background-color: rgb(77,192,114); }
div.DivClassName
{
background-color: #4DC072;
}
.BgClassName
{
background-color: #4DC072;
}
</style>
border-color css
<style>
span { border-color: #4DC072; }
span { border-color: rgb(77,192,114); }
td.TdClassName
{
border-color: #4DC072;
}
.TagClassName
{
border-color: #4DC072;
}
</style>