Shades of Emerald #4DC85E
Tints of Emerald #4DC85E
RGB
CMYK
RGB Variations
Color information
#4DC85E (or 0x4DC85E) is known color: Emerald. HEX triplet: 4D, C8 and 5E. RGB value is (77,200,94). Sum of RGB (Red+Green+Blue) = 77+200+94=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC85E is #B237A1. Grayscale: #979797. Windows color (decimal): -11679650 or 6211661. OLE color: 6211661.
HSL color Cylindrical-coordinate representation of color #4DC85E: hue angle of 128.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC85E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 94 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.22 |
| HSL | 128.29º | 0.53% | 0.54% | - |
| HSV(B) | 128.29º | 0.62% | 0.78% | - |
| XYZ | 25.74 | 43.69 | 17.67 | - |
| YUV | 151.14 | 95.75 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 94 | 0.62 | 0 | 0.53 | 0.22 | 128.29 | 0.53 | 0.54 |
| Hex | 4D | C8 | 5E | 3E | 0 | 35 | 16 | 80 | 35 | 36 |
| Octal | 115 | 310 | 136 | 76 | 0 | 65 | 26 | 200 | 65 | 66 |
| Binary | 1001101 | 11001000 | 1011110 | 111110 | 0 | 110101 | 10110 | 10000000 | 110101 | 110110 |
Color Harmonies of #4DC85E
Complementary color
Monochromatic Colors of #4DC85E
Black with #4DC85E
Text Example
Text Example
White with #4DC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC85E; }
p { color: rgb(77,200,94); }
H1.HeaderClassName
{
color: #4DC85E;
}
.AnyTagClassName
{
color: #4DC85E;
}
</style>
background-color css
<style>
a { background-color: #4DC85E; }
a { background-color: rgb(77,200,94); }
div.DivClassName
{
background-color: #4DC85E;
}
.BgClassName
{
background-color: #4DC85E;
}
</style>
border-color css
<style>
span { border-color: #4DC85E; }
span { border-color: rgb(77,200,94); }
td.TdClassName
{
border-color: #4DC85E;
}
.TagClassName
{
border-color: #4DC85E;
}
</style>