Shades of Emerald #4DC48A
Tints of Emerald #4DC48A
RGB
CMYK
RGB Variations
Color information
#4DC48A (or 0x4DC48A) is known color: Emerald. HEX triplet: 4D, C4 and 8A. RGB value is (77,196,138). Sum of RGB (Red+Green+Blue) = 77+196+138=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC48A is #B23B75. Grayscale: #999999. Windows color (decimal): -11680630 or 9094221. OLE color: 9094221.
HSL color Cylindrical-coordinate representation of color #4DC48A: hue angle of 150.76º 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 #4DC48A is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 138 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.23 |
| HSL | 150.76º | 0.5% | 0.54% | - |
| HSV(B) | 150.76º | 0.61% | 0.77% | - |
| XYZ | 27.39 | 42.89 | 30.88 | - |
| YUV | 153.81 | 119.08 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 138 | 0.61 | 0 | 0.30 | 0.23 | 150.76 | 0.5 | 0.54 |
| Hex | 4D | C4 | 8A | 3D | 0 | 1E | 17 | 97 | 32 | 36 |
| Octal | 115 | 304 | 212 | 75 | 0 | 36 | 27 | 227 | 62 | 66 |
| Binary | 1001101 | 11000100 | 10001010 | 111101 | 0 | 11110 | 10111 | 10010111 | 110010 | 110110 |
Color Harmonies of #4DC48A
Complementary color
Monochromatic Colors of #4DC48A
Black with #4DC48A
Text Example
Text Example
White with #4DC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC48A; }
p { color: rgb(77,196,138); }
H1.HeaderClassName
{
color: #4DC48A;
}
.AnyTagClassName
{
color: #4DC48A;
}
</style>
background-color css
<style>
a { background-color: #4DC48A; }
a { background-color: rgb(77,196,138); }
div.DivClassName
{
background-color: #4DC48A;
}
.BgClassName
{
background-color: #4DC48A;
}
</style>
border-color css
<style>
span { border-color: #4DC48A; }
span { border-color: rgb(77,196,138); }
td.TdClassName
{
border-color: #4DC48A;
}
.TagClassName
{
border-color: #4DC48A;
}
</style>