Shades of Emerald #4DD671
Tints of Emerald #4DD671
RGB
CMYK
RGB Variations
Color information
#4DD671 (or 0x4DD671) is known color: Emerald. HEX triplet: 4D, D6 and 71. RGB value is (77,214,113). Sum of RGB (Red+Green+Blue) = 77+214+113=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD671 is #B2298E. Grayscale: #A1A1A1. Windows color (decimal): -11676047 or 7460429. OLE color: 7460429.
HSL color Cylindrical-coordinate representation of color #4DD671: hue angle of 135.77º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD671 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 113 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.16 |
| HSL | 135.77º | 0.63% | 0.57% | - |
| HSV(B) | 135.77º | 0.64% | 0.84% | - |
| XYZ | 30.09 | 50.86 | 23.85 | - |
| YUV | 161.52 | 100.61 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 113 | 0.64 | 0 | 0.47 | 0.16 | 135.77 | 0.63 | 0.57 |
| Hex | 4D | D6 | 71 | 40 | 0 | 2F | 10 | 88 | 3F | 39 |
| Octal | 115 | 326 | 161 | 100 | 0 | 57 | 20 | 210 | 77 | 71 |
| Binary | 1001101 | 11010110 | 1110001 | 1000000 | 0 | 101111 | 10000 | 10001000 | 111111 | 111001 |
Color Harmonies of #4DD671
Complementary color
Monochromatic Colors of #4DD671
Black with #4DD671
Text Example
Text Example
White with #4DD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD671; }
p { color: rgb(77,214,113); }
H1.HeaderClassName
{
color: #4DD671;
}
.AnyTagClassName
{
color: #4DD671;
}
</style>
background-color css
<style>
a { background-color: #4DD671; }
a { background-color: rgb(77,214,113); }
div.DivClassName
{
background-color: #4DD671;
}
.BgClassName
{
background-color: #4DD671;
}
</style>
border-color css
<style>
span { border-color: #4DD671; }
span { border-color: rgb(77,214,113); }
td.TdClassName
{
border-color: #4DD671;
}
.TagClassName
{
border-color: #4DD671;
}
</style>