Shades of Emerald #4DEC80
Tints of Emerald #4DEC80
RGB
CMYK
RGB Variations
Color information
#4DEC80 (or 0x4DEC80) is known color: Emerald. HEX triplet: 4D, EC and 80. RGB value is (77,236,128). Sum of RGB (Red+Green+Blue) = 77+236+128=441 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.46% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEC80 is #B2137F. Grayscale: #B0B0B0. Windows color (decimal): -11670400 or 8449101. OLE color: 8449101.
HSL color Cylindrical-coordinate representation of color #4DEC80: hue angle of 139.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DEC80 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 128 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.07 |
| HSL | 139.25º | 0.81% | 0.61% | - |
| HSV(B) | 139.25º | 0.67% | 0.93% | - |
| XYZ | 36.95 | 63.13 | 30.66 | - |
| YUV | 176.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 128 | 0.67 | 0 | 0.46 | 0.07 | 139.25 | 0.81 | 0.61 |
| Hex | 4D | EC | 80 | 43 | 0 | 2E | 7 | 8B | 51 | 3D |
| Octal | 115 | 354 | 200 | 103 | 0 | 56 | 7 | 213 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10000000 | 1000011 | 0 | 101110 | 111 | 10001011 | 1010001 | 111101 |
Color Harmonies of #4DEC80
Complementary color
Monochromatic Colors of #4DEC80
Black with #4DEC80
Text Example
Text Example
White with #4DEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC80; }
p { color: rgb(77,236,128); }
H1.HeaderClassName
{
color: #4DEC80;
}
.AnyTagClassName
{
color: #4DEC80;
}
</style>
background-color css
<style>
a { background-color: #4DEC80; }
a { background-color: rgb(77,236,128); }
div.DivClassName
{
background-color: #4DEC80;
}
.BgClassName
{
background-color: #4DEC80;
}
</style>
border-color css
<style>
span { border-color: #4DEC80; }
span { border-color: rgb(77,236,128); }
td.TdClassName
{
border-color: #4DEC80;
}
.TagClassName
{
border-color: #4DEC80;
}
</style>