Html Css Color HEX #4EDC6C Emerald

📋 copy color: '#4EDC6C'

red 78 ◦ green 220 ◦ blue 108

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

Shades of Emerald #4EDC6C

Tints of Emerald #4EDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 19.21%
G = 54.19%
B = 26.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#4EDC6C (or 0x4EDC6C) is known color: Emerald. HEX triplet: 4E, DC and 6C. RGB value is (78,220,108). Sum of RGB (Red+Green+Blue) = 78+220+108=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC6C is #B12393. Grayscale: #A5A5A5. Windows color (decimal): -11608980 or 7134286. OLE color: 7134286.

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

Color convert

RGB 78 220 108 -
CMYK 0.65 0 0.51 0.14
HSL 132.68º 0.67% 0.58% -
HSV(B) 132.68º 0.65% 0.86% -
XYZ 31.44 53.89 22.93 -
YUV 164.77 95.96 66.11 -
System Red Green Blue C M Y K H S L
Decimal 78 220 108 0.65 0 0.51 0.14 132.68 0.67 0.58
Hex 4E DC 6C 41 0 33 E 85 43 3A
Octal 116 334 154 101 0 63 16 205 103 72
Binary 1001110 11011100 1101100 1000001 0 110011 1110 10000101 1000011 111010

Color Harmonies of #4EDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC6C

Black with #4EDC6C

Text Example


Text Example

White with #4EDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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