Shades of Emerald #4DC48B
Tints of Emerald #4DC48B
RGB
CMYK
RGB Variations
Color information
#4DC48B (or 0x4DC48B) is known color: Emerald. HEX triplet: 4D, C4 and 8B. RGB value is (77,196,139). Sum of RGB (Red+Green+Blue) = 77+196+139=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC48B is #B23B74. Grayscale: #9A9A9A. Windows color (decimal): -11680629 or 9159757. OLE color: 9159757.
HSL color Cylindrical-coordinate representation of color #4DC48B: hue angle of 151.26º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC48B is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 139 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.23 |
| HSL | 151.26º | 0.5% | 0.54% | - |
| HSV(B) | 151.26º | 0.61% | 0.77% | - |
| XYZ | 27.46 | 42.92 | 31.26 | - |
| YUV | 153.92 | 119.58 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 139 | 0.61 | 0 | 0.29 | 0.23 | 151.26 | 0.5 | 0.54 |
| Hex | 4D | C4 | 8B | 3D | 0 | 1D | 17 | 97 | 32 | 36 |
| Octal | 115 | 304 | 213 | 75 | 0 | 35 | 27 | 227 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10001011 | 111101 | 0 | 11101 | 10111 | 10010111 | 110010 | 110110 |
Color Harmonies of #4DC48B
Complementary color
Monochromatic Colors of #4DC48B
Black with #4DC48B
Text Example
Text Example
White with #4DC48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC48B; }
p { color: rgb(77,196,139); }
H1.HeaderClassName
{
color: #4DC48B;
}
.AnyTagClassName
{
color: #4DC48B;
}
</style>
background-color css
<style>
a { background-color: #4DC48B; }
a { background-color: rgb(77,196,139); }
div.DivClassName
{
background-color: #4DC48B;
}
.BgClassName
{
background-color: #4DC48B;
}
</style>
border-color css
<style>
span { border-color: #4DC48B; }
span { border-color: rgb(77,196,139); }
td.TdClassName
{
border-color: #4DC48B;
}
.TagClassName
{
border-color: #4DC48B;
}
</style>