Html Css Color HEX #4EDC75 Emerald

📋 copy color: '#4EDC75'

red 78 ◦ green 220 ◦ blue 117

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

Shades of Emerald #4EDC75

Tints of Emerald #4EDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 18.8%
G = 53.01%
B = 28.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#4EDC75 (or 0x4EDC75) is known color: Emerald. HEX triplet: 4E, DC and 75. RGB value is (78,220,117). Sum of RGB (Red+Green+Blue) = 78+220+117=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDC75 is #B1238A. Grayscale: #A6A6A6. Windows color (decimal): -11608971 or 7724110. OLE color: 7724110.

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

Color convert

RGB 78 220 117 -
CMYK 0.65 0 0.47 0.14
HSL 136.48º 0.67% 0.58% -
HSV(B) 136.48º 0.65% 0.86% -
XYZ 31.95 54.09 25.59 -
YUV 165.8 100.46 65.38 -
System Red Green Blue C M Y K H S L
Decimal 78 220 117 0.65 0 0.47 0.14 136.48 0.67 0.58
Hex 4E DC 75 41 0 2F E 88 43 3A
Octal 116 334 165 101 0 57 16 210 103 72
Binary 1001110 11011100 1110101 1000001 0 101111 1110 10001000 1000011 111010

Color Harmonies of #4EDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDC75

Black with #4EDC75

Text Example


Text Example

White with #4EDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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