#4EDA82

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

Shades of Emerald #4EDA82

Tints of Emerald #4EDA82

Color information

#4EDA82 (or 0x4EDA82) is unknown color: approx Emerald. HEX triplet: 4E, DA and 82. RGB value is (78,218,130). Sum of RGB (Red+Green+Blue) = 78+218+130=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDA82 is #B1257D. Grayscale: #A6A6A6. Windows color (decimal): -11609470 or 8575566. OLE color: 8575566.

HSL color Cylindrical-coordinate representation of color #4EDA82: hue angle of 142.29º 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 #4EDA82 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB78218130-
CMYK0.6400.400.15
HSL142.29º65.42%58.04%-
HSV(B)142.29º64.22%85.49%-
XYZ32.2453.3729.72-
YUV166.11107.6265.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=18.31%
G=51.17%
B=30.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal782181300.6400.400.15142.2965.4258.04
Hex4EDA8240028F8e413a
Octal1163322021000501721610172
Binary10011101101101010000010100000001010001111100011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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