COLOR #4CCC93

HEX: #4CCC93
RGB: (76,204,147)

Color info

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

RGB color model

#4CCC93 color RGB value is (76,204,147).

  • red value is 76;
  • green value is 204;
  • blue value is 147.
RGB:
(76,204,147)
(30%,80%,58%)

RGB channels and saturation

R 76 of 255 = 30%
G 204 of 255 = 80%
B 147 of 255 = 58%

76
204
147

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

Portions of RGB colors in percentages

R + G + B =
76 + 204 + 147 = 427 (100%)
R 76 of 427 ~ 17.8%
G 204 of 427 ~ 47.78%
B 147 of 427 ~ 34.43%

%17.8
%47.78
%34.43

CMYK color model

#4CCC93 color CMYK value is (63,0,28,20).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(63,0,28,20)
C63M0Y28K20 
(63%,0%,28%,20%)
(0.63/0.00/0.28/0.20)	

CMYK percentages

%62.75
%0
%27.94
%20

Codes

Color #4CCC93 in popluar color models

4CCC93
RGB76204147
HSL153°55.65%54.90%
HSB/HSV153°62.75%80.00%
CMYK62.75%0.00%27.94%
20.00%

Color #4CCC93 in popluar number systems.

HEX4CCC93
Decimal76204147
Binary10011001100110010010011
Octal114314223

Shades and tints

Shades of #4CCC93

#4CCC93
(76,204,147)
#46BA86
(70,186,134)
#40A879
(64,168,121)
#3A966C
(58,150,108)
#34845F
(52,132,95)
#2E7252
(46,114,82)
#286045
(40,96,69)
#224E38
(34,78,56)
#1C3C2B
(28,60,43)
#162A1E
(22,42,30)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #4CCC93

#4CCC93
(76,204,147)
#5CD09C
(92,208,156)
#6CD4A5
(108,212,165)
#7CD8AE
(124,216,174)
#8CDCB7
(140,220,183)
#9CE0C0
(156,224,192)
#ACE4C9
(172,228,201)
#BCE8D2
(188,232,210)
#CCECDB
(204,236,219)
#DCF0E4
(220,240,228)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCC93 color. Also use rgb(76,204,147) instead hex code.

Text Font Color

.myTextColor { color: #4CCC93; }

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

This text font color is #4CCC93.


Background Color

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

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

This div background color is #4CCC93.


Border color

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

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

This div border color is #4CCC93.


Opacity

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

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

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

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

This text has shadow with #4CCC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CCC93 on black background.


Color preview on white background

This text has color #4CCC93 on white background.



Black color preview on #4CCC93 background

This text has black color on #4CCC93 background.


White color preview on #4CCC93 background

This text has white color on #4CCC93 background.