Shades of Emerald #4DF186
Tints of Emerald #4DF186
RGB
CMYK
RGB Variations
Color information
#4DF186 (or 0x4DF186) is known color: Emerald. HEX triplet: 4D, F1 and 86. RGB value is (77,241,134). Sum of RGB (Red+Green+Blue) = 77+241+134=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF186 is #B20E79. Grayscale: #B4B4B4. Windows color (decimal): -11669114 or 8843597. OLE color: 8843597.
HSL color Cylindrical-coordinate representation of color #4DF186: hue angle of 140.85º 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 #4DF186 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 134 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.05 |
| HSL | 140.85º | 0.85% | 0.62% | - |
| HSV(B) | 140.85º | 0.68% | 0.95% | - |
| XYZ | 38.82 | 66.21 | 33.29 | - |
| YUV | 179.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 134 | 0.68 | 0 | 0.44 | 0.05 | 140.85 | 0.85 | 0.62 |
| Hex | 4D | F1 | 86 | 44 | 0 | 2C | 5 | 8D | 55 | 3E |
| Octal | 115 | 361 | 206 | 104 | 0 | 54 | 5 | 215 | 125 | 76 |
| Binary | 1001101 | 11110001 | 10000110 | 1000100 | 0 | 101100 | 101 | 10001101 | 1010101 | 111110 |
Color Harmonies of #4DF186
Complementary color
Monochromatic Colors of #4DF186
Black with #4DF186
Text Example
Text Example
White with #4DF186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF186; }
p { color: rgb(77,241,134); }
H1.HeaderClassName
{
color: #4DF186;
}
.AnyTagClassName
{
color: #4DF186;
}
</style>
background-color css
<style>
a { background-color: #4DF186; }
a { background-color: rgb(77,241,134); }
div.DivClassName
{
background-color: #4DF186;
}
.BgClassName
{
background-color: #4DF186;
}
</style>
border-color css
<style>
span { border-color: #4DF186; }
span { border-color: rgb(77,241,134); }
td.TdClassName
{
border-color: #4DF186;
}
.TagClassName
{
border-color: #4DF186;
}
</style>