Shades of Emerald #4DC068
Tints of Emerald #4DC068
RGB
CMYK
RGB Variations
Color information
#4DC068 (or 0x4DC068) is known color: Emerald. HEX triplet: 4D, C0 and 68. RGB value is (77,192,104). Sum of RGB (Red+Green+Blue) = 77+192+104=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC068 is #B23F97. Grayscale: #939393. Windows color (decimal): -11681688 or 6864973. OLE color: 6864973.
HSL color Cylindrical-coordinate representation of color #4DC068: hue angle of 134.09º 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 #4DC068 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 104 | - |
| CMYK | 0.60 | 0 | 0.46 | 0.25 |
| HSL | 134.09º | 0.48% | 0.53% | - |
| HSV(B) | 134.09º | 0.6% | 0.75% | - |
| XYZ | 24.41 | 40.28 | 19.58 | - |
| YUV | 147.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 104 | 0.60 | 0 | 0.46 | 0.25 | 134.09 | 0.48 | 0.53 |
| Hex | 4D | C0 | 68 | 3C | 0 | 2E | 19 | 86 | 30 | 35 |
| Octal | 115 | 300 | 150 | 74 | 0 | 56 | 31 | 206 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1101000 | 111100 | 0 | 101110 | 11001 | 10000110 | 110000 | 110101 |
Color Harmonies of #4DC068
Complementary color
Monochromatic Colors of #4DC068
Black with #4DC068
Text Example
Text Example
White with #4DC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC068; }
p { color: rgb(77,192,104); }
H1.HeaderClassName
{
color: #4DC068;
}
.AnyTagClassName
{
color: #4DC068;
}
</style>
background-color css
<style>
a { background-color: #4DC068; }
a { background-color: rgb(77,192,104); }
div.DivClassName
{
background-color: #4DC068;
}
.BgClassName
{
background-color: #4DC068;
}
</style>
border-color css
<style>
span { border-color: #4DC068; }
span { border-color: rgb(77,192,104); }
td.TdClassName
{
border-color: #4DC068;
}
.TagClassName
{
border-color: #4DC068;
}
</style>