Shades of Emerald #4DD95C
Tints of Emerald #4DD95C
RGB
CMYK
RGB Variations
Color information
#4DD95C (or 0x4DD95C) is known color: Emerald. HEX triplet: 4D, D9 and 5C. RGB value is (77,217,92). Sum of RGB (Red+Green+Blue) = 77+217+92=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD95C is #B226A3. Grayscale: #A1A1A1. Windows color (decimal): -11675300 or 6084941. OLE color: 6084941.
HSL color Cylindrical-coordinate representation of color #4DD95C: hue angle of 126.43º 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 #4DD95C is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 92 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.15 |
| HSL | 126.43º | 0.65% | 0.58% | - |
| HSV(B) | 126.43º | 0.65% | 0.85% | - |
| XYZ | 29.81 | 51.98 | 18.59 | - |
| YUV | 160.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 92 | 0.65 | 0 | 0.58 | 0.15 | 126.43 | 0.65 | 0.58 |
| Hex | 4D | D9 | 5C | 41 | 0 | 3A | F | 7E | 41 | 3A |
| Octal | 115 | 331 | 134 | 101 | 0 | 72 | 17 | 176 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1011100 | 1000001 | 0 | 111010 | 1111 | 1111110 | 1000001 | 111010 |
Color Harmonies of #4DD95C
Complementary color
Monochromatic Colors of #4DD95C
Black with #4DD95C
Text Example
Text Example
White with #4DD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD95C; }
p { color: rgb(77,217,92); }
H1.HeaderClassName
{
color: #4DD95C;
}
.AnyTagClassName
{
color: #4DD95C;
}
</style>
background-color css
<style>
a { background-color: #4DD95C; }
a { background-color: rgb(77,217,92); }
div.DivClassName
{
background-color: #4DD95C;
}
.BgClassName
{
background-color: #4DD95C;
}
</style>
border-color css
<style>
span { border-color: #4DD95C; }
span { border-color: rgb(77,217,92); }
td.TdClassName
{
border-color: #4DD95C;
}
.TagClassName
{
border-color: #4DD95C;
}
</style>