#4EDD60

Color #4EDD60 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4EDD60

Tints of Emerald #4EDD60

Color information

#4EDD60 (or 0x4EDD60) is unknown color: approx Emerald. HEX triplet: 4E, DD and 60. RGB value is (78,221,96). Sum of RGB (Red+Green+Blue) = 78+221+96=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDD60 is #B1229F. Grayscale: #A4A4A4. Windows color (decimal): -11608736 or 6348110. OLE color: 6348110.

HSL color Cylindrical-coordinate representation of color #4EDD60: hue angle of 127.55º degrees, saturation: 0.68, 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 #4EDD60 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB7822196-
CMYK0.6500.570.13
HSL127.55º67.77%58.63%-
HSV(B)127.55º64.71%86.67%-
XYZ31.1154.1819.88-
YUV163.9989.6266.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 19.75%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=19.75%
G=55.95%
B=24.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78221960.6500.570.13127.5567.7758.63
Hex4EDD6041039D80443b
Octal1163351401010711520010473
Binary1001110110111011100000100000101110011101100000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EDD60; }

 p { color: rgb(78,221,96); }

 H1.HeaderClassName
 {
   color: #4EDD60;
 }
 .AnyTagClassName
 {
   color: #4EDD60;
 }
</style>
background-color css

<style>
 a { background-color: #4EDD60; }

 a { background-color: rgb(78,221,96); }

 div.DivClassName
 {
   background-color: #4EDD60;
 }
 .BgClassName
 {
   background-color: #4EDD60;
 }
</style>
border-color css

<style>
 span { border-color: #4EDD60; }

 span { border-color: rgb(78,221,96); }

 td.TdClassName
 {
   border-color: #4EDD60;
 }
 .TagClassName
 {
   border-color: #4EDD60;
 }
</style>