COLOR #4DC441

HEX: #4DC441
RGB: (77,196,65)

Color info

#4DC441 contains mainly green color. Web safe color of #4DC441 is #33CC33 (or #3C3).

RGB color model

#4DC441 color RGB value is (77,196,65).

  • red value is 77;
  • green value is 196;
  • blue value is 65.
RGB:
(77,196,65)
(30%,77%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 196 of 255 = 77%
B 65 of 255 = 25%

77
196
65

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

Portions of RGB colors in percentages

R + G + B =
77 + 196 + 65 = 338 (100%)
R 77 of 338 ~ 22.78%
G 196 of 338 ~ 57.99%
B 65 of 338 ~ 19.23%

%22.78
%57.99
%19.23

CMYK color model

#4DC441 color CMYK value is (61,0,67,23).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 66.84%
  • key color value is 23.14%
CMYK:
(61,0,67,23)
C61M0Y67K23 
(61%,0%,67%,23%)
(0.61/0.00/0.67/0.23)	

CMYK percentages

%60.71
%0
%66.84
%23.14

Codes

Color #4DC441 in popluar color models

4DC441
RGB7719665
HSL115°52.61%51.18%
HSB/HSV115°66.84%76.86%
CMYK60.71%0.00%66.84%
23.14%

Color #4DC441 in popluar number systems.

HEX4DC441
Decimal7719665
Binary1001101110001001000001
Octal115304101

Shades and tints

Shades of #4DC441

#4DC441
(77,196,65)
#46B33C
(70,179,60)
#3FA237
(63,162,55)
#389132
(56,145,50)
#31802D
(49,128,45)
#2A6F28
(42,111,40)
#235E23
(35,94,35)
#1C4D1E
(28,77,30)
#153C19
(21,60,25)
#0E2B14
(14,43,20)
#071A0F
(7,26,15)
#000000
(0,0,0)

Tints of #4DC441

#4DC441
(77,196,65)
#5DC952
(93,201,82)
#6DCE63
(109,206,99)
#7DD374
(125,211,116)
#8DD885
(141,216,133)
#9DDD96
(157,221,150)
#ADE2A7
(173,226,167)
#BDE7B8
(189,231,184)
#CDECC9
(205,236,201)
#DDF1DA
(221,241,218)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC441 color. Also use rgb(77,196,65) instead hex code.

Text Font Color

.myTextColor { color: #4DC441; }

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

This text font color is #4DC441.


Background Color

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

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

This div background color is #4DC441.


Border color

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

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

This div border color is #4DC441.


Opacity

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

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

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

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

This text has shadow with #4DC441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC441 on black background.


Color preview on white background

This text has color #4DC441 on white background.



Black color preview on #4DC441 background

This text has black color on #4DC441 background.


White color preview on #4DC441 background

This text has white color on #4DC441 background.