Shades of Emerald #4DC16B
Tints of Emerald #4DC16B
RGB
CMYK
RGB Variations
Color information
#4DC16B (or 0x4DC16B) is known color: Emerald. HEX triplet: 4D, C1 and 6B. RGB value is (77,193,107). Sum of RGB (Red+Green+Blue) = 77+193+107=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC16B is #B23E94. Grayscale: #949494. Windows color (decimal): -11681429 or 7061837. OLE color: 7061837.
HSL color Cylindrical-coordinate representation of color #4DC16B: hue angle of 135.52º 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 #4DC16B is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 107 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.24 |
| HSL | 135.52º | 0.48% | 0.53% | - |
| HSV(B) | 135.52º | 0.6% | 0.76% | - |
| XYZ | 24.78 | 40.78 | 20.47 | - |
| YUV | 148.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 107 | 0.60 | 0 | 0.45 | 0.24 | 135.52 | 0.48 | 0.53 |
| Hex | 4D | C1 | 6B | 3C | 0 | 2D | 18 | 88 | 30 | 35 |
| Octal | 115 | 301 | 153 | 74 | 0 | 55 | 30 | 210 | 60 | 65 |
| Binary | 1001101 | 11000001 | 1101011 | 111100 | 0 | 101101 | 11000 | 10001000 | 110000 | 110101 |
Color Harmonies of #4DC16B
Complementary color
Monochromatic Colors of #4DC16B
Black with #4DC16B
Text Example
Text Example
White with #4DC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC16B; }
p { color: rgb(77,193,107); }
H1.HeaderClassName
{
color: #4DC16B;
}
.AnyTagClassName
{
color: #4DC16B;
}
</style>
background-color css
<style>
a { background-color: #4DC16B; }
a { background-color: rgb(77,193,107); }
div.DivClassName
{
background-color: #4DC16B;
}
.BgClassName
{
background-color: #4DC16B;
}
</style>
border-color css
<style>
span { border-color: #4DC16B; }
span { border-color: rgb(77,193,107); }
td.TdClassName
{
border-color: #4DC16B;
}
.TagClassName
{
border-color: #4DC16B;
}
</style>