COLOR #77C399

HEX: #77C399
RGB: (119,195,153)

Color info

#77C399 contains mainly green and blue colors. Web safe color of #77C399 is #66CC99 (or #6C9).

RGB color model

#77C399 color RGB value is (119,195,153).

  • red value is 119;
  • green value is 195;
  • blue value is 153.
RGB:
(119,195,153)
(47%,76%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 153 of 255 = 60%

119
195
153

R + G + B ~ 61%. #77C399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 195 + 153 = 467 (100%)
R 119 of 467 ~ 25.48%
G 195 of 467 ~ 41.76%
B 153 of 467 ~ 32.76%

%25.48
%41.76
%32.76

CMYK color model

#77C399 color CMYK value is (39,0,22,24).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(39,0,22,24)
C39M0Y22K24 
(39%,0%,22%,24%)
(0.39/0.00/0.22/0.24)	

CMYK percentages

%38.97
%0
%21.54
%23.53

Codes

Color #77C399 in popluar color models

77C399
RGB119195153
HSL147°38.78%61.57%
HSB/HSV147°38.97%76.47%
CMYK38.97%0.00%21.54%
23.53%

Color #77C399 in popluar number systems.

HEX77C399
Decimal119195153
Binary11101111100001110011001
Octal167303231

Shades and tints

Shades of #77C399

#77C399
(119,195,153)
#6DB28C
(109,178,140)
#63A17F
(99,161,127)
#599072
(89,144,114)
#4F7F65
(79,127,101)
#456E58
(69,110,88)
#3B5D4B
(59,93,75)
#314C3E
(49,76,62)
#273B31
(39,59,49)
#1D2A24
(29,42,36)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #77C399

#77C399
(119,195,153)
#83C8A2
(131,200,162)
#8FCDAB
(143,205,171)
#9BD2B4
(155,210,180)
#A7D7BD
(167,215,189)
#B3DCC6
(179,220,198)
#BFE1CF
(191,225,207)
#CBE6D8
(203,230,216)
#D7EBE1
(215,235,225)
#E3F0EA
(227,240,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C399 color. Also use rgb(119,195,153) instead hex code.

Text Font Color

.myTextColor { color: #77C399; }

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

This text font color is #77C399.


Background Color

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

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

This div background color is #77C399.


Border color

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

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

This div border color is #77C399.


Opacity

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

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

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

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

This text has shadow with #77C399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C399 on black background.


Color preview on white background

This text has color #77C399 on white background.



Black color preview on #77C399 background

This text has black color on #77C399 background.


White color preview on #77C399 background

This text has white color on #77C399 background.