Shades of Emerald #4DDE7D
Tints of Emerald #4DDE7D
RGB
CMYK
RGB Variations
Color information
#4DDE7D (or 0x4DDE7D) is known color: Emerald. HEX triplet: 4D, DE and 7D. RGB value is (77,222,125). Sum of RGB (Red+Green+Blue) = 77+222+125=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 222 (87.11% from 255 or 52.36% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDE7D is #B22182. Grayscale: #A7A7A7. Windows color (decimal): -11673987 or 8248909. OLE color: 8248909.
HSL color Cylindrical-coordinate representation of color #4DDE7D: hue angle of 139.86º degrees, saturation: 0.69, 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 #4DDE7D is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 125 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.13 |
| HSL | 139.86º | 0.69% | 0.59% | - |
| HSV(B) | 139.86º | 0.65% | 0.87% | - |
| XYZ | 32.88 | 55.3 | 28.34 | - |
| YUV | 167.59 | 103.96 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 125 | 0.65 | 0 | 0.44 | 0.13 | 139.86 | 0.69 | 0.59 |
| Hex | 4D | DE | 7D | 41 | 0 | 2C | D | 8C | 45 | 3B |
| Octal | 115 | 336 | 175 | 101 | 0 | 54 | 15 | 214 | 105 | 73 |
| Binary | 1001101 | 11011110 | 1111101 | 1000001 | 0 | 101100 | 1101 | 10001100 | 1000101 | 111011 |
Color Harmonies of #4DDE7D
Complementary color
Monochromatic Colors of #4DDE7D
Black with #4DDE7D
Text Example
Text Example
White with #4DDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE7D; }
p { color: rgb(77,222,125); }
H1.HeaderClassName
{
color: #4DDE7D;
}
.AnyTagClassName
{
color: #4DDE7D;
}
</style>
background-color css
<style>
a { background-color: #4DDE7D; }
a { background-color: rgb(77,222,125); }
div.DivClassName
{
background-color: #4DDE7D;
}
.BgClassName
{
background-color: #4DDE7D;
}
</style>
border-color css
<style>
span { border-color: #4DDE7D; }
span { border-color: rgb(77,222,125); }
td.TdClassName
{
border-color: #4DDE7D;
}
.TagClassName
{
border-color: #4DDE7D;
}
</style>