Shades of Emerald #4CC48D
Tints of Emerald #4CC48D
RGB
CMYK
RGB Variations
Color information
#4CC48D (or 0x4CC48D) is known color: Emerald. HEX triplet: 4C, C4 and 8D. RGB value is (76,196,141). Sum of RGB (Red+Green+Blue) = 76+196+141=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC48D is #B33B72. Grayscale: #999999. Windows color (decimal): -11746163 or 9290828. OLE color: 9290828.
HSL color Cylindrical-coordinate representation of color #4CC48D: hue angle of 152.5º 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 #4CC48D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 141 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.23 |
| HSL | 152.5º | 0.5% | 0.53% | - |
| HSV(B) | 152.5º | 0.61% | 0.77% | - |
| XYZ | 27.53 | 42.94 | 32.04 | - |
| YUV | 153.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 141 | 0.61 | 0 | 0.28 | 0.23 | 152.5 | 0.5 | 0.53 |
| Hex | 4C | C4 | 8D | 3D | 0 | 1C | 17 | 98 | 32 | 35 |
| Octal | 114 | 304 | 215 | 75 | 0 | 34 | 27 | 230 | 62 | 65 |
| Binary | 1001100 | 11000100 | 10001101 | 111101 | 0 | 11100 | 10111 | 10011000 | 110010 | 110101 |
Color Harmonies of #4CC48D
Complementary color
Monochromatic Colors of #4CC48D
Black with #4CC48D
Text Example
Text Example
White with #4CC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC48D; }
p { color: rgb(76,196,141); }
H1.HeaderClassName
{
color: #4CC48D;
}
.AnyTagClassName
{
color: #4CC48D;
}
</style>
background-color css
<style>
a { background-color: #4CC48D; }
a { background-color: rgb(76,196,141); }
div.DivClassName
{
background-color: #4CC48D;
}
.BgClassName
{
background-color: #4CC48D;
}
</style>
border-color css
<style>
span { border-color: #4CC48D; }
span { border-color: rgb(76,196,141); }
td.TdClassName
{
border-color: #4CC48D;
}
.TagClassName
{
border-color: #4CC48D;
}
</style>