Shades of Emerald #4DF48E
Tints of Emerald #4DF48E
RGB
CMYK
RGB Variations
Color information
#4DF48E (or 0x4DF48E) is known color: Emerald. HEX triplet: 4D, F4 and 8E. RGB value is (77,244,142). Sum of RGB (Red+Green+Blue) = 77+244+142=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #4DF48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF48E is #B20B71. Grayscale: #B6B6B6. Windows color (decimal): -11668338 or 9368653. OLE color: 9368653.
HSL color Cylindrical-coordinate representation of color #4DF48E: hue angle of 143.35º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF48E is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 244 | 142 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.04 |
| HSL | 143.35º | 0.88% | 0.63% | - |
| HSV(B) | 143.35º | 0.68% | 0.96% | - |
| XYZ | 40.29 | 68.23 | 36.64 | - |
| YUV | 182.44 | 105.17 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 244 | 142 | 0.68 | 0 | 0.42 | 0.04 | 143.35 | 0.88 | 0.63 |
| Hex | 4D | F4 | 8E | 44 | 0 | 2A | 4 | 8F | 58 | 3F |
| Octal | 115 | 364 | 216 | 104 | 0 | 52 | 4 | 217 | 130 | 77 |
| Binary | 1001101 | 11110100 | 10001110 | 1000100 | 0 | 101010 | 100 | 10001111 | 1011000 | 111111 |
Color Harmonies of #4DF48E
Complementary color
Monochromatic Colors of #4DF48E
Black with #4DF48E
Text Example
Text Example
White with #4DF48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF48E; }
p { color: rgb(77,244,142); }
H1.HeaderClassName
{
color: #4DF48E;
}
.AnyTagClassName
{
color: #4DF48E;
}
</style>
background-color css
<style>
a { background-color: #4DF48E; }
a { background-color: rgb(77,244,142); }
div.DivClassName
{
background-color: #4DF48E;
}
.BgClassName
{
background-color: #4DF48E;
}
</style>
border-color css
<style>
span { border-color: #4DF48E; }
span { border-color: rgb(77,244,142); }
td.TdClassName
{
border-color: #4DF48E;
}
.TagClassName
{
border-color: #4DF48E;
}
</style>