COLOR #4DBD57

HEX: #4DBD57
RGB: (77,189,87)

Color info

#4DBD57 contains mainly green color. Web safe color of #4DBD57 is #33CC66 (or #3C6).

RGB color model

#4DBD57 color RGB value is (77,189,87).

  • red value is 77;
  • green value is 189;
  • blue value is 87.
RGB:
(77,189,87)
(30%,74%,34%)

RGB channels and saturation

R 77 of 255 = 30%
G 189 of 255 = 74%
B 87 of 255 = 34%

77
189
87

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

Portions of RGB colors in percentages

R + G + B =
77 + 189 + 87 = 353 (100%)
R 77 of 353 ~ 21.81%
G 189 of 353 ~ 53.54%
B 87 of 353 ~ 24.65%

%21.81
%53.54
%24.65

CMYK color model

#4DBD57 color CMYK value is (59,0,54,26).

  • cyan value is 59.26%
  • magenta value is 0.00%
  • yellow value is 53.97%
  • key color value is 25.88%
CMYK:
(59,0,54,26)
C59M0Y54K26 
(59%,0%,54%,26%)
(0.59/0.00/0.54/0.26)	

CMYK percentages

%59.26
%0
%53.97
%25.88

Codes

Color #4DBD57 in popluar color models

4DBD57
RGB7718987
HSL125°45.90%52.16%
HSB/HSV125°59.26%74.12%
CMYK59.26%0.00%53.97%
25.88%

Color #4DBD57 in popluar number systems.

HEX4DBD57
Decimal7718987
Binary1001101101111011010111
Octal115275127

Shades and tints

Shades of #4DBD57

#4DBD57
(77,189,87)
#46AC50
(70,172,80)
#3F9B49
(63,155,73)
#388A42
(56,138,66)
#31793B
(49,121,59)
#2A6834
(42,104,52)
#23572D
(35,87,45)
#1C4626
(28,70,38)
#15351F
(21,53,31)
#0E2418
(14,36,24)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #4DBD57

#4DBD57
(77,189,87)
#5DC366
(93,195,102)
#6DC975
(109,201,117)
#7DCF84
(125,207,132)
#8DD593
(141,213,147)
#9DDBA2
(157,219,162)
#ADE1B1
(173,225,177)
#BDE7C0
(189,231,192)
#CDEDCF
(205,237,207)
#DDF3DE
(221,243,222)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DBD57 color. Also use rgb(77,189,87) instead hex code.

Text Font Color

.myTextColor { color: #4DBD57; }

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

This text font color is #4DBD57.


Background Color

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

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

This div background color is #4DBD57.


Border color

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

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

This div border color is #4DBD57.


Opacity

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

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

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

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

This text has shadow with #4DBD57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DBD57 on black background.


Color preview on white background

This text has color #4DBD57 on white background.



Black color preview on #4DBD57 background

This text has black color on #4DBD57 background.


White color preview on #4DBD57 background

This text has white color on #4DBD57 background.