Shades of Emerald #4CC07C
Tints of Emerald #4CC07C
RGB
CMYK
RGB Variations
Color information
#4CC07C (or 0x4CC07C) is known color: Emerald. HEX triplet: 4C, C0 and 7C. RGB value is (76,192,124). Sum of RGB (Red+Green+Blue) = 76+192+124=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC07C is #B33F83. Grayscale: #959595. Windows color (decimal): -11747204 or 8175692. OLE color: 8175692.
HSL color Cylindrical-coordinate representation of color #4CC07C: hue angle of 144.83º 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 #4CC07C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 124 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.25 |
| HSL | 144.83º | 0.48% | 0.53% | - |
| HSV(B) | 144.83º | 0.6% | 0.75% | - |
| XYZ | 25.47 | 40.69 | 25.58 | - |
| YUV | 149.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 124 | 0.60 | 0 | 0.35 | 0.25 | 144.83 | 0.48 | 0.53 |
| Hex | 4C | C0 | 7C | 3C | 0 | 23 | 19 | 91 | 30 | 35 |
| Octal | 114 | 300 | 174 | 74 | 0 | 43 | 31 | 221 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1111100 | 111100 | 0 | 100011 | 11001 | 10010001 | 110000 | 110101 |
Color Harmonies of #4CC07C
Complementary color
Monochromatic Colors of #4CC07C
Black with #4CC07C
Text Example
Text Example
White with #4CC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC07C; }
p { color: rgb(76,192,124); }
H1.HeaderClassName
{
color: #4CC07C;
}
.AnyTagClassName
{
color: #4CC07C;
}
</style>
background-color css
<style>
a { background-color: #4CC07C; }
a { background-color: rgb(76,192,124); }
div.DivClassName
{
background-color: #4CC07C;
}
.BgClassName
{
background-color: #4CC07C;
}
</style>
border-color css
<style>
span { border-color: #4CC07C; }
span { border-color: rgb(76,192,124); }
td.TdClassName
{
border-color: #4CC07C;
}
.TagClassName
{
border-color: #4CC07C;
}
</style>