COLOR #4DCF94

HEX: #4DCF94
RGB: (77,207,148)

Color info

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

RGB color model

#4DCF94 color RGB value is (77,207,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 207 of 255 = 81%
B 148 of 255 = 58%

77
207
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 207 + 148 = 432 (100%)
R 77 of 432 ~ 17.82%
G 207 of 432 ~ 47.92%
B 148 of 432 ~ 34.26%

%17.82
%47.92
%34.26

CMYK color model

#4DCF94 color CMYK value is (63,0,29,19).

  • cyan value is 62.80%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK:
(63,0,29,19)
C63M0Y29K19 
(63%,0%,29%,19%)
(0.63/0.00/0.29/0.19)	

CMYK percentages

%62.8
%0
%28.5
%18.82

Codes

Color #4DCF94 in popluar color models

4DCF94
RGB77207148
HSL153°57.52%55.69%
HSB/HSV153°62.80%81.18%
CMYK62.80%0.00%28.50%
18.82%

Color #4DCF94 in popluar number systems.

HEX4DCF94
Decimal77207148
Binary10011011100111110010100
Octal115317224

Shades and tints

Shades of #4DCF94

#4DCF94
(77,207,148)
#46BD87
(70,189,135)
#3FAB7A
(63,171,122)
#38996D
(56,153,109)
#318760
(49,135,96)
#2A7553
(42,117,83)
#236346
(35,99,70)
#1C5139
(28,81,57)
#153F2C
(21,63,44)
#0E2D1F
(14,45,31)
#071B12
(7,27,18)
#000000
(0,0,0)

Tints of #4DCF94

#4DCF94
(77,207,148)
#5DD39D
(93,211,157)
#6DD7A6
(109,215,166)
#7DDBAF
(125,219,175)
#8DDFB8
(141,223,184)
#9DE3C1
(157,227,193)
#ADE7CA
(173,231,202)
#BDEBD3
(189,235,211)
#CDEFDC
(205,239,220)
#DDF3E5
(221,243,229)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DCF94; }

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

This text font color is #4DCF94.


Background Color

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

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

This div background color is #4DCF94.


Border color

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

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

This div border color is #4DCF94.


Opacity

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

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

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

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

This text has shadow with #4DCF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCF94 on black background.


Color preview on white background

This text has color #4DCF94 on white background.



Black color preview on #4DCF94 background

This text has black color on #4DCF94 background.


White color preview on #4DCF94 background

This text has white color on #4DCF94 background.