Shades of Emerald #4CC076
Tints of Emerald #4CC076
RGB
CMYK
RGB Variations
Color information
#4CC076 (or 0x4CC076) is known color: Emerald. HEX triplet: 4C, C0 and 76. RGB value is (76,192,118). Sum of RGB (Red+Green+Blue) = 76+192+118=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC076 is #B33F89. Grayscale: #959595. Windows color (decimal): -11747210 or 7782476. OLE color: 7782476.
HSL color Cylindrical-coordinate representation of color #4CC076: hue angle of 141.72º 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 #4CC076 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 118 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.25 |
| HSL | 141.72º | 0.48% | 0.53% | - |
| HSV(B) | 141.72º | 0.6% | 0.75% | - |
| XYZ | 25.1 | 40.54 | 23.64 | - |
| YUV | 148.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 118 | 0.60 | 0 | 0.39 | 0.25 | 141.72 | 0.48 | 0.53 |
| Hex | 4C | C0 | 76 | 3C | 0 | 27 | 19 | 8E | 30 | 35 |
| Octal | 114 | 300 | 166 | 74 | 0 | 47 | 31 | 216 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1110110 | 111100 | 0 | 100111 | 11001 | 10001110 | 110000 | 110101 |
Color Harmonies of #4CC076
Complementary color
Monochromatic Colors of #4CC076
Black with #4CC076
Text Example
Text Example
White with #4CC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC076; }
p { color: rgb(76,192,118); }
H1.HeaderClassName
{
color: #4CC076;
}
.AnyTagClassName
{
color: #4CC076;
}
</style>
background-color css
<style>
a { background-color: #4CC076; }
a { background-color: rgb(76,192,118); }
div.DivClassName
{
background-color: #4CC076;
}
.BgClassName
{
background-color: #4CC076;
}
</style>
border-color css
<style>
span { border-color: #4CC076; }
span { border-color: rgb(76,192,118); }
td.TdClassName
{
border-color: #4CC076;
}
.TagClassName
{
border-color: #4CC076;
}
</style>