COLOR #77D480

HEX: #77D480
RGB: (119,212,128)

Color info

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

RGB color model

#77D480 color RGB value is (119,212,128).

  • red value is 119;
  • green value is 212;
  • blue value is 128.
RGB:
(119,212,128)
(47%,83%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 212 of 255 = 83%
B 128 of 255 = 50%

119
212
128

R + G + B ~ 60%. #77D480 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 212 + 128 = 459 (100%)
R 119 of 459 ~ 25.93%
G 212 of 459 ~ 46.19%
B 128 of 459 ~ 27.89%

%25.93
%46.19
%27.89

CMYK color model

#77D480 color CMYK value is (44,0,40,17).

  • cyan value is 43.87%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 16.86%
CMYK:
(44,0,40,17)
C44M0Y40K17 
(44%,0%,40%,17%)
(0.44/0.00/0.40/0.17)	

CMYK percentages

%43.87
%0
%39.62
%16.86

Codes

Color #77D480 in popluar color models

77D480
RGB119212128
HSL126°51.96%64.90%
HSB/HSV126°43.87%83.14%
CMYK43.87%0.00%39.62%
16.86%

Color #77D480 in popluar number systems.

HEX77D480
Decimal119212128
Binary11101111101010010000000
Octal167324200

Shades and tints

Shades of #77D480

#77D480
(119,212,128)
#6DC175
(109,193,117)
#63AE6A
(99,174,106)
#599B5F
(89,155,95)
#4F8854
(79,136,84)
#457549
(69,117,73)
#3B623E
(59,98,62)
#314F33
(49,79,51)
#273C28
(39,60,40)
#1D291D
(29,41,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #77D480

#77D480
(119,212,128)
#83D78B
(131,215,139)
#8FDA96
(143,218,150)
#9BDDA1
(155,221,161)
#A7E0AC
(167,224,172)
#B3E3B7
(179,227,183)
#BFE6C2
(191,230,194)
#CBE9CD
(203,233,205)
#D7ECD8
(215,236,216)
#E3EFE3
(227,239,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D480 color. Also use rgb(119,212,128) instead hex code.

Text Font Color

.myTextColor { color: #77D480; }

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

This text font color is #77D480.


Background Color

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

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

This div background color is #77D480.


Border color

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

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

This div border color is #77D480.


Opacity

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

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

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

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

This text has shadow with #77D480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D480 on black background.


Color preview on white background

This text has color #77D480 on white background.



Black color preview on #77D480 background

This text has black color on #77D480 background.


White color preview on #77D480 background

This text has white color on #77D480 background.