Shades of Emerald #4DC972
Tints of Emerald #4DC972
RGB
CMYK
RGB Variations
Color information
#4DC972 (or 0x4DC972) is known color: Emerald. HEX triplet: 4D, C9 and 72. RGB value is (77,201,114). Sum of RGB (Red+Green+Blue) = 77+201+114=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC972 is #B2368D. Grayscale: #9A9A9A. Windows color (decimal): -11679374 or 7522637. OLE color: 7522637.
HSL color Cylindrical-coordinate representation of color #4DC972: hue angle of 137.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC972 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 114 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.21 |
| HSL | 137.9º | 0.53% | 0.55% | - |
| HSV(B) | 137.9º | 0.62% | 0.79% | - |
| XYZ | 26.98 | 44.57 | 23.1 | - |
| YUV | 154.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 114 | 0.62 | 0 | 0.43 | 0.21 | 137.9 | 0.53 | 0.55 |
| Hex | 4D | C9 | 72 | 3E | 0 | 2B | 15 | 8A | 35 | 37 |
| Octal | 115 | 311 | 162 | 76 | 0 | 53 | 25 | 212 | 65 | 67 |
| Binary | 1001101 | 11001001 | 1110010 | 111110 | 0 | 101011 | 10101 | 10001010 | 110101 | 110111 |
Color Harmonies of #4DC972
Complementary color
Monochromatic Colors of #4DC972
Black with #4DC972
Text Example
Text Example
White with #4DC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC972; }
p { color: rgb(77,201,114); }
H1.HeaderClassName
{
color: #4DC972;
}
.AnyTagClassName
{
color: #4DC972;
}
</style>
background-color css
<style>
a { background-color: #4DC972; }
a { background-color: rgb(77,201,114); }
div.DivClassName
{
background-color: #4DC972;
}
.BgClassName
{
background-color: #4DC972;
}
</style>
border-color css
<style>
span { border-color: #4DC972; }
span { border-color: rgb(77,201,114); }
td.TdClassName
{
border-color: #4DC972;
}
.TagClassName
{
border-color: #4DC972;
}
</style>