COLOR #4DF07A

HEX: #4DF07A
RGB: (77,240,122)

Color info

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

RGB color model

#4DF07A color RGB value is (77,240,122).

  • red value is 77;
  • green value is 240;
  • blue value is 122.
RGB:
(77,240,122)
(30%,94%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 240 of 255 = 94%
B 122 of 255 = 48%

77
240
122

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

Portions of RGB colors in percentages

R + G + B =
77 + 240 + 122 = 439 (100%)
R 77 of 439 ~ 17.54%
G 240 of 439 ~ 54.67%
B 122 of 439 ~ 27.79%

%17.54
%54.67
%27.79

CMYK color model

#4DF07A color CMYK value is (68,0,49,6).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 49.17%
  • key color value is 5.88%
CMYK:
(68,0,49,6)
C68M0Y49K6 
(68%,0%,49%,6%)
(0.68/0.00/0.49/0.06)	

CMYK percentages

%67.92
%0
%49.17
%5.88

Codes

Color #4DF07A in popluar color models

4DF07A
RGB77240122
HSL137°84.46%62.16%
HSB/HSV137°67.92%94.12%
CMYK67.92%0.00%49.17%
5.88%

Color #4DF07A in popluar number systems.

HEX4DF07A
Decimal77240122
Binary1001101111100001111010
Octal115360172

Shades and tints

Shades of #4DF07A

#4DF07A
(77,240,122)
#46DB6F
(70,219,111)
#3FC664
(63,198,100)
#38B159
(56,177,89)
#319C4E
(49,156,78)
#2A8743
(42,135,67)
#237238
(35,114,56)
#1C5D2D
(28,93,45)
#154822
(21,72,34)
#0E3317
(14,51,23)
#071E0C
(7,30,12)
#000000
(0,0,0)

Tints of #4DF07A

#4DF07A
(77,240,122)
#5DF186
(93,241,134)
#6DF292
(109,242,146)
#7DF39E
(125,243,158)
#8DF4AA
(141,244,170)
#9DF5B6
(157,245,182)
#ADF6C2
(173,246,194)
#BDF7CE
(189,247,206)
#CDF8DA
(205,248,218)
#DDF9E6
(221,249,230)
#EDFAF2
(237,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DF07A color. Also use rgb(77,240,122) instead hex code.

Text Font Color

.myTextColor { color: #4DF07A; }

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

This text font color is #4DF07A.


Background Color

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

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

This div background color is #4DF07A.


Border color

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

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

This div border color is #4DF07A.


Opacity

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

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

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

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

This text has shadow with #4DF07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DF07A on black background.


Color preview on white background

This text has color #4DF07A on white background.



Black color preview on #4DF07A background

This text has black color on #4DF07A background.


White color preview on #4DF07A background

This text has white color on #4DF07A background.