COLOR #4DCF8A

HEX: #4DCF8A
RGB: (77,207,138)

Color info

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

RGB color model

#4DCF8A color RGB value is (77,207,138).

  • red value is 77;
  • green value is 207;
  • blue value is 138.
RGB:
(77,207,138)
(30%,81%,54%)

RGB channels and saturation

R 77 of 255 = 30%
G 207 of 255 = 81%
B 138 of 255 = 54%

77
207
138

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

Portions of RGB colors in percentages

R + G + B =
77 + 207 + 138 = 422 (100%)
R 77 of 422 ~ 18.25%
G 207 of 422 ~ 49.05%
B 138 of 422 ~ 32.7%

%18.25
%49.05
%32.7

CMYK color model

#4DCF8A color CMYK value is (63,0,33,19).

  • cyan value is 62.80%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 18.82%
CMYK:
(63,0,33,19)
C63M0Y33K19 
(63%,0%,33%,19%)
(0.63/0.00/0.33/0.19)	

CMYK percentages

%62.8
%0
%33.33
%18.82

Codes

Color #4DCF8A in popluar color models

4DCF8A
RGB77207138
HSL148°57.52%55.69%
HSB/HSV148°62.80%81.18%
CMYK62.80%0.00%33.33%
18.82%

Color #4DCF8A in popluar number systems.

HEX4DCF8A
Decimal77207138
Binary10011011100111110001010
Octal115317212

Shades and tints

Shades of #4DCF8A

#4DCF8A
(77,207,138)
#46BD7E
(70,189,126)
#3FAB72
(63,171,114)
#389966
(56,153,102)
#31875A
(49,135,90)
#2A754E
(42,117,78)
#236342
(35,99,66)
#1C5136
(28,81,54)
#153F2A
(21,63,42)
#0E2D1E
(14,45,30)
#071B12
(7,27,18)
#000000
(0,0,0)

Tints of #4DCF8A

#4DCF8A
(77,207,138)
#5DD394
(93,211,148)
#6DD79E
(109,215,158)
#7DDBA8
(125,219,168)
#8DDFB2
(141,223,178)
#9DE3BC
(157,227,188)
#ADE7C6
(173,231,198)
#BDEBD0
(189,235,208)
#CDEFDA
(205,239,218)
#DDF3E4
(221,243,228)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCF8A color. Also use rgb(77,207,138) instead hex code.

Text Font Color

.myTextColor { color: #4DCF8A; }

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

This text font color is #4DCF8A.


Background Color

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

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

This div background color is #4DCF8A.


Border color

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

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

This div border color is #4DCF8A.


Opacity

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

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

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

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

This text has shadow with #4DCF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCF8A on black background.


Color preview on white background

This text has color #4DCF8A on white background.



Black color preview on #4DCF8A background

This text has black color on #4DCF8A background.


White color preview on #4DCF8A background

This text has white color on #4DCF8A background.