Shades of Emerald #4DD662
Tints of Emerald #4DD662
RGB
CMYK
RGB Variations
Color information
#4DD662 (or 0x4DD662) is known color: Emerald. HEX triplet: 4D, D6 and 62. RGB value is (77,214,98). Sum of RGB (Red+Green+Blue) = 77+214+98=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD662 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD662 is #B2299D. Grayscale: #A0A0A0. Windows color (decimal): -11676062 or 6477389. OLE color: 6477389.
HSL color Cylindrical-coordinate representation of color #4DD662: hue angle of 129.2º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD662 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 98 | - |
| CMYK | 0.64 | 0 | 0.54 | 0.16 |
| HSL | 129.2º | 0.63% | 0.57% | - |
| HSV(B) | 129.2º | 0.64% | 0.84% | - |
| XYZ | 29.31 | 50.55 | 19.77 | - |
| YUV | 159.81 | 93.11 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 98 | 0.64 | 0 | 0.54 | 0.16 | 129.2 | 0.63 | 0.57 |
| Hex | 4D | D6 | 62 | 40 | 0 | 36 | 10 | 81 | 3F | 39 |
| Octal | 115 | 326 | 142 | 100 | 0 | 66 | 20 | 201 | 77 | 71 |
| Binary | 1001101 | 11010110 | 1100010 | 1000000 | 0 | 110110 | 10000 | 10000001 | 111111 | 111001 |
Color Harmonies of #4DD662
Complementary color
Monochromatic Colors of #4DD662
Black with #4DD662
Text Example
Text Example
White with #4DD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD662; }
p { color: rgb(77,214,98); }
H1.HeaderClassName
{
color: #4DD662;
}
.AnyTagClassName
{
color: #4DD662;
}
</style>
background-color css
<style>
a { background-color: #4DD662; }
a { background-color: rgb(77,214,98); }
div.DivClassName
{
background-color: #4DD662;
}
.BgClassName
{
background-color: #4DD662;
}
</style>
border-color css
<style>
span { border-color: #4DD662; }
span { border-color: rgb(77,214,98); }
td.TdClassName
{
border-color: #4DD662;
}
.TagClassName
{
border-color: #4DD662;
}
</style>