COLOR #4DD5B0

HEX: #4DD5B0
RGB: (77,213,176)

Color info

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

RGB color model

#4DD5B0 color RGB value is (77,213,176).

  • red value is 77;
  • green value is 213;
  • blue value is 176.
RGB:
(77,213,176)
(30%,84%,69%)

RGB channels and saturation

R 77 of 255 = 30%
G 213 of 255 = 84%
B 176 of 255 = 69%

77
213
176

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

Portions of RGB colors in percentages

R + G + B =
77 + 213 + 176 = 466 (100%)
R 77 of 466 ~ 16.52%
G 213 of 466 ~ 45.71%
B 176 of 466 ~ 37.77%

%16.52
%45.71
%37.77

CMYK color model

#4DD5B0 color CMYK value is (64,0,17,16).

  • cyan value is 63.85%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 16.47%
CMYK:
(64,0,17,16)
C64M0Y17K16 
(64%,0%,17%,16%)
(0.64/0.00/0.17/0.16)	

CMYK percentages

%63.85
%0
%17.37
%16.47

Codes

Color #4DD5B0 in popluar color models

4DD5B0
RGB77213176
HSL164°61.82%56.86%
HSB/HSV164°63.85%83.53%
CMYK63.85%0.00%17.37%
16.47%

Color #4DD5B0 in popluar number systems.

HEX4DD5B0
Decimal77213176
Binary10011011101010110110000
Octal115325260

Shades and tints

Shades of #4DD5B0

#4DD5B0
(77,213,176)
#46C2A0
(70,194,160)
#3FAF90
(63,175,144)
#389C80
(56,156,128)
#318970
(49,137,112)
#2A7660
(42,118,96)
#236350
(35,99,80)
#1C5040
(28,80,64)
#153D30
(21,61,48)
#0E2A20
(14,42,32)
#071710
(7,23,16)
#000000
(0,0,0)

Tints of #4DD5B0

#4DD5B0
(77,213,176)
#5DD8B7
(93,216,183)
#6DDBBE
(109,219,190)
#7DDEC5
(125,222,197)
#8DE1CC
(141,225,204)
#9DE4D3
(157,228,211)
#ADE7DA
(173,231,218)
#BDEAE1
(189,234,225)
#CDEDE8
(205,237,232)
#DDF0EF
(221,240,239)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD5B0 color. Also use rgb(77,213,176) instead hex code.

Text Font Color

.myTextColor { color: #4DD5B0; }

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

This text font color is #4DD5B0.


Background Color

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

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

This div background color is #4DD5B0.


Border color

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

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

This div border color is #4DD5B0.


Opacity

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

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

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

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

This text has shadow with #4DD5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD5B0 on black background.


Color preview on white background

This text has color #4DD5B0 on white background.



Black color preview on #4DD5B0 background

This text has black color on #4DD5B0 background.


White color preview on #4DD5B0 background

This text has white color on #4DD5B0 background.