COLOR #4FD077

HEX: #4FD077 RGB: (79,208,119)

Color info

#4FD077 contains mainly green color. Web safe color of #4FD077 is #66CC66 (or #6C6).

RGB color model

#4FD077 color RGB value is (79,208,119).

RGB: (79,208,119) (31%, 82%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 208 of 255 = 82%
B 119 of 255 = 47%

79
208
119

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

Portions of RGB colors in percentages

R + G + B = 79 + 208 + 119 = 406 (100%)
R 79 of 406 ~ 19.46%
G 208 of 406 ~ 51.23%
B 119 of 406 ~ 29.31'%

%19.46
%51.23
%29.31

CMYK color model

#4FD077 color CMYK value is (62,0,43,18).

  • cyan value is 62.02%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 18.43%
CMYK: (62,0,43,18) C62M0Y43K18 (62%,0%,43%,18%) (0.62/0.00/0.43/0.18) 

CMYK percentages

%62.02
%0
%42.79
%18.43

Codes

Color #4FD077 in popluar color models

4F D0 77
RGB 79 208 119
HSL 139° 57.85% 56.27%
HSB/HSV 139° 62.02% 81.57%
CMYK 62.02% 0.00% 42.79%
18.43%

Color #4FD077 in popluar number systems.

HEX 4F D0 77
Decimal 79 208 119
Binary 1001111 11010000 1110111
Octal 117 320 167

Shades and tints

Shades of #4FD077

#4FD077
(79,208,119)
#48BE6D
(72,190,109)
#41AC63
(65,172,99)
#3A9A59
(58,154,89)
#33884F
(51,136,79)
#2C7645
(44,118,69)
#25643B
(37,100,59)
#1E5231
(30,82,49)
#174027
(23,64,39)
#102E1D
(16,46,29)
#091C13
(9,28,19)
#000000
(0,0,0)

Tints of #4FD077

#4FD077
(79,208,119)
#5FD483
(95,212,131)
#6FD88F
(111,216,143)
#7FDC9B
(127,220,155)
#8FE0A7
(143,224,167)
#9FE4B3
(159,228,179)
#AFE8BF
(175,232,191)
#BFECCB
(191,236,203)
#CFF0D7
(207,240,215)
#DFF4E3
(223,244,227)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD077 color. Also use rgb(79,208,119) instead hex code.

Text Font Color

.myTextColor { color: #4FD077; }

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

This text font color is #4FD077.

Background Color

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

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

This div background color is #4FD077.

Border color

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

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

This div border color is #4FD077.

Opacity

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

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

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

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

This text has shadow with #4FD077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FD077.

Preview

Color preview on black background

This text has color #4FD077 on black background.


Color preview on white background

This text has color #4FD077 on white background.


Black color preview on #4FD077 background

This text has black color on #4FD077 background.


White color preview on #4FD077 background

This text has white color on #4FD077 background.


Related colors

Complementary color

Complementary color for #hex is #B02F88.


I love getcolorcode.com

Triadic colors

1 #774FD0 and #D0774F with #4FD077 are triadic colors.

2 #77D04F and #D04F77 with #4FD077 are triadic colors.