Shades of Emerald #4DD08D
Tints of Emerald #4DD08D
RGB
CMYK
RGB Variations
Color information
#4DD08D (or 0x4DD08D) is known color: Emerald. HEX triplet: 4D, D0 and 8D. RGB value is (77,208,141). Sum of RGB (Red+Green+Blue) = 77+208+141=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD08D is #B22F72. Grayscale: #A1A1A1. Windows color (decimal): -11677555 or 9293901. OLE color: 9293901.
HSL color Cylindrical-coordinate representation of color #4DD08D: hue angle of 149.31º degrees, saturation: 0.58, 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 #4DD08D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 141 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.18 |
| HSL | 149.31º | 0.58% | 0.56% | - |
| HSV(B) | 149.31º | 0.63% | 0.82% | - |
| XYZ | 30.42 | 48.61 | 32.98 | - |
| YUV | 161.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 141 | 0.63 | 0 | 0.32 | 0.18 | 149.31 | 0.58 | 0.56 |
| Hex | 4D | D0 | 8D | 3F | 0 | 20 | 12 | 95 | 3A | 38 |
| Octal | 115 | 320 | 215 | 77 | 0 | 40 | 22 | 225 | 72 | 70 |
| Binary | 1001101 | 11010000 | 10001101 | 111111 | 0 | 100000 | 10010 | 10010101 | 111010 | 111000 |
Color Harmonies of #4DD08D
Complementary color
Monochromatic Colors of #4DD08D
Black with #4DD08D
Text Example
Text Example
White with #4DD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD08D; }
p { color: rgb(77,208,141); }
H1.HeaderClassName
{
color: #4DD08D;
}
.AnyTagClassName
{
color: #4DD08D;
}
</style>
background-color css
<style>
a { background-color: #4DD08D; }
a { background-color: rgb(77,208,141); }
div.DivClassName
{
background-color: #4DD08D;
}
.BgClassName
{
background-color: #4DD08D;
}
</style>
border-color css
<style>
span { border-color: #4DD08D; }
span { border-color: rgb(77,208,141); }
td.TdClassName
{
border-color: #4DD08D;
}
.TagClassName
{
border-color: #4DD08D;
}
</style>