#4EDC75

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

Shades of Emerald #4EDC75

Tints of Emerald #4EDC75

Color information

#4EDC75 (or 0x4EDC75) is unknown color: approx Emerald. HEX triplet: 4E, DC and 75. RGB value is (78,220,117). Sum of RGB (Red+Green+Blue) = 78+220+117=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC75 is #B1238A. Grayscale: #A6A6A6. Windows color (decimal): -11608971 or 7724110. OLE color: 7724110.

HSL color Cylindrical-coordinate representation of color #4EDC75: hue angle of 136.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDC75 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB78220117-
CMYK0.6500.470.14
HSL136.48º66.98%58.43%-
HSV(B)136.48º64.55%86.27%-
XYZ31.9554.0925.59-
YUV165.8100.4665.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 220 (86.33% from 255) = 53.01%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=18.80%
G=53.01%
B=28.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201170.6500.470.14136.4866.9858.43
Hex4EDC754102FE88433a
Octal1163341651010571621010372
Binary1001110110111001110101100000101011111110100010001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,220,117); }

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

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

 a { background-color: rgb(78,220,117); }

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

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

 span { border-color: rgb(78,220,117); }

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