#4EDC62

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

Shades of Emerald #4EDC62

Tints of Emerald #4EDC62

Color information

#4EDC62 (or 0x4EDC62) is unknown color: approx Emerald. HEX triplet: 4E, DC and 62. RGB value is (78,220,98). Sum of RGB (Red+Green+Blue) = 78+220+98=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC62 is #B1239D. Grayscale: #A3A3A3. Windows color (decimal): -11608990 or 6478926. OLE color: 6478926.

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

Color convert

RGB7822098-
CMYK0.6500.550.14
HSL128.45º66.98%58.43%-
HSV(B)128.45º64.55%86.27%-
XYZ30.9453.6920.29-
YUV163.6390.9666.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 220 (86.33% from 255) = 55.56%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=19.70%
G=55.56%
B=24.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78220980.6500.550.14128.4566.9858.43
Hex4EDC6241037E80433a
Octal1163341421010671620010372
Binary1001110110111001100010100000101101111110100000001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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