COLOR #4CD08A

HEX: #4CD08A
RGB: (76,208,138)

Color info

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

RGB color model

#4CD08A color RGB value is (76,208,138).

  • red value is 76;
  • green value is 208;
  • blue value is 138.
RGB:
(76,208,138)
(30%,82%,54%)

RGB channels and saturation

R 76 of 255 = 30%
G 208 of 255 = 82%
B 138 of 255 = 54%

76
208
138

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

Portions of RGB colors in percentages

R + G + B =
76 + 208 + 138 = 422 (100%)
R 76 of 422 ~ 18.01%
G 208 of 422 ~ 49.29%
B 138 of 422 ~ 32.7%

%18.01
%49.29
%32.7

CMYK color model

#4CD08A color CMYK value is (63,0,34,18).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 18.43%
CMYK:
(63,0,34,18)
C63M0Y34K18 
(63%,0%,34%,18%)
(0.63/0.00/0.34/0.18)	

CMYK percentages

%63.46
%0
%33.65
%18.43

Codes

Color #4CD08A in popluar color models

4CD08A
RGB76208138
HSL148°58.41%55.69%
HSB/HSV148°63.46%81.57%
CMYK63.46%0.00%33.65%
18.43%

Color #4CD08A in popluar number systems.

HEX4CD08A
Decimal76208138
Binary10011001101000010001010
Octal114320212

Shades and tints

Shades of #4CD08A

#4CD08A
(76,208,138)
#46BE7E
(70,190,126)
#40AC72
(64,172,114)
#3A9A66
(58,154,102)
#34885A
(52,136,90)
#2E764E
(46,118,78)
#286442
(40,100,66)
#225236
(34,82,54)
#1C402A
(28,64,42)
#162E1E
(22,46,30)
#101C12
(16,28,18)
#000000
(0,0,0)

Tints of #4CD08A

#4CD08A
(76,208,138)
#5CD494
(92,212,148)
#6CD89E
(108,216,158)
#7CDCA8
(124,220,168)
#8CE0B2
(140,224,178)
#9CE4BC
(156,228,188)
#ACE8C6
(172,232,198)
#BCECD0
(188,236,208)
#CCF0DA
(204,240,218)
#DCF4E4
(220,244,228)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD08A color. Also use rgb(76,208,138) instead hex code.

Text Font Color

.myTextColor { color: #4CD08A; }

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

This text font color is #4CD08A.


Background Color

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

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

This div background color is #4CD08A.


Border color

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

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

This div border color is #4CD08A.


Opacity

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

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

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

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

This text has shadow with #4CD08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD08A on black background.


Color preview on white background

This text has color #4CD08A on white background.



Black color preview on #4CD08A background

This text has black color on #4CD08A background.


White color preview on #4CD08A background

This text has white color on #4CD08A background.