Shades of Emerald #4ED75A
Tints of Emerald #4ED75A
RGB
CMYK
RGB Variations
Color information
#4ED75A (or 0x4ED75A) is known color: Emerald. HEX triplet: 4E, D7 and 5A. RGB value is (78,215,90). Sum of RGB (Red+Green+Blue) = 78+215+90=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED75A is #B128A5. Grayscale: #A0A0A0. Windows color (decimal): -11610278 or 5953358. OLE color: 5953358.
HSL color Cylindrical-coordinate representation of color #4ED75A: hue angle of 125.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED75A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 90 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.16 |
| HSL | 125.26º | 0.63% | 0.57% | - |
| HSV(B) | 125.26º | 0.64% | 0.84% | - |
| XYZ | 29.29 | 50.96 | 17.97 | - |
| YUV | 159.79 | 88.61 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 90 | 0.64 | 0 | 0.58 | 0.16 | 125.26 | 0.63 | 0.57 |
| Hex | 4E | D7 | 5A | 40 | 0 | 3A | 10 | 7D | 3F | 39 |
| Octal | 116 | 327 | 132 | 100 | 0 | 72 | 20 | 175 | 77 | 71 |
| Binary | 1001110 | 11010111 | 1011010 | 1000000 | 0 | 111010 | 10000 | 1111101 | 111111 | 111001 |
Color Harmonies of #4ED75A
Complementary color
Monochromatic Colors of #4ED75A
Black with #4ED75A
Text Example
Text Example
White with #4ED75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED75A; }
p { color: rgb(78,215,90); }
H1.HeaderClassName
{
color: #4ED75A;
}
.AnyTagClassName
{
color: #4ED75A;
}
</style>
background-color css
<style>
a { background-color: #4ED75A; }
a { background-color: rgb(78,215,90); }
div.DivClassName
{
background-color: #4ED75A;
}
.BgClassName
{
background-color: #4ED75A;
}
</style>
border-color css
<style>
span { border-color: #4ED75A; }
span { border-color: rgb(78,215,90); }
td.TdClassName
{
border-color: #4ED75A;
}
.TagClassName
{
border-color: #4ED75A;
}
</style>