Shades of Emerald #4CD078
Tints of Emerald #4CD078
RGB
CMYK
RGB Variations
Color information
#4CD078 (or 0x4CD078) is known color: Emerald. HEX triplet: 4C, D0 and 78. RGB value is (76,208,120). Sum of RGB (Red+Green+Blue) = 76+208+120=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #4CD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD078 is #B32F87. Grayscale: #9E9E9E. Windows color (decimal): -11743112 or 7917644. OLE color: 7917644.
HSL color Cylindrical-coordinate representation of color #4CD078: hue angle of 140º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CD078 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 208 | 120 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.18 |
| HSL | 140º | 0.58% | 0.56% | - |
| HSV(B) | 140º | 0.63% | 0.82% | - |
| XYZ | 28.93 | 48 | 25.51 | - |
| YUV | 158.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 208 | 120 | 0.63 | 0 | 0.42 | 0.18 | 140 | 0.58 | 0.56 |
| Hex | 4C | D0 | 78 | 3F | 0 | 2A | 12 | 8C | 3A | 38 |
| Octal | 114 | 320 | 170 | 77 | 0 | 52 | 22 | 214 | 72 | 70 |
| Binary | 1001100 | 11010000 | 1111000 | 111111 | 0 | 101010 | 10010 | 10001100 | 111010 | 111000 |
Color Harmonies of #4CD078
Complementary color
Monochromatic Colors of #4CD078
Black with #4CD078
Text Example
Text Example
White with #4CD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD078; }
p { color: rgb(76,208,120); }
H1.HeaderClassName
{
color: #4CD078;
}
.AnyTagClassName
{
color: #4CD078;
}
</style>
background-color css
<style>
a { background-color: #4CD078; }
a { background-color: rgb(76,208,120); }
div.DivClassName
{
background-color: #4CD078;
}
.BgClassName
{
background-color: #4CD078;
}
</style>
border-color css
<style>
span { border-color: #4CD078; }
span { border-color: rgb(76,208,120); }
td.TdClassName
{
border-color: #4CD078;
}
.TagClassName
{
border-color: #4CD078;
}
</style>