Shades of Emerald #4DC066
Tints of Emerald #4DC066
RGB
CMYK
RGB Variations
Color information
#4DC066 (or 0x4DC066) is known color: Emerald. HEX triplet: 4D, C0 and 66. RGB value is (77,192,102). Sum of RGB (Red+Green+Blue) = 77+192+102=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC066 is #B23F99. Grayscale: #939393. Windows color (decimal): -11681690 or 6733901. OLE color: 6733901.
HSL color Cylindrical-coordinate representation of color #4DC066: hue angle of 133.04º 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 #4DC066 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 102 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.25 |
| HSL | 133.04º | 0.48% | 0.53% | - |
| HSV(B) | 133.04º | 0.6% | 0.75% | - |
| XYZ | 24.31 | 40.24 | 19.06 | - |
| YUV | 147.36 | 102.4 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 102 | 0.60 | 0 | 0.47 | 0.25 | 133.04 | 0.48 | 0.53 |
| Hex | 4D | C0 | 66 | 3C | 0 | 2F | 19 | 85 | 30 | 35 |
| Octal | 115 | 300 | 146 | 74 | 0 | 57 | 31 | 205 | 60 | 65 |
| Binary | 1001101 | 11000000 | 1100110 | 111100 | 0 | 101111 | 11001 | 10000101 | 110000 | 110101 |
Color Harmonies of #4DC066
Complementary color
Monochromatic Colors of #4DC066
Black with #4DC066
Text Example
Text Example
White with #4DC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC066; }
p { color: rgb(77,192,102); }
H1.HeaderClassName
{
color: #4DC066;
}
.AnyTagClassName
{
color: #4DC066;
}
</style>
background-color css
<style>
a { background-color: #4DC066; }
a { background-color: rgb(77,192,102); }
div.DivClassName
{
background-color: #4DC066;
}
.BgClassName
{
background-color: #4DC066;
}
</style>
border-color css
<style>
span { border-color: #4DC066; }
span { border-color: rgb(77,192,102); }
td.TdClassName
{
border-color: #4DC066;
}
.TagClassName
{
border-color: #4DC066;
}
</style>