#4EDA70

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

Shades of Emerald #4EDA70

Tints of Emerald #4EDA70

Color information

#4EDA70 (or 0x4EDA70) is unknown color: approx Emerald. HEX triplet: 4E, DA and 70. RGB value is (78,218,112). Sum of RGB (Red+Green+Blue) = 78+218+112=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDA70 is #B1258F. Grayscale: #A4A4A4. Windows color (decimal): -11609488 or 7395918. OLE color: 7395918.

HSL color Cylindrical-coordinate representation of color #4EDA70: hue angle of 134.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDA70 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB78218112-
CMYK0.6400.490.15
HSL134.57º65.42%58.04%-
HSV(B)134.57º64.22%85.49%-
XYZ31.1452.9323.91-
YUV164.0698.6266.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 218 (85.55% from 255) = 53.43%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=19.12%
G=53.43%
B=27.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal782181120.6400.490.15134.5765.4258.04
Hex4EDA7040031F87413a
Octal1163321601000611720710172
Binary1001110110110101110000100000001100011111100001111000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,218,112); }

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

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

 a { background-color: rgb(78,218,112); }

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

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

 span { border-color: rgb(78,218,112); }

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