Shades of Emerald #4DDA88
Tints of Emerald #4DDA88
RGB
CMYK
RGB Variations
Color information
#4DDA88 (or 0x4DDA88) is known color: Emerald. HEX triplet: 4D, DA and 88. RGB value is (77,218,136). Sum of RGB (Red+Green+Blue) = 77+218+136=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDA88 is #B22577. Grayscale: #A6A6A6. Windows color (decimal): -11675000 or 8968781. OLE color: 8968781.
HSL color Cylindrical-coordinate representation of color #4DDA88: hue angle of 145.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA88 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 136 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.15 |
| HSL | 145.11º | 0.66% | 0.58% | - |
| HSV(B) | 145.11º | 0.65% | 0.85% | - |
| XYZ | 32.58 | 53.5 | 31.9 | - |
| YUV | 166.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 136 | 0.65 | 0 | 0.38 | 0.15 | 145.11 | 0.66 | 0.58 |
| Hex | 4D | DA | 88 | 41 | 0 | 26 | F | 91 | 42 | 3A |
| Octal | 115 | 332 | 210 | 101 | 0 | 46 | 17 | 221 | 102 | 72 |
| Binary | 1001101 | 11011010 | 10001000 | 1000001 | 0 | 100110 | 1111 | 10010001 | 1000010 | 111010 |
Color Harmonies of #4DDA88
Complementary color
Monochromatic Colors of #4DDA88
Black with #4DDA88
Text Example
Text Example
White with #4DDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA88; }
p { color: rgb(77,218,136); }
H1.HeaderClassName
{
color: #4DDA88;
}
.AnyTagClassName
{
color: #4DDA88;
}
</style>
background-color css
<style>
a { background-color: #4DDA88; }
a { background-color: rgb(77,218,136); }
div.DivClassName
{
background-color: #4DDA88;
}
.BgClassName
{
background-color: #4DDA88;
}
</style>
border-color css
<style>
span { border-color: #4DDA88; }
span { border-color: rgb(77,218,136); }
td.TdClassName
{
border-color: #4DDA88;
}
.TagClassName
{
border-color: #4DDA88;
}
</style>