Shades of Emerald #4DD95D
Tints of Emerald #4DD95D
RGB
CMYK
RGB Variations
Color information
#4DD95D (or 0x4DD95D) is known color: Emerald. HEX triplet: 4D, D9 and 5D. RGB value is (77,217,93). Sum of RGB (Red+Green+Blue) = 77+217+93=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD95D is #B226A2. Grayscale: #A1A1A1. Windows color (decimal): -11675299 or 6150477. OLE color: 6150477.
HSL color Cylindrical-coordinate representation of color #4DD95D: hue angle of 126.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD95D is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 93 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.15 |
| HSL | 126.86º | 0.65% | 0.58% | - |
| HSV(B) | 126.86º | 0.65% | 0.85% | - |
| XYZ | 29.85 | 51.99 | 18.82 | - |
| YUV | 161 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 93 | 0.65 | 0 | 0.57 | 0.15 | 126.86 | 0.65 | 0.58 |
| Hex | 4D | D9 | 5D | 41 | 0 | 39 | F | 7F | 41 | 3A |
| Octal | 115 | 331 | 135 | 101 | 0 | 71 | 17 | 177 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1011101 | 1000001 | 0 | 111001 | 1111 | 1111111 | 1000001 | 111010 |
Color Harmonies of #4DD95D
Complementary color
Monochromatic Colors of #4DD95D
Black with #4DD95D
Text Example
Text Example
White with #4DD95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD95D; }
p { color: rgb(77,217,93); }
H1.HeaderClassName
{
color: #4DD95D;
}
.AnyTagClassName
{
color: #4DD95D;
}
</style>
background-color css
<style>
a { background-color: #4DD95D; }
a { background-color: rgb(77,217,93); }
div.DivClassName
{
background-color: #4DD95D;
}
.BgClassName
{
background-color: #4DD95D;
}
</style>
border-color css
<style>
span { border-color: #4DD95D; }
span { border-color: rgb(77,217,93); }
td.TdClassName
{
border-color: #4DD95D;
}
.TagClassName
{
border-color: #4DD95D;
}
</style>