#4EDE8C

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

Shades of Emerald #4EDE8C

Tints of Emerald #4EDE8C

Color information

#4EDE8C (or 0x4EDE8C) is unknown color: approx Emerald. HEX triplet: 4E, DE and 8C. RGB value is (78,222,140). Sum of RGB (Red+Green+Blue) = 78+222+140=440 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.73% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDE8C is #B12173. Grayscale: #A9A9A9. Windows color (decimal): -11608436 or 9231950. OLE color: 9231950.

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

Color convert

RGB78222140-
CMYK0.6500.370.13
HSL145.83º68.57%58.82%-
HSV(B)145.83º64.86%87.06%-
XYZ3455.7633.78-
YUV169.6111.2962.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.73%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=17.73%
G=50.45%
B=31.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782221400.6500.370.13145.8368.5758.82
Hex4EDE8C41025D92453b
Octal1163362141010451522210573
Binary10011101101111010001100100000101001011101100100101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,222,140); }

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

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

 a { background-color: rgb(78,222,140); }

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

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

 span { border-color: rgb(78,222,140); }

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