COLOR #4CDA8B

HEX: #4CDA8B
RGB: (76,218,139)

Color info

#4CDA8B contains mainly green color. Web safe color of #4CDA8B is #33CC99 (or #3C9).

RGB color model

#4CDA8B color RGB value is (76,218,139).

  • red value is 76;
  • green value is 218;
  • blue value is 139.
RGB:
(76,218,139)
(30%,85%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 218 of 255 = 85%
B 139 of 255 = 55%

76
218
139

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

Portions of RGB colors in percentages

R + G + B =
76 + 218 + 139 = 433 (100%)
R 76 of 433 ~ 17.55%
G 218 of 433 ~ 50.35%
B 139 of 433 ~ 32.1%

%17.55
%50.35
%32.1

CMYK color model

#4CDA8B color CMYK value is (65,0,36,15).

  • cyan value is 65.14%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 14.51%
CMYK:
(65,0,36,15)
C65M0Y36K15 
(65%,0%,36%,15%)
(0.65/0.00/0.36/0.15)	

CMYK percentages

%65.14
%0
%36.24
%14.51

Codes

Color #4CDA8B in popluar color models

4CDA8B
RGB76218139
HSL147°65.74%57.65%
HSB/HSV147°65.14%85.49%
CMYK65.14%0.00%36.24%
14.51%

Color #4CDA8B in popluar number systems.

HEX4CDA8B
Decimal76218139
Binary10011001101101010001011
Octal114332213

Shades and tints

Shades of #4CDA8B

#4CDA8B
(76,218,139)
#46C77F
(70,199,127)
#40B473
(64,180,115)
#3AA167
(58,161,103)
#348E5B
(52,142,91)
#2E7B4F
(46,123,79)
#286843
(40,104,67)
#225537
(34,85,55)
#1C422B
(28,66,43)
#162F1F
(22,47,31)
#101C13
(16,28,19)
#000000
(0,0,0)

Tints of #4CDA8B

#4CDA8B
(76,218,139)
#5CDD95
(92,221,149)
#6CE09F
(108,224,159)
#7CE3A9
(124,227,169)
#8CE6B3
(140,230,179)
#9CE9BD
(156,233,189)
#ACECC7
(172,236,199)
#BCEFD1
(188,239,209)
#CCF2DB
(204,242,219)
#DCF5E5
(220,245,229)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CDA8B color. Also use rgb(76,218,139) instead hex code.

Text Font Color

.myTextColor { color: #4CDA8B; }

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

This text font color is #4CDA8B.


Background Color

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

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

This div background color is #4CDA8B.


Border color

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

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

This div border color is #4CDA8B.


Opacity

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

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

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

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

This text has shadow with #4CDA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CDA8B on black background.


Color preview on white background

This text has color #4CDA8B on white background.



Black color preview on #4CDA8B background

This text has black color on #4CDA8B background.


White color preview on #4CDA8B background

This text has white color on #4CDA8B background.