#4ED08C

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

Shades of Emerald #4ED08C

Tints of Emerald #4ED08C

Color information

#4ED08C (or 0x4ED08C) is unknown color: approx Emerald. HEX triplet: 4E, D0 and 8C. RGB value is (78,208,140). Sum of RGB (Red+Green+Blue) = 78+208+140=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #4ED08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED08C is #B12F73. Grayscale: #A1A1A1. Windows color (decimal): -11612020 or 9228366. OLE color: 9228366.

HSL color Cylindrical-coordinate representation of color #4ED08C: hue angle of 148.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ED08C is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB78208140-
CMYK0.6200.330.18
HSL148.62º58.04%56.08%-
HSV(B)148.62º62.5%81.57%-
XYZ30.4348.6232.59-
YUV161.38115.9368.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 208 (81.64% from 255) = 48.83%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=18.31%
G=48.83%
B=32.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal782081400.6200.330.18148.6258.0456.08
Hex4ED08C3E02112953a38
Octal11632021476041222257270
Binary1001110110100001000110011111001000011001010010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,208,140); }

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

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

 a { background-color: rgb(78,208,140); }

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

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

 span { border-color: rgb(78,208,140); }

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