COLOR #4ED850

HEX: #4ED850
RGB: (78,216,80)

Color info

#4ED850 contains mainly green color. Web safe color of #4ED850 is #66CC66 (or #6C6).

RGB color model

#4ED850 color RGB value is (78,216,80).

  • red value is 78;
  • green value is 216;
  • blue value is 80.
RGB:
(78,216,80)
(31%,85%,31%)

RGB channels and saturation

R 78 of 255 = 31%
G 216 of 255 = 85%
B 80 of 255 = 31%

78
216
80

R + G + B ~ 49%. #4ED850 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 216 + 80 = 374 (100%)
R 78 of 374 ~ 20.86%
G 216 of 374 ~ 57.75%
B 80 of 374 ~ 21.39%

%20.86
%57.75
%21.39

CMYK color model

#4ED850 color CMYK value is (64,0,63,15).

  • cyan value is 63.89%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 15.29%
CMYK:
(64,0,63,15)
C64M0Y63K15 
(64%,0%,63%,15%)
(0.64/0.00/0.63/0.15)	

CMYK percentages

%63.89
%0
%62.96
%15.29

Codes

Color #4ED850 in popluar color models

4ED850
RGB7821680
HSL121°63.89%57.65%
HSB/HSV121°63.89%84.71%
CMYK63.89%0.00%62.96%
15.29%

Color #4ED850 in popluar number systems.

HEX4ED850
Decimal7821680
Binary1001110110110001010000
Octal116330120

Shades and tints

Shades of #4ED850

#4ED850
(78,216,80)
#47C549
(71,197,73)
#40B242
(64,178,66)
#399F3B
(57,159,59)
#328C34
(50,140,52)
#2B792D
(43,121,45)
#246626
(36,102,38)
#1D531F
(29,83,31)
#164018
(22,64,24)
#0F2D11
(15,45,17)
#081A0A
(8,26,10)
#000000
(0,0,0)

Tints of #4ED850

#4ED850
(78,216,80)
#5EDB5F
(94,219,95)
#6EDE6E
(110,222,110)
#7EE17D
(126,225,125)
#8EE48C
(142,228,140)
#9EE79B
(158,231,155)
#AEEAAA
(174,234,170)
#BEEDB9
(190,237,185)
#CEF0C8
(206,240,200)
#DEF3D7
(222,243,215)
#EEF6E6
(238,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED850 color. Also use rgb(78,216,80) instead hex code.

Text Font Color

.myTextColor { color: #4ED850; }

<p style="color:#4ED850">This sample text font color is #4ED850.</p>

This text font color is #4ED850.


Background Color

.myBgColor { background-color: #4ED850; }

<div style="background-color:#4ED850">Inner text</div>

This div background color is #4ED850.


Border color

.myBorderColor { border: 1px solid #4ED850; }

<div style="border:3px solid #4ED850">Div</div>

This div border color is #4ED850.


Opacity

.myOpacity80 { color: #4ED850; opacity: 0.8; }

<p style="color:#4ED850;opacity:0.8;">80%</p>

Text with #4ED850 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4ED850;}

<p style="text-shadow: 3px 3px 1px #4ED850">Text here.</p>

This text has shadow with #4ED850 color.

.textShadow {text-shadow: 3px 3px 1px #4ED850, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4ED850, 5px 5px 20px red">Text here.</p>

This text has shadow with #4ED850 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4ED850, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4ED850, Direction=45, Strength=4)">Text</p>

This text has shadow with #4ED850 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4ED850;
  -webkit-box-shadow:	1px 1px 3px 2px #4ED850;
  box-shadow:		1px 1px 3px 2px #4ED850;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ED850;
-webkit-box-shadow: 1px 1px 3px 2px #4ED850;
box-shadow:1px 1px 3px 2px #4ED850;">
Div content here</div>
This div box has shadow with color #4ED850.

Preview

Color preview on black background

This text has color #4ED850 on black background.


Color preview on white background

This text has color #4ED850 on white background.



Black color preview on #4ED850 background

This text has black color on #4ED850 background.


White color preview on #4ED850 background

This text has white color on #4ED850 background.