#4EDE85

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

Shades of Emerald #4EDE85

Tints of Emerald #4EDE85

Color information

#4EDE85 (or 0x4EDE85) is unknown color: approx Emerald. HEX triplet: 4E, DE and 85. RGB value is (78,222,133). Sum of RGB (Red+Green+Blue) = 78+222+133=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDE85 is #B1217A. Grayscale: #A9A9A9. Windows color (decimal): -11608443 or 8773198. OLE color: 8773198.

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

Color convert

RGB78222133-
CMYK0.6500.400.13
HSL142.92º68.57%58.82%-
HSV(B)142.92º64.86%87.06%-
XYZ33.555.5631.15-
YUV168.8107.7963.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.01%
GREEN value IS 222 (87.11% from 255) = 51.27%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=18.01%
G=51.27%
B=30.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal782221330.6500.400.13142.9268.5758.82
Hex4EDE8541028D8f453b
Octal1163362051010501521710573
Binary10011101101111010000101100000101010001101100011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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