Html Css Color HEX #4EDC8D Emerald

📋 copy color: '#4EDC8D'

red 78 ◦ green 220 ◦ blue 141

#4EDC8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4EDC8D

Tints of Emerald #4EDC8D

RGB

 RED value IS 78 (30.86% from 255) = 17.77%

 GREEN value IS 220 (86.33% from 255) = 50.11%

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 17.77%
G = 50.11%
B = 32.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#4EDC8D (or 0x4EDC8D) is known color: Emerald. HEX triplet: 4E, DC and 8D. RGB value is (78,220,141). Sum of RGB (Red+Green+Blue) = 78+220+141=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDC8D is #B12372. Grayscale: #A8A8A8. Windows color (decimal): -11608947 or 9296974. OLE color: 9296974.

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

Color convert

RGB 78 220 141 -
CMYK 0.65 0 0.36 0.14
HSL 146.62º 0.67% 0.58% -
HSV(B) 146.62º 0.65% 0.86% -
XYZ 33.54 54.73 34 -
YUV 168.54 112.46 63.42 -
System Red Green Blue C M Y K H S L
Decimal 78 220 141 0.65 0 0.36 0.14 146.62 0.67 0.58
Hex 4E DC 8D 41 0 24 E 93 43 3A
Octal 116 334 215 101 0 44 16 223 103 72
Binary 1001110 11011100 10001101 1000001 0 100100 1110 10010011 1000011 111010

Color Harmonies of #4EDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC8D

Black with #4EDC8D

Text Example


Text Example

White with #4EDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,220,141); }

 H1.HeaderClassName
 {
   color: #4EDC8D;
 }
 .AnyTagClassName
 {
   color: #4EDC8D;
 }
</style>

background-color css

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

 a { background-color: rgb(78,220,141); }

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

border-color css

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

 span { border-color: rgb(78,220,141); }

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