Shades of Emerald #4DD087
Tints of Emerald #4DD087
RGB
CMYK
RGB Variations
Color information
#4DD087 (or 0x4DD087) is known color: Emerald. HEX triplet: 4D, D0 and 87. RGB value is (77,208,135). Sum of RGB (Red+Green+Blue) = 77+208+135=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD087 is #B22F78. Grayscale: #A0A0A0. Windows color (decimal): -11677561 or 8900685. OLE color: 8900685.
HSL color Cylindrical-coordinate representation of color #4DD087: hue angle of 146.56º 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 #4DD087 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 135 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.18 |
| HSL | 146.56º | 0.58% | 0.56% | - |
| HSV(B) | 146.56º | 0.63% | 0.82% | - |
| XYZ | 29.99 | 48.44 | 30.69 | - |
| YUV | 160.51 | 113.6 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 135 | 0.63 | 0 | 0.35 | 0.18 | 146.56 | 0.58 | 0.56 |
| Hex | 4D | D0 | 87 | 3F | 0 | 23 | 12 | 93 | 3A | 38 |
| Octal | 115 | 320 | 207 | 77 | 0 | 43 | 22 | 223 | 72 | 70 |
| Binary | 1001101 | 11010000 | 10000111 | 111111 | 0 | 100011 | 10010 | 10010011 | 111010 | 111000 |
Color Harmonies of #4DD087
Complementary color
Monochromatic Colors of #4DD087
Black with #4DD087
Text Example
Text Example
White with #4DD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD087; }
p { color: rgb(77,208,135); }
H1.HeaderClassName
{
color: #4DD087;
}
.AnyTagClassName
{
color: #4DD087;
}
</style>
background-color css
<style>
a { background-color: #4DD087; }
a { background-color: rgb(77,208,135); }
div.DivClassName
{
background-color: #4DD087;
}
.BgClassName
{
background-color: #4DD087;
}
</style>
border-color css
<style>
span { border-color: #4DD087; }
span { border-color: rgb(77,208,135); }
td.TdClassName
{
border-color: #4DD087;
}
.TagClassName
{
border-color: #4DD087;
}
</style>