Shades of Emerald #4DD77C
Tints of Emerald #4DD77C
RGB
CMYK
RGB Variations
Color information
#4DD77C (or 0x4DD77C) is known color: Emerald. HEX triplet: 4D, D7 and 7C. RGB value is (77,215,124). Sum of RGB (Red+Green+Blue) = 77+215+124=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #4DD77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD77C is #B22883. Grayscale: #A3A3A3. Windows color (decimal): -11675780 or 8181581. OLE color: 8181581.
HSL color Cylindrical-coordinate representation of color #4DD77C: hue angle of 140.43º 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 #4DD77C is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 215 | 124 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.16 |
| HSL | 140.43º | 0.63% | 0.57% | - |
| HSV(B) | 140.43º | 0.64% | 0.84% | - |
| XYZ | 31 | 51.63 | 27.4 | - |
| YUV | 163.36 | 105.78 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 215 | 124 | 0.64 | 0 | 0.42 | 0.16 | 140.43 | 0.63 | 0.57 |
| Hex | 4D | D7 | 7C | 40 | 0 | 2A | 10 | 8C | 3F | 39 |
| Octal | 115 | 327 | 174 | 100 | 0 | 52 | 20 | 214 | 77 | 71 |
| Binary | 1001101 | 11010111 | 1111100 | 1000000 | 0 | 101010 | 10000 | 10001100 | 111111 | 111001 |
Color Harmonies of #4DD77C
Complementary color
Monochromatic Colors of #4DD77C
Black with #4DD77C
Text Example
Text Example
White with #4DD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD77C; }
p { color: rgb(77,215,124); }
H1.HeaderClassName
{
color: #4DD77C;
}
.AnyTagClassName
{
color: #4DD77C;
}
</style>
background-color css
<style>
a { background-color: #4DD77C; }
a { background-color: rgb(77,215,124); }
div.DivClassName
{
background-color: #4DD77C;
}
.BgClassName
{
background-color: #4DD77C;
}
</style>
border-color css
<style>
span { border-color: #4DD77C; }
span { border-color: rgb(77,215,124); }
td.TdClassName
{
border-color: #4DD77C;
}
.TagClassName
{
border-color: #4DD77C;
}
</style>