COLOR #4CCD99

HEX: #4CCD99
RGB: (76,205,153)

Color info

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

RGB color model

#4CCD99 color RGB value is (76,205,153).

  • red value is 76;
  • green value is 205;
  • blue value is 153.
RGB:
(76,205,153)
(30%,80%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 205 of 255 = 80%
B 153 of 255 = 60%

76
205
153

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

Portions of RGB colors in percentages

R + G + B =
76 + 205 + 153 = 434 (100%)
R 76 of 434 ~ 17.51%
G 205 of 434 ~ 47.24%
B 153 of 434 ~ 35.25%

%17.51
%47.24
%35.25

CMYK color model

#4CCD99 color CMYK value is (63,0,25,20).

  • cyan value is 62.93%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 19.61%
CMYK:
(63,0,25,20)
C63M0Y25K20 
(63%,0%,25%,20%)
(0.63/0.00/0.25/0.20)	

CMYK percentages

%62.93
%0
%25.37
%19.61

Codes

Color #4CCD99 in popluar color models

4CCD99
RGB76205153
HSL156°56.33%55.10%
HSB/HSV156°62.93%80.39%
CMYK62.93%0.00%25.37%
19.61%

Color #4CCD99 in popluar number systems.

HEX4CCD99
Decimal76205153
Binary10011001100110110011001
Octal114315231

Shades and tints

Shades of #4CCD99

#4CCD99
(76,205,153)
#46BB8C
(70,187,140)
#40A97F
(64,169,127)
#3A9772
(58,151,114)
#348565
(52,133,101)
#2E7358
(46,115,88)
#28614B
(40,97,75)
#224F3E
(34,79,62)
#1C3D31
(28,61,49)
#162B24
(22,43,36)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #4CCD99

#4CCD99
(76,205,153)
#5CD1A2
(92,209,162)
#6CD5AB
(108,213,171)
#7CD9B4
(124,217,180)
#8CDDBD
(140,221,189)
#9CE1C6
(156,225,198)
#ACE5CF
(172,229,207)
#BCE9D8
(188,233,216)
#CCEDE1
(204,237,225)
#DCF1EA
(220,241,234)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCD99 color. Also use rgb(76,205,153) instead hex code.

Text Font Color

.myTextColor { color: #4CCD99; }

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

This text font color is #4CCD99.


Background Color

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

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

This div background color is #4CCD99.


Border color

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

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

This div border color is #4CCD99.


Opacity

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

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

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

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

This text has shadow with #4CCD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCD99 on black background.


Color preview on white background

This text has color #4CCD99 on white background.



Black color preview on #4CCD99 background

This text has black color on #4CCD99 background.


White color preview on #4CCD99 background

This text has white color on #4CCD99 background.