Shades of Emerald #4EF07D
Tints of Emerald #4EF07D
RGB
CMYK
RGB Variations
Color information
#4EF07D (or 0x4EF07D) is known color: Emerald. HEX triplet: 4E, F0 and 7D. RGB value is (78,240,125). Sum of RGB (Red+Green+Blue) = 78+240+125=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #4EF07D is #B10F82. Grayscale: #B2B2B2. Windows color (decimal): -11603843 or 8253518. OLE color: 8253518.
HSL color Cylindrical-coordinate representation of color #4EF07D: hue angle of 137.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF07D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 240 | 125 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.06 |
| HSL | 137.41º | 0.84% | 0.62% | - |
| HSV(B) | 137.41º | 0.68% | 0.94% | - |
| XYZ | 38 | 65.42 | 30.03 | - |
| YUV | 178.45 | 97.83 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 240 | 125 | 0.68 | 0 | 0.48 | 0.06 | 137.41 | 0.84 | 0.62 |
| Hex | 4E | F0 | 7D | 44 | 0 | 30 | 6 | 89 | 54 | 3E |
| Octal | 116 | 360 | 175 | 104 | 0 | 60 | 6 | 211 | 124 | 76 |
| Binary | 1001110 | 11110000 | 1111101 | 1000100 | 0 | 110000 | 110 | 10001001 | 1010100 | 111110 |
Color Harmonies of #4EF07D
Complementary color
Monochromatic Colors of #4EF07D
Black with #4EF07D
Text Example
Text Example
White with #4EF07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF07D; }
p { color: rgb(78,240,125); }
H1.HeaderClassName
{
color: #4EF07D;
}
.AnyTagClassName
{
color: #4EF07D;
}
</style>
background-color css
<style>
a { background-color: #4EF07D; }
a { background-color: rgb(78,240,125); }
div.DivClassName
{
background-color: #4EF07D;
}
.BgClassName
{
background-color: #4EF07D;
}
</style>
border-color css
<style>
span { border-color: #4EF07D; }
span { border-color: rgb(78,240,125); }
td.TdClassName
{
border-color: #4EF07D;
}
.TagClassName
{
border-color: #4EF07D;
}
</style>