#4EE080

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

Shades of Emerald #4EE080

Tints of Emerald #4EE080

Color information

#4EE080 (or 0x4EE080) is unknown color: approx Emerald. HEX triplet: 4E, E0 and 80. RGB value is (78,224,128). Sum of RGB (Red+Green+Blue) = 78+224+128=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #4EE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EE080 is #B11F7F. Grayscale: #A9A9A9. Windows color (decimal): -11607936 or 8446030. OLE color: 8446030.

HSL color Cylindrical-coordinate representation of color #4EE080: hue angle of 140.55º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EE080 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB78224128-
CMYK0.6500.430.12
HSL140.55º70.19%59.22%-
HSV(B)140.55º65.18%87.84%-
XYZ33.6956.4929.55-
YUV169.4104.6362.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.14%
GREEN value IS 224 (87.89% from 255) = 52.09%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=18.14%
G=52.09%
B=29.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal782241280.6500.430.12140.5570.1959.22
Hex4EE0804102BC8d463b
Octal1163402001010531421510673
Binary10011101110000010000000100000101010111100100011011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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