Shades of Emerald #4CC073
Tints of Emerald #4CC073
RGB
CMYK
RGB Variations
Color information
#4CC073 (or 0x4CC073) is known color: Emerald. HEX triplet: 4C, C0 and 73. RGB value is (76,192,115). Sum of RGB (Red+Green+Blue) = 76+192+115=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC073 is #B33F8C. Grayscale: #949494. Windows color (decimal): -11747213 or 7585868. OLE color: 7585868.
HSL color Cylindrical-coordinate representation of color #4CC073: hue angle of 140.17º 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 #4CC073 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 115 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.25 |
| HSL | 140.17º | 0.48% | 0.53% | - |
| HSV(B) | 140.17º | 0.6% | 0.75% | - |
| XYZ | 24.92 | 40.47 | 22.72 | - |
| YUV | 148.54 | 109.07 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 115 | 0.60 | 0 | 0.40 | 0.25 | 140.17 | 0.48 | 0.53 |
| Hex | 4C | C0 | 73 | 3C | 0 | 28 | 19 | 8C | 30 | 35 |
| Octal | 114 | 300 | 163 | 74 | 0 | 50 | 31 | 214 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1110011 | 111100 | 0 | 101000 | 11001 | 10001100 | 110000 | 110101 |
Color Harmonies of #4CC073
Complementary color
Monochromatic Colors of #4CC073
Black with #4CC073
Text Example
Text Example
White with #4CC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC073; }
p { color: rgb(76,192,115); }
H1.HeaderClassName
{
color: #4CC073;
}
.AnyTagClassName
{
color: #4CC073;
}
</style>
background-color css
<style>
a { background-color: #4CC073; }
a { background-color: rgb(76,192,115); }
div.DivClassName
{
background-color: #4CC073;
}
.BgClassName
{
background-color: #4CC073;
}
</style>
border-color css
<style>
span { border-color: #4CC073; }
span { border-color: rgb(76,192,115); }
td.TdClassName
{
border-color: #4CC073;
}
.TagClassName
{
border-color: #4CC073;
}
</style>