Shades of Emerald #4DE472
Tints of Emerald #4DE472
RGB
CMYK
RGB Variations
Color information
#4DE472 (or 0x4DE472) is known color: Emerald. HEX triplet: 4D, E4 and 72. RGB value is (77,228,114). Sum of RGB (Red+Green+Blue) = 77+228+114=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #4DE472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DE472 is #B21B8D. Grayscale: #AAAAAA. Windows color (decimal): -11672462 or 7529549. OLE color: 7529549.
HSL color Cylindrical-coordinate representation of color #4DE472: hue angle of 134.7º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DE472 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 228 | 114 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.11 |
| HSL | 134.7º | 0.74% | 0.6% | - |
| HSV(B) | 134.7º | 0.66% | 0.89% | - |
| XYZ | 33.84 | 58.28 | 25.39 | - |
| YUV | 169.86 | 96.47 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 228 | 114 | 0.66 | 0 | 0.50 | 0.11 | 134.7 | 0.74 | 0.6 |
| Hex | 4D | E4 | 72 | 42 | 0 | 32 | B | 87 | 4A | 3C |
| Octal | 115 | 344 | 162 | 102 | 0 | 62 | 13 | 207 | 112 | 74 |
| Binary | 1001101 | 11100100 | 1110010 | 1000010 | 0 | 110010 | 1011 | 10000111 | 1001010 | 111100 |
Color Harmonies of #4DE472
Complementary color
Monochromatic Colors of #4DE472
Black with #4DE472
Text Example
Text Example
White with #4DE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE472; }
p { color: rgb(77,228,114); }
H1.HeaderClassName
{
color: #4DE472;
}
.AnyTagClassName
{
color: #4DE472;
}
</style>
background-color css
<style>
a { background-color: #4DE472; }
a { background-color: rgb(77,228,114); }
div.DivClassName
{
background-color: #4DE472;
}
.BgClassName
{
background-color: #4DE472;
}
</style>
border-color css
<style>
span { border-color: #4DE472; }
span { border-color: rgb(77,228,114); }
td.TdClassName
{
border-color: #4DE472;
}
.TagClassName
{
border-color: #4DE472;
}
</style>