COLOR #77DC84

HEX: #77DC84 RGB: (119,220,132)

Color info

#77DC84 contains mainly green color. Web safe color of #77DC84 is #66CC99 (or #6C9).

RGB color model

#77DC84 color RGB value is (119,220,132).

RGB: (119,220,132) (47%, 86%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 220 of 255 = 86%
B 132 of 255 = 52%

119
220
132

R + G + B ~ 62%. #77DC84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 220 + 132 = 471 (100%)
R 119 of 471 ~ 25.27%
G 220 of 471 ~ 46.71%
B 132 of 471 ~ 28.03'%

%25.27
%46.71
%28.03

CMYK color model

#77DC84 color CMYK value is (46,0,40,14).

  • cyan value is 45.91%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 13.73%

CMYK: (46,0,40,14)
C46M0Y40K14 (46%, 0%, 40%, 14%)
(0.46 / 0.00 / 0.40 / 0.14)

CMYK percentages

%45.91
%0
%40
%13.73

Codes

Color #77DC84 in popluar color models

77 DC 84
RGB 119 220 132
HSL 128° 59.06% 66.47%
HSB/HSV 128° 45.91% 86.27%
CMYK 45.91% 0.00% 40.00%
13.73%

Color #77DC84 in popluar number systems.

HEX 77 DC 84
Decimal 119 220 132
Binary 1110111 11011100 10000100
Octal 167 334 204

Shades and tints

Shades of #77DC84

#77DC84
(119,220,132)
#6DC878
(109,200,120)
#63B46C
(99,180,108)
#59A060
(89,160,96)
#4F8C54
(79,140,84)
#457848
(69,120,72)
#3B643C
(59,100,60)
#315030
(49,80,48)
#273C24
(39,60,36)
#1D2818
(29,40,24)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #77DC84

#77DC84
(119,220,132)
#83DF8F
(131,223,143)
#8FE29A
(143,226,154)
#9BE5A5
(155,229,165)
#A7E8B0
(167,232,176)
#B3EBBB
(179,235,187)
#BFEEC6
(191,238,198)
#CBF1D1
(203,241,209)
#D7F4DC
(215,244,220)
#E3F7E7
(227,247,231)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DC84 color. Also use rgb(119,220,132) instead hex code.

Text Font Color

.myTextColor { color: #77DC84; }

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

This text font color is #77DC84.

Background Color

.myBgColor { background-color: #77DC84; }

<div style="background-color:#77DC84">Inner text</div>

This div background color is #77DC84.

Border color

.myBorderColor { border: 1px solid #77DC84; }

<div style="border:3px solid #77DC84">Div</div>

This div border color is #77DC84.

Opacity

.myOpacity80 { color: #77DC84; opacity: 0.8; }

<p style="color:#77DC84;opacity:0.8;">80%</p>

Text with #77DC84 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 #77DC84;}

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

This text has shadow with #77DC84 color.


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

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

This text has shadow with #77DC84 primary color and red secondary color.


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

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

This text has shadow with #77DC84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77DC84.

Preview

Color preview on black background

This text has color #77DC84 on black background.


Color preview on white background

This text has color #77DC84 on white background.


Black color preview on #77DC84 background

This text has black color on #77DC84 background.


White color preview on #77DC84 background

This text has white color on #77DC84 background.


Related colors

Complementary color

Complementary color for #hex is #88237B.


I love getcolorcode.com

Triadic colors

1 #8477DC and #DC8477 with #77DC84 are triadic colors.

2 #84DC77 and #DC7784 with #77DC84 are triadic colors.