Html Css Color HEX #4EDC76 Emerald

📋 copy color: '#4EDC76'

red 78 ◦ green 220 ◦ blue 118

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

Shades of Emerald #4EDC76

Tints of Emerald #4EDC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 18.75%
G = 52.88%
B = 28.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#4EDC76 (or 0x4EDC76) is known color: Emerald. HEX triplet: 4E, DC and 76. RGB value is (78,220,118). Sum of RGB (Red+Green+Blue) = 78+220+118=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC76 is #B12389. Grayscale: #A6A6A6. Windows color (decimal): -11608970 or 7789646. OLE color: 7789646.

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

Color convert

RGB 78 220 118 -
CMYK 0.65 0 0.46 0.14
HSL 136.9º 0.67% 0.58% -
HSV(B) 136.9º 0.65% 0.86% -
XYZ 32.01 54.11 25.9 -
YUV 165.91 100.96 65.29 -
System Red Green Blue C M Y K H S L
Decimal 78 220 118 0.65 0 0.46 0.14 136.9 0.67 0.58
Hex 4E DC 76 41 0 2E E 89 43 3A
Octal 116 334 166 101 0 56 16 211 103 72
Binary 1001110 11011100 1110110 1000001 0 101110 1110 10001001 1000011 111010

Color Harmonies of #4EDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC76

Black with #4EDC76

Text Example


Text Example

White with #4EDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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