COLOR #4DF971

HEX: #4DF971
RGB: (77,249,113)

Color info

#4DF971 contains mainly green color. Web safe color of #4DF971 is #33FF66 (or #3F6).

RGB color model

#4DF971 color RGB value is (77,249,113).

  • red value is 77;
  • green value is 249;
  • blue value is 113.
RGB:
(77,249,113)
(30%,98%,44%)

RGB channels and saturation

R 77 of 255 = 30%
G 249 of 255 = 98%
B 113 of 255 = 44%

77
249
113

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

Portions of RGB colors in percentages

R + G + B =
77 + 249 + 113 = 439 (100%)
R 77 of 439 ~ 17.54%
G 249 of 439 ~ 56.72%
B 113 of 439 ~ 25.74%

%17.54
%56.72
%25.74

CMYK color model

#4DF971 color CMYK value is (69,0,55,2).

  • cyan value is 69.08%
  • magenta value is 0.00%
  • yellow value is 54.62%
  • key color value is 2.35%
CMYK:
(69,0,55,2)
C69M0Y55K2 
(69%,0%,55%,2%)
(0.69/0.00/0.55/0.02)	

CMYK percentages

%69.08
%0
%54.62
%2.35

Codes

Color #4DF971 in popluar color models

4DF971
RGB77249113
HSL133°93.48%63.92%
HSB/HSV133°69.08%97.65%
CMYK69.08%0.00%54.62%
2.35%

Color #4DF971 in popluar number systems.

HEX4DF971
Decimal77249113
Binary1001101111110011110001
Octal115371161

Shades and tints

Shades of #4DF971

#4DF971
(77,249,113)
#46E367
(70,227,103)
#3FCD5D
(63,205,93)
#38B753
(56,183,83)
#31A149
(49,161,73)
#2A8B3F
(42,139,63)
#237535
(35,117,53)
#1C5F2B
(28,95,43)
#154921
(21,73,33)
#0E3317
(14,51,23)
#071D0D
(7,29,13)
#000000
(0,0,0)

Tints of #4DF971

#4DF971
(77,249,113)
#5DF97D
(93,249,125)
#6DF989
(109,249,137)
#7DF995
(125,249,149)
#8DF9A1
(141,249,161)
#9DF9AD
(157,249,173)
#ADF9B9
(173,249,185)
#BDF9C5
(189,249,197)
#CDF9D1
(205,249,209)
#DDF9DD
(221,249,221)
#EDF9E9
(237,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DF971 color. Also use rgb(77,249,113) instead hex code.

Text Font Color

.myTextColor { color: #4DF971; }

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

This text font color is #4DF971.


Background Color

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

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

This div background color is #4DF971.


Border color

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

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

This div border color is #4DF971.


Opacity

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

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

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

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

This text has shadow with #4DF971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DF971 on black background.


Color preview on white background

This text has color #4DF971 on white background.



Black color preview on #4DF971 background

This text has black color on #4DF971 background.


White color preview on #4DF971 background

This text has white color on #4DF971 background.