Shades of Emerald #4CC482
Tints of Emerald #4CC482
RGB
CMYK
RGB Variations
Color information
#4CC482 (or 0x4CC482) is known color: Emerald. HEX triplet: 4C, C4 and 82. RGB value is (76,196,130). Sum of RGB (Red+Green+Blue) = 76+196+130=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC482 is #B33B7D. Grayscale: #989898. Windows color (decimal): -11746174 or 8569932. OLE color: 8569932.
HSL color Cylindrical-coordinate representation of color #4CC482: hue angle of 147º 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 #4CC482 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 130 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.23 |
| HSL | 147º | 0.5% | 0.53% | - |
| HSV(B) | 147º | 0.61% | 0.77% | - |
| XYZ | 26.75 | 42.63 | 27.94 | - |
| YUV | 152.6 | 115.24 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 130 | 0.61 | 0 | 0.34 | 0.23 | 147 | 0.5 | 0.53 |
| Hex | 4C | C4 | 82 | 3D | 0 | 22 | 17 | 93 | 32 | 35 |
| Octal | 114 | 304 | 202 | 75 | 0 | 42 | 27 | 223 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10000010 | 111101 | 0 | 100010 | 10111 | 10010011 | 110010 | 110101 |
Color Harmonies of #4CC482
Complementary color
Monochromatic Colors of #4CC482
Black with #4CC482
Text Example
Text Example
White with #4CC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC482; }
p { color: rgb(76,196,130); }
H1.HeaderClassName
{
color: #4CC482;
}
.AnyTagClassName
{
color: #4CC482;
}
</style>
background-color css
<style>
a { background-color: #4CC482; }
a { background-color: rgb(76,196,130); }
div.DivClassName
{
background-color: #4CC482;
}
.BgClassName
{
background-color: #4CC482;
}
</style>
border-color css
<style>
span { border-color: #4CC482; }
span { border-color: rgb(76,196,130); }
td.TdClassName
{
border-color: #4CC482;
}
.TagClassName
{
border-color: #4CC482;
}
</style>