#4edb58

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

Shades of Emerald #4EDB58

Tints of Emerald #4EDB58

Color information

#4EDB58 (or 0x4EDB58) is unknown color: approx Emerald. HEX triplet: 4E, DB and 58. RGB value is (78,219,88). Sum of RGB (Red+Green+Blue) = 78+219+88=385 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.26% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDB58 is #B124A7. Grayscale: #A2A2A2. Windows color (decimal): -11609256 or 5823310. OLE color: 5823310.

HSL color Cylindrical-coordinate representation of color #4EDB58: hue angle of 124.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDB58 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB7821988-
CMYK0.6400.600.14
HSL124.26º66.2%58.24%-
HSV(B)124.26º64.38%85.88%-
XYZ30.2352.9917.87-
YUV161.9186.2968.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.26%
GREEN value IS 219 (85.94% from 255) = 56.88%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=20.26%
G=56.88%
B=22.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78219880.6400.600.14124.2666.258.24
Hex4EDB584003CE7c423a
Octal1163331301000741617410272
Binary100111011011011101100010000000111100111011111001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4edb58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,219,88); }

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

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

 a { background-color: rgb(78,219,88); }

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

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

 span { border-color: rgb(78,219,88); }

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