Shades of Emerald #4CC078
Tints of Emerald #4CC078
RGB
CMYK
RGB Variations
Color information
#4CC078 (or 0x4CC078) is known color: Emerald. HEX triplet: 4C, C0 and 78. RGB value is (76,192,120). Sum of RGB (Red+Green+Blue) = 76+192+120=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC078 is #B33F87. Grayscale: #959595. Windows color (decimal): -11747208 or 7913548. OLE color: 7913548.
HSL color Cylindrical-coordinate representation of color #4CC078: hue angle of 142.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC078 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 120 | - |
| CMYK | 0.60 | 0 | 0.38 | 0.25 |
| HSL | 142.76º | 0.48% | 0.53% | - |
| HSV(B) | 142.76º | 0.6% | 0.75% | - |
| XYZ | 25.22 | 40.59 | 24.28 | - |
| YUV | 149.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 120 | 0.60 | 0 | 0.38 | 0.25 | 142.76 | 0.48 | 0.53 |
| Hex | 4C | C0 | 78 | 3C | 0 | 26 | 19 | 8F | 30 | 35 |
| Octal | 114 | 300 | 170 | 74 | 0 | 46 | 31 | 217 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1111000 | 111100 | 0 | 100110 | 11001 | 10001111 | 110000 | 110101 |
Color Harmonies of #4CC078
Complementary color
Monochromatic Colors of #4CC078
Black with #4CC078
Text Example
Text Example
White with #4CC078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC078; }
p { color: rgb(76,192,120); }
H1.HeaderClassName
{
color: #4CC078;
}
.AnyTagClassName
{
color: #4CC078;
}
</style>
background-color css
<style>
a { background-color: #4CC078; }
a { background-color: rgb(76,192,120); }
div.DivClassName
{
background-color: #4CC078;
}
.BgClassName
{
background-color: #4CC078;
}
</style>
border-color css
<style>
span { border-color: #4CC078; }
span { border-color: rgb(76,192,120); }
td.TdClassName
{
border-color: #4CC078;
}
.TagClassName
{
border-color: #4CC078;
}
</style>