Shades of Emerald #4DC85F
Tints of Emerald #4DC85F
RGB
CMYK
RGB Variations
Color information
#4DC85F (or 0x4DC85F) is known color: Emerald. HEX triplet: 4D, C8 and 5F. RGB value is (77,200,95). Sum of RGB (Red+Green+Blue) = 77+200+95=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC85F is #B237A0. Grayscale: #979797. Windows color (decimal): -11679649 or 6277197. OLE color: 6277197.
HSL color Cylindrical-coordinate representation of color #4DC85F: hue angle of 128.78º 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 #4DC85F is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 95 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.22 |
| HSL | 128.78º | 0.53% | 0.54% | - |
| HSV(B) | 128.78º | 0.62% | 0.78% | - |
| XYZ | 25.78 | 43.71 | 17.91 | - |
| YUV | 151.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 95 | 0.62 | 0 | 0.52 | 0.22 | 128.78 | 0.53 | 0.54 |
| Hex | 4D | C8 | 5F | 3E | 0 | 34 | 16 | 81 | 35 | 36 |
| Octal | 115 | 310 | 137 | 76 | 0 | 64 | 26 | 201 | 65 | 66 |
| Binary | 1001101 | 11001000 | 1011111 | 111110 | 0 | 110100 | 10110 | 10000001 | 110101 | 110110 |
Color Harmonies of #4DC85F
Complementary color
Monochromatic Colors of #4DC85F
Black with #4DC85F
Text Example
Text Example
White with #4DC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC85F; }
p { color: rgb(77,200,95); }
H1.HeaderClassName
{
color: #4DC85F;
}
.AnyTagClassName
{
color: #4DC85F;
}
</style>
background-color css
<style>
a { background-color: #4DC85F; }
a { background-color: rgb(77,200,95); }
div.DivClassName
{
background-color: #4DC85F;
}
.BgClassName
{
background-color: #4DC85F;
}
</style>
border-color css
<style>
span { border-color: #4DC85F; }
span { border-color: rgb(77,200,95); }
td.TdClassName
{
border-color: #4DC85F;
}
.TagClassName
{
border-color: #4DC85F;
}
</style>