Shades of Emerald #4DD686
Tints of Emerald #4DD686
RGB
CMYK
RGB Variations
Color information
#4DD686 (or 0x4DD686) is known color: Emerald. HEX triplet: 4D, D6 and 86. RGB value is (77,214,134). Sum of RGB (Red+Green+Blue) = 77+214+134=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD686 is #B22979. Grayscale: #A4A4A4. Windows color (decimal): -11676026 or 8836685. OLE color: 8836685.
HSL color Cylindrical-coordinate representation of color #4DD686: hue angle of 144.96º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD686 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 134 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.16 |
| HSL | 144.96º | 0.63% | 0.57% | - |
| HSV(B) | 144.96º | 0.64% | 0.84% | - |
| XYZ | 31.41 | 51.39 | 30.82 | - |
| YUV | 163.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 134 | 0.64 | 0 | 0.37 | 0.16 | 144.96 | 0.63 | 0.57 |
| Hex | 4D | D6 | 86 | 40 | 0 | 25 | 10 | 91 | 3F | 39 |
| Octal | 115 | 326 | 206 | 100 | 0 | 45 | 20 | 221 | 77 | 71 |
| Binary | 1001101 | 11010110 | 10000110 | 1000000 | 0 | 100101 | 10000 | 10010001 | 111111 | 111001 |
Color Harmonies of #4DD686
Complementary color
Monochromatic Colors of #4DD686
Black with #4DD686
Text Example
Text Example
White with #4DD686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD686; }
p { color: rgb(77,214,134); }
H1.HeaderClassName
{
color: #4DD686;
}
.AnyTagClassName
{
color: #4DD686;
}
</style>
background-color css
<style>
a { background-color: #4DD686; }
a { background-color: rgb(77,214,134); }
div.DivClassName
{
background-color: #4DD686;
}
.BgClassName
{
background-color: #4DD686;
}
</style>
border-color css
<style>
span { border-color: #4DD686; }
span { border-color: rgb(77,214,134); }
td.TdClassName
{
border-color: #4DD686;
}
.TagClassName
{
border-color: #4DD686;
}
</style>