COLOR #77CD83

HEX: #77CD83
RGB: (119,205,131)

Color info

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

RGB color model

#77CD83 color RGB value is (119,205,131).

  • red value is 119;
  • green value is 205;
  • blue value is 131.
RGB:
(119,205,131)
(47%,80%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 205 of 255 = 80%
B 131 of 255 = 51%

119
205
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 205 + 131 = 455 (100%)
R 119 of 455 ~ 26.15%
G 205 of 455 ~ 45.05%
B 131 of 455 ~ 28.79%

%26.15
%45.05
%28.79

CMYK color model

#77CD83 color CMYK value is (42,0,36,20).

  • cyan value is 41.95%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%
CMYK:
(42,0,36,20)
C42M0Y36K20 
(42%,0%,36%,20%)
(0.42/0.00/0.36/0.20)	

CMYK percentages

%41.95
%0
%36.1
%19.61

Codes

Color #77CD83 in popluar color models

77CD83
RGB119205131
HSL128°46.24%63.53%
HSB/HSV128°41.95%80.39%
CMYK41.95%0.00%36.10%
19.61%

Color #77CD83 in popluar number systems.

HEX77CD83
Decimal119205131
Binary11101111100110110000011
Octal167315203

Shades and tints

Shades of #77CD83

#77CD83
(119,205,131)
#6DBB78
(109,187,120)
#63A96D
(99,169,109)
#599762
(89,151,98)
#4F8557
(79,133,87)
#45734C
(69,115,76)
#3B6141
(59,97,65)
#314F36
(49,79,54)
#273D2B
(39,61,43)
#1D2B20
(29,43,32)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #77CD83

#77CD83
(119,205,131)
#83D18E
(131,209,142)
#8FD599
(143,213,153)
#9BD9A4
(155,217,164)
#A7DDAF
(167,221,175)
#B3E1BA
(179,225,186)
#BFE5C5
(191,229,197)
#CBE9D0
(203,233,208)
#D7EDDB
(215,237,219)
#E3F1E6
(227,241,230)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CD83 color. Also use rgb(119,205,131) instead hex code.

Text Font Color

.myTextColor { color: #77CD83; }

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

This text font color is #77CD83.


Background Color

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

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

This div background color is #77CD83.


Border color

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

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

This div border color is #77CD83.


Opacity

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

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

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

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

This text has shadow with #77CD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CD83 on black background.


Color preview on white background

This text has color #77CD83 on white background.



Black color preview on #77CD83 background

This text has black color on #77CD83 background.


White color preview on #77CD83 background

This text has white color on #77CD83 background.