Shades of Emerald #4EF185
Tints of Emerald #4EF185
RGB
CMYK
RGB Variations
Color information
#4EF185 (or 0x4EF185) is known color: Emerald. HEX triplet: 4E, F1 and 85. RGB value is (78,241,133). Sum of RGB (Red+Green+Blue) = 78+241+133=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 241 (94.53% from 255 or 53.32% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF185 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EF185 is #B10E7A. Grayscale: #B4B4B4. Windows color (decimal): -11603579 or 8778062. OLE color: 8778062.
HSL color Cylindrical-coordinate representation of color #4EF185: hue angle of 140.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF185 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 241 | 133 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.05 |
| HSL | 140.25º | 0.85% | 0.63% | - |
| HSV(B) | 140.25º | 0.68% | 0.95% | - |
| XYZ | 38.83 | 66.22 | 32.93 | - |
| YUV | 179.95 | 101.5 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 241 | 133 | 0.68 | 0 | 0.45 | 0.05 | 140.25 | 0.85 | 0.63 |
| Hex | 4E | F1 | 85 | 44 | 0 | 2D | 5 | 8C | 55 | 3F |
| Octal | 116 | 361 | 205 | 104 | 0 | 55 | 5 | 214 | 125 | 77 |
| Binary | 1001110 | 11110001 | 10000101 | 1000100 | 0 | 101101 | 101 | 10001100 | 1010101 | 111111 |
Color Harmonies of #4EF185
Complementary color
Monochromatic Colors of #4EF185
Black with #4EF185
Text Example
Text Example
White with #4EF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF185; }
p { color: rgb(78,241,133); }
H1.HeaderClassName
{
color: #4EF185;
}
.AnyTagClassName
{
color: #4EF185;
}
</style>
background-color css
<style>
a { background-color: #4EF185; }
a { background-color: rgb(78,241,133); }
div.DivClassName
{
background-color: #4EF185;
}
.BgClassName
{
background-color: #4EF185;
}
</style>
border-color css
<style>
span { border-color: #4EF185; }
span { border-color: rgb(78,241,133); }
td.TdClassName
{
border-color: #4EF185;
}
.TagClassName
{
border-color: #4EF185;
}
</style>