COLOR #4DED8E

HEX: #4DED8E
RGB: (77,237,142)

Color info

#4DED8E contains mainly green color. Web safe color of #4DED8E is #33FF99 (or #3F9).

RGB color model

#4DED8E color RGB value is (77,237,142).

  • red value is 77;
  • green value is 237;
  • blue value is 142.
RGB:
(77,237,142)
(30%,93%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 237 of 255 = 93%
B 142 of 255 = 56%

77
237
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 237 + 142 = 456 (100%)
R 77 of 456 ~ 16.89%
G 237 of 456 ~ 51.97%
B 142 of 456 ~ 31.14%

%16.89
%51.97
%31.14

CMYK color model

#4DED8E color CMYK value is (68,0,40,7).

  • cyan value is 67.51%
  • magenta value is 0.00%
  • yellow value is 40.08%
  • key color value is 7.06%
CMYK:
(68,0,40,7)
C68M0Y40K7 
(68%,0%,40%,7%)
(0.68/0.00/0.40/0.07)	

CMYK percentages

%67.51
%0
%40.08
%7.06

Codes

Color #4DED8E in popluar color models

4DED8E
RGB77237142
HSL144°81.63%61.57%
HSB/HSV144°67.51%92.94%
CMYK67.51%0.00%40.08%
7.06%

Color #4DED8E in popluar number systems.

HEX4DED8E
Decimal77237142
Binary10011011110110110001110
Octal115355216

Shades and tints

Shades of #4DED8E

#4DED8E
(77,237,142)
#46D882
(70,216,130)
#3FC376
(63,195,118)
#38AE6A
(56,174,106)
#31995E
(49,153,94)
#2A8452
(42,132,82)
#236F46
(35,111,70)
#1C5A3A
(28,90,58)
#15452E
(21,69,46)
#0E3022
(14,48,34)
#071B16
(7,27,22)
#000000
(0,0,0)

Tints of #4DED8E

#4DED8E
(77,237,142)
#5DEE98
(93,238,152)
#6DEFA2
(109,239,162)
#7DF0AC
(125,240,172)
#8DF1B6
(141,241,182)
#9DF2C0
(157,242,192)
#ADF3CA
(173,243,202)
#BDF4D4
(189,244,212)
#CDF5DE
(205,245,222)
#DDF6E8
(221,246,232)
#EDF7F2
(237,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DED8E color. Also use rgb(77,237,142) instead hex code.

Text Font Color

.myTextColor { color: #4DED8E; }

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

This text font color is #4DED8E.


Background Color

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

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

This div background color is #4DED8E.


Border color

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

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

This div border color is #4DED8E.


Opacity

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

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

Text with #4DED8E 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 #4DED8E;}

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

This text has shadow with #4DED8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DED8E on black background.


Color preview on white background

This text has color #4DED8E on white background.



Black color preview on #4DED8E background

This text has black color on #4DED8E background.


White color preview on #4DED8E background

This text has white color on #4DED8E background.