Shades of Emerald #4DDA87
Tints of Emerald #4DDA87
RGB
CMYK
RGB Variations
Color information
#4DDA87 (or 0x4DDA87) is known color: Emerald. HEX triplet: 4D, DA and 87. RGB value is (77,218,135). Sum of RGB (Red+Green+Blue) = 77+218+135=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDA87 is #B22578. Grayscale: #A6A6A6. Windows color (decimal): -11675001 or 8903245. OLE color: 8903245.
HSL color Cylindrical-coordinate representation of color #4DDA87: hue angle of 144.68º 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 #4DDA87 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 135 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.15 |
| HSL | 144.68º | 0.66% | 0.58% | - |
| HSV(B) | 144.68º | 0.65% | 0.85% | - |
| XYZ | 32.51 | 53.47 | 31.53 | - |
| YUV | 166.38 | 110.29 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 135 | 0.65 | 0 | 0.38 | 0.15 | 144.68 | 0.66 | 0.58 |
| Hex | 4D | DA | 87 | 41 | 0 | 26 | F | 91 | 42 | 3A |
| Octal | 115 | 332 | 207 | 101 | 0 | 46 | 17 | 221 | 102 | 72 |
| Binary | 1001101 | 11011010 | 10000111 | 1000001 | 0 | 100110 | 1111 | 10010001 | 1000010 | 111010 |
Color Harmonies of #4DDA87
Complementary color
Monochromatic Colors of #4DDA87
Black with #4DDA87
Text Example
Text Example
White with #4DDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA87; }
p { color: rgb(77,218,135); }
H1.HeaderClassName
{
color: #4DDA87;
}
.AnyTagClassName
{
color: #4DDA87;
}
</style>
background-color css
<style>
a { background-color: #4DDA87; }
a { background-color: rgb(77,218,135); }
div.DivClassName
{
background-color: #4DDA87;
}
.BgClassName
{
background-color: #4DDA87;
}
</style>
border-color css
<style>
span { border-color: #4DDA87; }
span { border-color: rgb(77,218,135); }
td.TdClassName
{
border-color: #4DDA87;
}
.TagClassName
{
border-color: #4DDA87;
}
</style>