Shades of Emerald #4DC482
Tints of Emerald #4DC482
RGB
CMYK
RGB Variations
Color information
#4DC482 (or 0x4DC482) is known color: Emerald. HEX triplet: 4D, C4 and 82. RGB value is (77,196,130). Sum of RGB (Red+Green+Blue) = 77+196+130=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC482 is #B23B7D. Grayscale: #999999. Windows color (decimal): -11680638 or 8569933. OLE color: 8569933.
HSL color Cylindrical-coordinate representation of color #4DC482: hue angle of 146.72º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC482 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 130 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.23 |
| HSL | 146.72º | 0.5% | 0.54% | - |
| HSV(B) | 146.72º | 0.61% | 0.77% | - |
| XYZ | 26.83 | 42.67 | 27.94 | - |
| YUV | 152.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 130 | 0.61 | 0 | 0.34 | 0.23 | 146.72 | 0.5 | 0.54 |
| Hex | 4D | C4 | 82 | 3D | 0 | 22 | 17 | 93 | 32 | 36 |
| Octal | 115 | 304 | 202 | 75 | 0 | 42 | 27 | 223 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10000010 | 111101 | 0 | 100010 | 10111 | 10010011 | 110010 | 110110 |
Color Harmonies of #4DC482
Complementary color
Monochromatic Colors of #4DC482
Black with #4DC482
Text Example
Text Example
White with #4DC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC482; }
p { color: rgb(77,196,130); }
H1.HeaderClassName
{
color: #4DC482;
}
.AnyTagClassName
{
color: #4DC482;
}
</style>
background-color css
<style>
a { background-color: #4DC482; }
a { background-color: rgb(77,196,130); }
div.DivClassName
{
background-color: #4DC482;
}
.BgClassName
{
background-color: #4DC482;
}
</style>
border-color css
<style>
span { border-color: #4DC482; }
span { border-color: rgb(77,196,130); }
td.TdClassName
{
border-color: #4DC482;
}
.TagClassName
{
border-color: #4DC482;
}
</style>