Shades of Emerald #4DC186
Tints of Emerald #4DC186
RGB
CMYK
RGB Variations
Color information
#4DC186 (or 0x4DC186) is known color: Emerald. HEX triplet: 4D, C1 and 86. RGB value is (77,193,134). Sum of RGB (Red+Green+Blue) = 77+193+134=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC186 is #B23E79. Grayscale: #979797. Windows color (decimal): -11681402 or 8831309. OLE color: 8831309.
HSL color Cylindrical-coordinate representation of color #4DC186: hue angle of 149.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC186 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 134 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.24 |
| HSL | 149.48º | 0.48% | 0.53% | - |
| HSV(B) | 149.48º | 0.6% | 0.76% | - |
| XYZ | 26.43 | 41.44 | 29.16 | - |
| YUV | 151.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 134 | 0.60 | 0 | 0.31 | 0.24 | 149.48 | 0.48 | 0.53 |
| Hex | 4D | C1 | 86 | 3C | 0 | 1F | 18 | 95 | 30 | 35 |
| Octal | 115 | 301 | 206 | 74 | 0 | 37 | 30 | 225 | 60 | 65 |
| Binary | 1001101 | 11000001 | 10000110 | 111100 | 0 | 11111 | 11000 | 10010101 | 110000 | 110101 |
Color Harmonies of #4DC186
Complementary color
Monochromatic Colors of #4DC186
Black with #4DC186
Text Example
Text Example
White with #4DC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC186; }
p { color: rgb(77,193,134); }
H1.HeaderClassName
{
color: #4DC186;
}
.AnyTagClassName
{
color: #4DC186;
}
</style>
background-color css
<style>
a { background-color: #4DC186; }
a { background-color: rgb(77,193,134); }
div.DivClassName
{
background-color: #4DC186;
}
.BgClassName
{
background-color: #4DC186;
}
</style>
border-color css
<style>
span { border-color: #4DC186; }
span { border-color: rgb(77,193,134); }
td.TdClassName
{
border-color: #4DC186;
}
.TagClassName
{
border-color: #4DC186;
}
</style>