Shades of Emerald #4DD962
Tints of Emerald #4DD962
RGB
CMYK
RGB Variations
Color information
#4DD962 (or 0x4DD962) is known color: Emerald. HEX triplet: 4D, D9 and 62. RGB value is (77,217,98). Sum of RGB (Red+Green+Blue) = 77+217+98=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD962 is #B2269D. Grayscale: #A1A1A1. Windows color (decimal): -11675294 or 6478157. OLE color: 6478157.
HSL color Cylindrical-coordinate representation of color #4DD962: hue angle of 129º 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 #4DD962 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 98 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.15 |
| HSL | 129º | 0.65% | 0.58% | - |
| HSV(B) | 129º | 0.65% | 0.85% | - |
| XYZ | 30.08 | 52.09 | 20.02 | - |
| YUV | 161.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 98 | 0.65 | 0 | 0.55 | 0.15 | 129 | 0.65 | 0.58 |
| Hex | 4D | D9 | 62 | 41 | 0 | 37 | F | 81 | 41 | 3A |
| Octal | 115 | 331 | 142 | 101 | 0 | 67 | 17 | 201 | 101 | 72 |
| Binary | 1001101 | 11011001 | 1100010 | 1000001 | 0 | 110111 | 1111 | 10000001 | 1000001 | 111010 |
Color Harmonies of #4DD962
Complementary color
Monochromatic Colors of #4DD962
Black with #4DD962
Text Example
Text Example
White with #4DD962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD962; }
p { color: rgb(77,217,98); }
H1.HeaderClassName
{
color: #4DD962;
}
.AnyTagClassName
{
color: #4DD962;
}
</style>
background-color css
<style>
a { background-color: #4DD962; }
a { background-color: rgb(77,217,98); }
div.DivClassName
{
background-color: #4DD962;
}
.BgClassName
{
background-color: #4DD962;
}
</style>
border-color css
<style>
span { border-color: #4DD962; }
span { border-color: rgb(77,217,98); }
td.TdClassName
{
border-color: #4DD962;
}
.TagClassName
{
border-color: #4DD962;
}
</style>