Shades of Emerald #4CC486
Tints of Emerald #4CC486
RGB
CMYK
RGB Variations
Color information
#4CC486 (or 0x4CC486) is known color: Emerald. HEX triplet: 4C, C4 and 86. RGB value is (76,196,134). Sum of RGB (Red+Green+Blue) = 76+196+134=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC486 is #B33B79. Grayscale: #999999. Windows color (decimal): -11746170 or 8832076. OLE color: 8832076.
HSL color Cylindrical-coordinate representation of color #4CC486: hue angle of 149º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC486 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 134 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.23 |
| HSL | 149º | 0.5% | 0.53% | - |
| HSV(B) | 149º | 0.61% | 0.77% | - |
| XYZ | 27.02 | 42.74 | 29.38 | - |
| YUV | 153.05 | 117.24 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 134 | 0.61 | 0 | 0.32 | 0.23 | 149 | 0.5 | 0.53 |
| Hex | 4C | C4 | 86 | 3D | 0 | 20 | 17 | 95 | 32 | 35 |
| Octal | 114 | 304 | 206 | 75 | 0 | 40 | 27 | 225 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10000110 | 111101 | 0 | 100000 | 10111 | 10010101 | 110010 | 110101 |
Color Harmonies of #4CC486
Complementary color
Monochromatic Colors of #4CC486
Black with #4CC486
Text Example
Text Example
White with #4CC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC486; }
p { color: rgb(76,196,134); }
H1.HeaderClassName
{
color: #4CC486;
}
.AnyTagClassName
{
color: #4CC486;
}
</style>
background-color css
<style>
a { background-color: #4CC486; }
a { background-color: rgb(76,196,134); }
div.DivClassName
{
background-color: #4CC486;
}
.BgClassName
{
background-color: #4CC486;
}
</style>
border-color css
<style>
span { border-color: #4CC486; }
span { border-color: rgb(76,196,134); }
td.TdClassName
{
border-color: #4CC486;
}
.TagClassName
{
border-color: #4CC486;
}
</style>