Shades of Emerald #4DC782
Tints of Emerald #4DC782
RGB
CMYK
RGB Variations
Color information
#4DC782 (or 0x4DC782) is known color: Emerald. HEX triplet: 4D, C7 and 82. RGB value is (77,199,130). Sum of RGB (Red+Green+Blue) = 77+199+130=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #4DC782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC782 is #B2387D. Grayscale: #9A9A9A. Windows color (decimal): -11679870 or 8570701. OLE color: 8570701.
HSL color Cylindrical-coordinate representation of color #4DC782: hue angle of 146.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC782 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 199 | 130 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.22 |
| HSL | 146.07º | 0.52% | 0.54% | - |
| HSV(B) | 146.07º | 0.61% | 0.78% | - |
| XYZ | 27.51 | 44.04 | 28.17 | - |
| YUV | 154.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 130 | 0.61 | 0 | 0.35 | 0.22 | 146.07 | 0.52 | 0.54 |
| Hex | 4D | C7 | 82 | 3D | 0 | 23 | 16 | 92 | 34 | 36 |
| Octal | 115 | 307 | 202 | 75 | 0 | 43 | 26 | 222 | 64 | 66 |
| Binary | 1001101 | 11000111 | 10000010 | 111101 | 0 | 100011 | 10110 | 10010010 | 110100 | 110110 |
Color Harmonies of #4DC782
Complementary color
Monochromatic Colors of #4DC782
Black with #4DC782
Text Example
Text Example
White with #4DC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC782; }
p { color: rgb(77,199,130); }
H1.HeaderClassName
{
color: #4DC782;
}
.AnyTagClassName
{
color: #4DC782;
}
</style>
background-color css
<style>
a { background-color: #4DC782; }
a { background-color: rgb(77,199,130); }
div.DivClassName
{
background-color: #4DC782;
}
.BgClassName
{
background-color: #4DC782;
}
</style>
border-color css
<style>
span { border-color: #4DC782; }
span { border-color: rgb(77,199,130); }
td.TdClassName
{
border-color: #4DC782;
}
.TagClassName
{
border-color: #4DC782;
}
</style>