COLOR #4CC48D

HEX: #4CC48D RGB: (76,196,141)

Color info

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

RGB color model

#4CC48D color RGB value is (76,196,141).

RGB: (76,196,141) (30%, 77%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 196 of 255 = 77%
B 141 of 255 = 55%

76
196
141

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

Portions of RGB colors in percentages

R + G + B = 76 + 196 + 141 = 413 (100%)
R 76 of 413 ~ 18.4%
G 196 of 413 ~ 47.46%
B 141 of 413 ~ 34.14'%

%18.4
%47.46
%34.14

CMYK color model

#4CC48D color CMYK value is (61,0,28,23).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%
CMYK: (61,0,28,23) C61M0Y28K23 (61%,0%,28%,23%) (0.61/0.00/0.28/0.23) 

CMYK percentages

%61.22
%0
%28.06
%23.14

Codes

Color #4CC48D in popluar color models

4C C4 8D
RGB 76 196 141
HSL 153° 50.42% 53.33%
HSB/HSV 153° 61.22% 76.86%
CMYK 61.22% 0.00% 28.06%
23.14%

Color #4CC48D in popluar number systems.

HEX 4C C4 8D
Decimal 76 196 141
Binary 1001100 11000100 10001101
Octal 114 304 215

Shades and tints

Shades of #4CC48D

#4CC48D
(76,196,141)
#46B381
(70,179,129)
#40A275
(64,162,117)
#3A9169
(58,145,105)
#34805D
(52,128,93)
#2E6F51
(46,111,81)
#285E45
(40,94,69)
#224D39
(34,77,57)
#1C3C2D
(28,60,45)
#162B21
(22,43,33)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #4CC48D

#4CC48D
(76,196,141)
#5CC997
(92,201,151)
#6CCEA1
(108,206,161)
#7CD3AB
(124,211,171)
#8CD8B5
(140,216,181)
#9CDDBF
(156,221,191)
#ACE2C9
(172,226,201)
#BCE7D3
(188,231,211)
#CCECDD
(204,236,221)
#DCF1E7
(220,241,231)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC48D color. Also use rgb(76,196,141) instead hex code.

Text Font Color

.myTextColor { color: #4CC48D; }

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

This text font color is #4CC48D.

Background Color

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

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

This div background color is #4CC48D.

Border color

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

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

This div border color is #4CC48D.

Opacity

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

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

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

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

This text has shadow with #4CC48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CC48D.

Preview

Color preview on black background

This text has color #4CC48D on black background.


Color preview on white background

This text has color #4CC48D on white background.


Black color preview on #4CC48D background

This text has black color on #4CC48D background.


White color preview on #4CC48D background

This text has white color on #4CC48D background.


Related colors

Complementary color

Complementary color for #hex is #B33B72.


I love getcolorcode.com

Triadic colors

1 #8D4CC4 and #C48D4C with #4CC48D are triadic colors.

2 #8DC44C and #C44C8D with #4CC48D are triadic colors.