Shades of Emerald #4DC16C
Tints of Emerald #4DC16C
RGB
CMYK
RGB Variations
Color information
#4DC16C (or 0x4DC16C) is known color: Emerald. HEX triplet: 4D, C1 and 6C. RGB value is (77,193,108). Sum of RGB (Red+Green+Blue) = 77+193+108=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC16C is #B23E93. Grayscale: #949494. Windows color (decimal): -11681428 or 7127373. OLE color: 7127373.
HSL color Cylindrical-coordinate representation of color #4DC16C: hue angle of 136.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC16C is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 108 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.24 |
| HSL | 136.03º | 0.48% | 0.53% | - |
| HSV(B) | 136.03º | 0.6% | 0.76% | - |
| XYZ | 24.84 | 40.8 | 20.75 | - |
| YUV | 148.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 108 | 0.60 | 0 | 0.44 | 0.24 | 136.03 | 0.48 | 0.53 |
| Hex | 4D | C1 | 6C | 3C | 0 | 2C | 18 | 88 | 30 | 35 |
| Octal | 115 | 301 | 154 | 74 | 0 | 54 | 30 | 210 | 60 | 65 |
| Binary | 1001101 | 11000001 | 1101100 | 111100 | 0 | 101100 | 11000 | 10001000 | 110000 | 110101 |
Color Harmonies of #4DC16C
Complementary color
Monochromatic Colors of #4DC16C
Black with #4DC16C
Text Example
Text Example
White with #4DC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC16C; }
p { color: rgb(77,193,108); }
H1.HeaderClassName
{
color: #4DC16C;
}
.AnyTagClassName
{
color: #4DC16C;
}
</style>
background-color css
<style>
a { background-color: #4DC16C; }
a { background-color: rgb(77,193,108); }
div.DivClassName
{
background-color: #4DC16C;
}
.BgClassName
{
background-color: #4DC16C;
}
</style>
border-color css
<style>
span { border-color: #4DC16C; }
span { border-color: rgb(77,193,108); }
td.TdClassName
{
border-color: #4DC16C;
}
.TagClassName
{
border-color: #4DC16C;
}
</style>