Shades of Emerald #4EDE5C
Tints of Emerald #4EDE5C
RGB
CMYK
RGB Variations
Color information
#4EDE5C (or 0x4EDE5C) is known color: Emerald. HEX triplet: 4E, DE and 5C. RGB value is (78,222,92). Sum of RGB (Red+Green+Blue) = 78+222+92=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 222 (87.11% from 255 or 56.63% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDE5C is #B121A3. Grayscale: #A4A4A4. Windows color (decimal): -11608484 or 6086222. OLE color: 6086222.
HSL color Cylindrical-coordinate representation of color #4EDE5C: hue angle of 125.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDE5C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 92 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.13 |
| HSL | 125.83º | 0.69% | 0.59% | - |
| HSV(B) | 125.83º | 0.65% | 0.87% | - |
| XYZ | 31.19 | 54.63 | 19.03 | - |
| YUV | 164.12 | 87.29 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 92 | 0.65 | 0 | 0.59 | 0.13 | 125.83 | 0.69 | 0.59 |
| Hex | 4E | DE | 5C | 41 | 0 | 3B | D | 7E | 45 | 3B |
| Octal | 116 | 336 | 134 | 101 | 0 | 73 | 15 | 176 | 105 | 73 |
| Binary | 1001110 | 11011110 | 1011100 | 1000001 | 0 | 111011 | 1101 | 1111110 | 1000101 | 111011 |
Color Harmonies of #4EDE5C
Complementary color
Monochromatic Colors of #4EDE5C
Black with #4EDE5C
Text Example
Text Example
White with #4EDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE5C; }
p { color: rgb(78,222,92); }
H1.HeaderClassName
{
color: #4EDE5C;
}
.AnyTagClassName
{
color: #4EDE5C;
}
</style>
background-color css
<style>
a { background-color: #4EDE5C; }
a { background-color: rgb(78,222,92); }
div.DivClassName
{
background-color: #4EDE5C;
}
.BgClassName
{
background-color: #4EDE5C;
}
</style>
border-color css
<style>
span { border-color: #4EDE5C; }
span { border-color: rgb(78,222,92); }
td.TdClassName
{
border-color: #4EDE5C;
}
.TagClassName
{
border-color: #4EDE5C;
}
</style>