COLOR #4DDDA7

HEX: #4DDDA7
RGB: (77,221,167)

Color info

#4DDDA7 contains mainly green and blue colors. Web safe color of #4DDDA7 is #33CC99 (or #3C9).

RGB color model

#4DDDA7 color RGB value is (77,221,167).

  • red value is 77;
  • green value is 221;
  • blue value is 167.
RGB:
(77,221,167)
(30%,87%,65%)

RGB channels and saturation

R 77 of 255 = 30%
G 221 of 255 = 87%
B 167 of 255 = 65%

77
221
167

R + G + B ~ 61%. #4DDDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 221 + 167 = 465 (100%)
R 77 of 465 ~ 16.56%
G 221 of 465 ~ 47.53%
B 167 of 465 ~ 35.91%

%16.56
%47.53
%35.91

CMYK color model

#4DDDA7 color CMYK value is (65,0,24,13).

  • cyan value is 65.16%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 13.33%
CMYK:
(65,0,24,13)
C65M0Y24K13 
(65%,0%,24%,13%)
(0.65/0.00/0.24/0.13)	

CMYK percentages

%65.16
%0
%24.43
%13.33

Codes

Color #4DDDA7 in popluar color models

4DDDA7
RGB77221167
HSL158°67.92%58.43%
HSB/HSV158°65.16%86.67%
CMYK65.16%0.00%24.43%
13.33%

Color #4DDDA7 in popluar number systems.

HEX4DDDA7
Decimal77221167
Binary10011011101110110100111
Octal115335247

Shades and tints

Shades of #4DDDA7

#4DDDA7
(77,221,167)
#46C998
(70,201,152)
#3FB589
(63,181,137)
#38A17A
(56,161,122)
#318D6B
(49,141,107)
#2A795C
(42,121,92)
#23654D
(35,101,77)
#1C513E
(28,81,62)
#153D2F
(21,61,47)
#0E2920
(14,41,32)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #4DDDA7

#4DDDA7
(77,221,167)
#5DE0AF
(93,224,175)
#6DE3B7
(109,227,183)
#7DE6BF
(125,230,191)
#8DE9C7
(141,233,199)
#9DECCF
(157,236,207)
#ADEFD7
(173,239,215)
#BDF2DF
(189,242,223)
#CDF5E7
(205,245,231)
#DDF8EF
(221,248,239)
#EDFBF7
(237,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DDDA7 color. Also use rgb(77,221,167) instead hex code.

Text Font Color

.myTextColor { color: #4DDDA7; }

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

This text font color is #4DDDA7.


Background Color

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

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

This div background color is #4DDDA7.


Border color

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

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

This div border color is #4DDDA7.


Opacity

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

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

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

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

This text has shadow with #4DDDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DDDA7 on black background.


Color preview on white background

This text has color #4DDDA7 on white background.



Black color preview on #4DDDA7 background

This text has black color on #4DDDA7 background.


White color preview on #4DDDA7 background

This text has white color on #4DDDA7 background.