Shades of Emerald #4DDF7C
Tints of Emerald #4DDF7C
RGB
CMYK
RGB Variations
Color information
#4DDF7C (or 0x4DDF7C) is known color: Emerald. HEX triplet: 4D, DF and 7C. RGB value is (77,223,124). Sum of RGB (Red+Green+Blue) = 77+223+124=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDF7C is #B22083. Grayscale: #A8A8A8. Windows color (decimal): -11673732 or 8183629. OLE color: 8183629.
HSL color Cylindrical-coordinate representation of color #4DDF7C: hue angle of 139.32º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDF7C is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 124 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.13 |
| HSL | 139.32º | 0.7% | 0.59% | - |
| HSV(B) | 139.32º | 0.65% | 0.87% | - |
| XYZ | 33.09 | 55.81 | 28.1 | - |
| YUV | 168.06 | 103.13 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 124 | 0.65 | 0 | 0.44 | 0.13 | 139.32 | 0.7 | 0.59 |
| Hex | 4D | DF | 7C | 41 | 0 | 2C | D | 8B | 46 | 3B |
| Octal | 115 | 337 | 174 | 101 | 0 | 54 | 15 | 213 | 106 | 73 |
| Binary | 1001101 | 11011111 | 1111100 | 1000001 | 0 | 101100 | 1101 | 10001011 | 1000110 | 111011 |
Color Harmonies of #4DDF7C
Complementary color
Monochromatic Colors of #4DDF7C
Black with #4DDF7C
Text Example
Text Example
White with #4DDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF7C; }
p { color: rgb(77,223,124); }
H1.HeaderClassName
{
color: #4DDF7C;
}
.AnyTagClassName
{
color: #4DDF7C;
}
</style>
background-color css
<style>
a { background-color: #4DDF7C; }
a { background-color: rgb(77,223,124); }
div.DivClassName
{
background-color: #4DDF7C;
}
.BgClassName
{
background-color: #4DDF7C;
}
</style>
border-color css
<style>
span { border-color: #4DDF7C; }
span { border-color: rgb(77,223,124); }
td.TdClassName
{
border-color: #4DDF7C;
}
.TagClassName
{
border-color: #4DDF7C;
}
</style>