Shades of Emerald #4DDE8D
Tints of Emerald #4DDE8D
RGB
CMYK
RGB Variations
Color information
#4DDE8D (or 0x4DDE8D) is known color: Emerald. HEX triplet: 4D, DE and 8D. RGB value is (77,222,141). Sum of RGB (Red+Green+Blue) = 77+222+141=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDE8D is #B22172. Grayscale: #A9A9A9. Windows color (decimal): -11673971 or 9297485. OLE color: 9297485.
HSL color Cylindrical-coordinate representation of color #4DDE8D: hue angle of 146.48º 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 #4DDE8D is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 222 | 141 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.13 |
| HSL | 146.48º | 0.69% | 0.59% | - |
| HSV(B) | 146.48º | 0.65% | 0.87% | - |
| XYZ | 33.99 | 55.74 | 34.17 | - |
| YUV | 169.41 | 111.96 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 222 | 141 | 0.65 | 0 | 0.36 | 0.13 | 146.48 | 0.69 | 0.59 |
| Hex | 4D | DE | 8D | 41 | 0 | 24 | D | 92 | 45 | 3B |
| Octal | 115 | 336 | 215 | 101 | 0 | 44 | 15 | 222 | 105 | 73 |
| Binary | 1001101 | 11011110 | 10001101 | 1000001 | 0 | 100100 | 1101 | 10010010 | 1000101 | 111011 |
Color Harmonies of #4DDE8D
Complementary color
Monochromatic Colors of #4DDE8D
Black with #4DDE8D
Text Example
Text Example
White with #4DDE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDE8D; }
p { color: rgb(77,222,141); }
H1.HeaderClassName
{
color: #4DDE8D;
}
.AnyTagClassName
{
color: #4DDE8D;
}
</style>
background-color css
<style>
a { background-color: #4DDE8D; }
a { background-color: rgb(77,222,141); }
div.DivClassName
{
background-color: #4DDE8D;
}
.BgClassName
{
background-color: #4DDE8D;
}
</style>
border-color css
<style>
span { border-color: #4DDE8D; }
span { border-color: rgb(77,222,141); }
td.TdClassName
{
border-color: #4DDE8D;
}
.TagClassName
{
border-color: #4DDE8D;
}
</style>