Shades of Emerald #4CC07E
Tints of Emerald #4CC07E
RGB
CMYK
RGB Variations
Color information
#4CC07E (or 0x4CC07E) is known color: Emerald. HEX triplet: 4C, C0 and 7E. RGB value is (76,192,126). Sum of RGB (Red+Green+Blue) = 76+192+126=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC07E is #B33F81. Grayscale: #959595. Windows color (decimal): -11747202 or 8306764. OLE color: 8306764.
HSL color Cylindrical-coordinate representation of color #4CC07E: hue angle of 145.86º 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 #4CC07E is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 126 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.25 |
| HSL | 145.86º | 0.48% | 0.53% | - |
| HSV(B) | 145.86º | 0.6% | 0.75% | - |
| XYZ | 25.6 | 40.74 | 26.25 | - |
| YUV | 149.79 | 114.57 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 126 | 0.60 | 0 | 0.34 | 0.25 | 145.86 | 0.48 | 0.53 |
| Hex | 4C | C0 | 7E | 3C | 0 | 22 | 19 | 92 | 30 | 35 |
| Octal | 114 | 300 | 176 | 74 | 0 | 42 | 31 | 222 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1111110 | 111100 | 0 | 100010 | 11001 | 10010010 | 110000 | 110101 |
Color Harmonies of #4CC07E
Complementary color
Monochromatic Colors of #4CC07E
Black with #4CC07E
Text Example
Text Example
White with #4CC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC07E; }
p { color: rgb(76,192,126); }
H1.HeaderClassName
{
color: #4CC07E;
}
.AnyTagClassName
{
color: #4CC07E;
}
</style>
background-color css
<style>
a { background-color: #4CC07E; }
a { background-color: rgb(76,192,126); }
div.DivClassName
{
background-color: #4CC07E;
}
.BgClassName
{
background-color: #4CC07E;
}
</style>
border-color css
<style>
span { border-color: #4CC07E; }
span { border-color: rgb(76,192,126); }
td.TdClassName
{
border-color: #4CC07E;
}
.TagClassName
{
border-color: #4CC07E;
}
</style>