COLOR #4DF1AD

HEX: #4DF1AD
RGB: (77,241,173)

Color info

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

RGB color model

#4DF1AD color RGB value is (77,241,173).

  • red value is 77;
  • green value is 241;
  • blue value is 173.
RGB:
(77,241,173)
(30%,95%,68%)

RGB channels and saturation

R 77 of 255 = 30%
G 241 of 255 = 95%
B 173 of 255 = 68%

77
241
173

R + G + B ~ 64%. #4DF1AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 241 + 173 = 491 (100%)
R 77 of 491 ~ 15.68%
G 241 of 491 ~ 49.08%
B 173 of 491 ~ 35.23%

%15.68
%49.08
%35.23

CMYK color model

#4DF1AD color CMYK value is (68,0,28,5).

  • cyan value is 68.05%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%
CMYK:
(68,0,28,5)
C68M0Y28K5 
(68%,0%,28%,5%)
(0.68/0.00/0.28/0.05)	

CMYK percentages

%68.05
%0
%28.22
%5.49

Codes

Color #4DF1AD in popluar color models

4DF1AD
RGB77241173
HSL155°85.42%62.35%
HSB/HSV155°68.05%94.51%
CMYK68.05%0.00%28.22%
5.49%

Color #4DF1AD in popluar number systems.

HEX4DF1AD
Decimal77241173
Binary10011011111000110101101
Octal115361255

Shades and tints

Shades of #4DF1AD

#4DF1AD
(77,241,173)
#46DC9E
(70,220,158)
#3FC78F
(63,199,143)
#38B280
(56,178,128)
#319D71
(49,157,113)
#2A8862
(42,136,98)
#237353
(35,115,83)
#1C5E44
(28,94,68)
#154935
(21,73,53)
#0E3426
(14,52,38)
#071F17
(7,31,23)
#000000
(0,0,0)

Tints of #4DF1AD

#4DF1AD
(77,241,173)
#5DF2B4
(93,242,180)
#6DF3BB
(109,243,187)
#7DF4C2
(125,244,194)
#8DF5C9
(141,245,201)
#9DF6D0
(157,246,208)
#ADF7D7
(173,247,215)
#BDF8DE
(189,248,222)
#CDF9E5
(205,249,229)
#DDFAEC
(221,250,236)
#EDFBF3
(237,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DF1AD color. Also use rgb(77,241,173) instead hex code.

Text Font Color

.myTextColor { color: #4DF1AD; }

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

This text font color is #4DF1AD.


Background Color

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

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

This div background color is #4DF1AD.


Border color

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

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

This div border color is #4DF1AD.


Opacity

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

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

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

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

This text has shadow with #4DF1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DF1AD on black background.


Color preview on white background

This text has color #4DF1AD on white background.



Black color preview on #4DF1AD background

This text has black color on #4DF1AD background.


White color preview on #4DF1AD background

This text has white color on #4DF1AD background.