#4edd85

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

Shades of Emerald #4EDD85

Tints of Emerald #4EDD85

Color information

#4EDD85 (or 0x4EDD85) is unknown color: approx Emerald. HEX triplet: 4E, DD and 85. RGB value is (78,221,133). Sum of RGB (Red+Green+Blue) = 78+221+133=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDD85 is #B1227A. Grayscale: #A8A8A8. Windows color (decimal): -11608699 or 8772942. OLE color: 8772942.

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

Color convert

RGB78221133-
CMYK0.6500.400.13
HSL143.08º67.77%58.63%-
HSV(B)143.08º64.71%86.67%-
XYZ33.2355.0331.06-
YUV168.21108.1263.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.06%
GREEN value IS 221 (86.72% from 255) = 51.16%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=18.06%
G=51.16%
B=30.79%

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
Decimal782211330.6500.400.13143.0867.7758.63
Hex4EDD8541028D8f443b
Octal1163352051010501521710473
Binary10011101101110110000101100000101010001101100011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4edd85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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