Shades of Emerald #4DD682
Tints of Emerald #4DD682
RGB
CMYK
RGB Variations
Color information
#4DD682 (or 0x4DD682) is known color: Emerald. HEX triplet: 4D, D6 and 82. RGB value is (77,214,130). Sum of RGB (Red+Green+Blue) = 77+214+130=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD682 is #B2297D. Grayscale: #A3A3A3. Windows color (decimal): -11676030 or 8574541. OLE color: 8574541.
HSL color Cylindrical-coordinate representation of color #4DD682: hue angle of 143.21º 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 #4DD682 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 130 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.16 |
| HSL | 143.21º | 0.63% | 0.57% | - |
| HSV(B) | 143.21º | 0.64% | 0.84% | - |
| XYZ | 31.14 | 51.28 | 29.38 | - |
| YUV | 163.46 | 109.11 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 130 | 0.64 | 0 | 0.39 | 0.16 | 143.21 | 0.63 | 0.57 |
| Hex | 4D | D6 | 82 | 40 | 0 | 27 | 10 | 8F | 3F | 39 |
| Octal | 115 | 326 | 202 | 100 | 0 | 47 | 20 | 217 | 77 | 71 |
| Binary | 1001101 | 11010110 | 10000010 | 1000000 | 0 | 100111 | 10000 | 10001111 | 111111 | 111001 |
Color Harmonies of #4DD682
Complementary color
Monochromatic Colors of #4DD682
Black with #4DD682
Text Example
Text Example
White with #4DD682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD682; }
p { color: rgb(77,214,130); }
H1.HeaderClassName
{
color: #4DD682;
}
.AnyTagClassName
{
color: #4DD682;
}
</style>
background-color css
<style>
a { background-color: #4DD682; }
a { background-color: rgb(77,214,130); }
div.DivClassName
{
background-color: #4DD682;
}
.BgClassName
{
background-color: #4DD682;
}
</style>
border-color css
<style>
span { border-color: #4DD682; }
span { border-color: rgb(77,214,130); }
td.TdClassName
{
border-color: #4DD682;
}
.TagClassName
{
border-color: #4DD682;
}
</style>