Shades of Emerald #4DF18E
Tints of Emerald #4DF18E
RGB
CMYK
RGB Variations
Color information
#4DF18E (or 0x4DF18E) is known color: Emerald. HEX triplet: 4D, F1 and 8E. RGB value is (77,241,142). Sum of RGB (Red+Green+Blue) = 77+241+142=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF18E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF18E is #B20E71. Grayscale: #B4B4B4. Windows color (decimal): -11669106 or 9367885. OLE color: 9367885.
HSL color Cylindrical-coordinate representation of color #4DF18E: hue angle of 143.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF18E is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 142 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.05 |
| HSL | 143.78º | 0.85% | 0.62% | - |
| HSV(B) | 143.78º | 0.68% | 0.95% | - |
| XYZ | 39.4 | 66.44 | 36.34 | - |
| YUV | 180.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 142 | 0.68 | 0 | 0.41 | 0.05 | 143.78 | 0.85 | 0.62 |
| Hex | 4D | F1 | 8E | 44 | 0 | 29 | 5 | 90 | 55 | 3E |
| Octal | 115 | 361 | 216 | 104 | 0 | 51 | 5 | 220 | 125 | 76 |
| Binary | 1001101 | 11110001 | 10001110 | 1000100 | 0 | 101001 | 101 | 10010000 | 1010101 | 111110 |
Color Harmonies of #4DF18E
Complementary color
Monochromatic Colors of #4DF18E
Black with #4DF18E
Text Example
Text Example
White with #4DF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF18E; }
p { color: rgb(77,241,142); }
H1.HeaderClassName
{
color: #4DF18E;
}
.AnyTagClassName
{
color: #4DF18E;
}
</style>
background-color css
<style>
a { background-color: #4DF18E; }
a { background-color: rgb(77,241,142); }
div.DivClassName
{
background-color: #4DF18E;
}
.BgClassName
{
background-color: #4DF18E;
}
</style>
border-color css
<style>
span { border-color: #4DF18E; }
span { border-color: rgb(77,241,142); }
td.TdClassName
{
border-color: #4DF18E;
}
.TagClassName
{
border-color: #4DF18E;
}
</style>