#4EDC8B

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

Shades of Emerald #4EDC8B

Tints of Emerald #4EDC8B

Color information

#4EDC8B (or 0x4EDC8B) is unknown color: approx Emerald. HEX triplet: 4E, DC and 8B. RGB value is (78,220,139). Sum of RGB (Red+Green+Blue) = 78+220+139=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC8B is #B12374. Grayscale: #A8A8A8. Windows color (decimal): -11608949 or 9165902. OLE color: 9165902.

HSL color Cylindrical-coordinate representation of color #4EDC8B: hue angle of 145.77º 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 #4EDC8B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB78220139-
CMYK0.6500.370.14
HSL145.77º66.98%58.43%-
HSV(B)145.77º64.55%86.27%-
XYZ33.454.6733.22-
YUV168.31111.4663.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.85%
GREEN value IS 220 (86.33% from 255) = 50.34%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=17.85%
G=50.34%
B=31.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal782201390.6500.370.14145.7766.9858.43
Hex4EDC8B41025E92433a
Octal1163342131010451622210372
Binary10011101101110010001011100000101001011110100100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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