Shades of Emerald #4DF18D
Tints of Emerald #4DF18D
RGB
CMYK
RGB Variations
Color information
#4DF18D (or 0x4DF18D) is known color: Emerald. HEX triplet: 4D, F1 and 8D. RGB value is (77,241,141). Sum of RGB (Red+Green+Blue) = 77+241+141=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF18D is #B20E72. Grayscale: #B4B4B4. Windows color (decimal): -11669107 or 9302349. OLE color: 9302349.
HSL color Cylindrical-coordinate representation of color #4DF18D: hue angle of 143.41º 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 #4DF18D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 141 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.05 |
| HSL | 143.41º | 0.85% | 0.62% | - |
| HSV(B) | 143.41º | 0.68% | 0.95% | - |
| XYZ | 39.32 | 66.41 | 35.95 | - |
| YUV | 180.56 | 105.67 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 141 | 0.68 | 0 | 0.41 | 0.05 | 143.41 | 0.85 | 0.62 |
| Hex | 4D | F1 | 8D | 44 | 0 | 29 | 5 | 8F | 55 | 3E |
| Octal | 115 | 361 | 215 | 104 | 0 | 51 | 5 | 217 | 125 | 76 |
| Binary | 1001101 | 11110001 | 10001101 | 1000100 | 0 | 101001 | 101 | 10001111 | 1010101 | 111110 |
Color Harmonies of #4DF18D
Complementary color
Monochromatic Colors of #4DF18D
Black with #4DF18D
Text Example
Text Example
White with #4DF18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF18D; }
p { color: rgb(77,241,141); }
H1.HeaderClassName
{
color: #4DF18D;
}
.AnyTagClassName
{
color: #4DF18D;
}
</style>
background-color css
<style>
a { background-color: #4DF18D; }
a { background-color: rgb(77,241,141); }
div.DivClassName
{
background-color: #4DF18D;
}
.BgClassName
{
background-color: #4DF18D;
}
</style>
border-color css
<style>
span { border-color: #4DF18D; }
span { border-color: rgb(77,241,141); }
td.TdClassName
{
border-color: #4DF18D;
}
.TagClassName
{
border-color: #4DF18D;
}
</style>