#4EBA80

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

Shades of Emerald #4EBA80

Tints of Emerald #4EBA80

Color information

#4EBA80 (or 0x4EBA80) is unknown color: approx Emerald. HEX triplet: 4E, BA and 80. RGB value is (78,186,128). Sum of RGB (Red+Green+Blue) = 78+186+128=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA80 is #B1457F. Grayscale: #939393. Windows color (decimal): -11617664 or 8436302. OLE color: 8436302.

HSL color Cylindrical-coordinate representation of color #4EBA80: hue angle of 147.78º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA80 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB78186128-
CMYK0.5800.310.27
HSL147.78º43.9%51.76%-
HSV(B)147.78º58.06%72.94%-
XYZ24.638.326.52-
YUV147.1117.2278.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=19.90%
G=47.45%
B=32.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861280.5800.310.27147.7843.951.76
Hex4EBA803A01F1B942c34
Octal11627220072037332245464
Binary100111010111010100000001110100111111101110010100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,186,128); }

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

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

 a { background-color: rgb(78,186,128); }

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

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

 span { border-color: rgb(78,186,128); }

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