Shades of Emerald #4DD18D
Tints of Emerald #4DD18D
RGB
CMYK
RGB Variations
Color information
#4DD18D (or 0x4DD18D) is known color: Emerald. HEX triplet: 4D, D1 and 8D. RGB value is (77,209,141). Sum of RGB (Red+Green+Blue) = 77+209+141=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #4DD18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD18D is #B22E72. Grayscale: #A1A1A1. Windows color (decimal): -11677299 or 9294157. OLE color: 9294157.
HSL color Cylindrical-coordinate representation of color #4DD18D: hue angle of 149.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD18D is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 209 | 141 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.18 |
| HSL | 149.09º | 0.59% | 0.56% | - |
| HSV(B) | 149.09º | 0.63% | 0.82% | - |
| XYZ | 30.67 | 49.1 | 33.06 | - |
| YUV | 161.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 209 | 141 | 0.63 | 0 | 0.33 | 0.18 | 149.09 | 0.59 | 0.56 |
| Hex | 4D | D1 | 8D | 3F | 0 | 21 | 12 | 95 | 3B | 38 |
| Octal | 115 | 321 | 215 | 77 | 0 | 41 | 22 | 225 | 73 | 70 |
| Binary | 1001101 | 11010001 | 10001101 | 111111 | 0 | 100001 | 10010 | 10010101 | 111011 | 111000 |
Color Harmonies of #4DD18D
Complementary color
Monochromatic Colors of #4DD18D
Black with #4DD18D
Text Example
Text Example
White with #4DD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD18D; }
p { color: rgb(77,209,141); }
H1.HeaderClassName
{
color: #4DD18D;
}
.AnyTagClassName
{
color: #4DD18D;
}
</style>
background-color css
<style>
a { background-color: #4DD18D; }
a { background-color: rgb(77,209,141); }
div.DivClassName
{
background-color: #4DD18D;
}
.BgClassName
{
background-color: #4DD18D;
}
</style>
border-color css
<style>
span { border-color: #4DD18D; }
span { border-color: rgb(77,209,141); }
td.TdClassName
{
border-color: #4DD18D;
}
.TagClassName
{
border-color: #4DD18D;
}
</style>