Shades of Emerald #4DC672
Tints of Emerald #4DC672
RGB
CMYK
RGB Variations
Color information
#4DC672 (or 0x4DC672) is known color: Emerald. HEX triplet: 4D, C6 and 72. RGB value is (77,198,114). Sum of RGB (Red+Green+Blue) = 77+198+114=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC672 is #B2398D. Grayscale: #989898. Windows color (decimal): -11680142 or 7521869. OLE color: 7521869.
HSL color Cylindrical-coordinate representation of color #4DC672: hue angle of 138.35º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC672 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 114 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.22 |
| HSL | 138.35º | 0.51% | 0.54% | - |
| HSV(B) | 138.35º | 0.61% | 0.78% | - |
| XYZ | 26.29 | 43.18 | 22.87 | - |
| YUV | 152.25 | 106.41 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 114 | 0.61 | 0 | 0.42 | 0.22 | 138.35 | 0.51 | 0.54 |
| Hex | 4D | C6 | 72 | 3D | 0 | 2A | 16 | 8A | 33 | 36 |
| Octal | 115 | 306 | 162 | 75 | 0 | 52 | 26 | 212 | 63 | 66 |
| Binary | 1001101 | 11000110 | 1110010 | 111101 | 0 | 101010 | 10110 | 10001010 | 110011 | 110110 |
Color Harmonies of #4DC672
Complementary color
Monochromatic Colors of #4DC672
Black with #4DC672
Text Example
Text Example
White with #4DC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC672; }
p { color: rgb(77,198,114); }
H1.HeaderClassName
{
color: #4DC672;
}
.AnyTagClassName
{
color: #4DC672;
}
</style>
background-color css
<style>
a { background-color: #4DC672; }
a { background-color: rgb(77,198,114); }
div.DivClassName
{
background-color: #4DC672;
}
.BgClassName
{
background-color: #4DC672;
}
</style>
border-color css
<style>
span { border-color: #4DC672; }
span { border-color: rgb(77,198,114); }
td.TdClassName
{
border-color: #4DC672;
}
.TagClassName
{
border-color: #4DC672;
}
</style>