Shades of Emerald #4DDF7D
Tints of Emerald #4DDF7D
RGB
CMYK
RGB Variations
Color information
#4DDF7D (or 0x4DDF7D) is known color: Emerald. HEX triplet: 4D, DF and 7D. RGB value is (77,223,125). Sum of RGB (Red+Green+Blue) = 77+223+125=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDF7D is #B22082. Grayscale: #A8A8A8. Windows color (decimal): -11673731 or 8249165. OLE color: 8249165.
HSL color Cylindrical-coordinate representation of color #4DDF7D: hue angle of 139.73º 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 #4DDF7D is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 125 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.13 |
| HSL | 139.73º | 0.7% | 0.59% | - |
| HSV(B) | 139.73º | 0.65% | 0.87% | - |
| XYZ | 33.15 | 55.83 | 28.43 | - |
| YUV | 168.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 125 | 0.65 | 0 | 0.44 | 0.13 | 139.73 | 0.7 | 0.59 |
| Hex | 4D | DF | 7D | 41 | 0 | 2C | D | 8C | 46 | 3B |
| Octal | 115 | 337 | 175 | 101 | 0 | 54 | 15 | 214 | 106 | 73 |
| Binary | 1001101 | 11011111 | 1111101 | 1000001 | 0 | 101100 | 1101 | 10001100 | 1000110 | 111011 |
Color Harmonies of #4DDF7D
Complementary color
Monochromatic Colors of #4DDF7D
Black with #4DDF7D
Text Example
Text Example
White with #4DDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF7D; }
p { color: rgb(77,223,125); }
H1.HeaderClassName
{
color: #4DDF7D;
}
.AnyTagClassName
{
color: #4DDF7D;
}
</style>
background-color css
<style>
a { background-color: #4DDF7D; }
a { background-color: rgb(77,223,125); }
div.DivClassName
{
background-color: #4DDF7D;
}
.BgClassName
{
background-color: #4DDF7D;
}
</style>
border-color css
<style>
span { border-color: #4DDF7D; }
span { border-color: rgb(77,223,125); }
td.TdClassName
{
border-color: #4DDF7D;
}
.TagClassName
{
border-color: #4DDF7D;
}
</style>