COLOR #77F49E

HEX: #77F49E
RGB: (119,244,158)

Color info

#77F49E contains mainly green color. Web safe color of #77F49E is #66FF99 (or #6F9).

RGB color model

#77F49E color RGB value is (119,244,158).

  • red value is 119;
  • green value is 244;
  • blue value is 158.
RGB:
(119,244,158)
(47%,96%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 244 of 255 = 96%
B 158 of 255 = 62%

119
244
158

R + G + B ~ 68%. #77F49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 244 + 158 = 521 (100%)
R 119 of 521 ~ 22.84%
G 244 of 521 ~ 46.83%
B 158 of 521 ~ 30.33%

%22.84
%46.83
%30.33

CMYK color model

#77F49E color CMYK value is (51,0,35,4).

  • cyan value is 51.23%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 4.31%
CMYK:
(51,0,35,4)
C51M0Y35K4 
(51%,0%,35%,4%)
(0.51/0.00/0.35/0.04)	

CMYK percentages

%51.23
%0
%35.25
%4.31

Codes

Color #77F49E in popluar color models

77F49E
RGB119244158
HSL139°85.03%71.18%
HSB/HSV139°51.23%95.69%
CMYK51.23%0.00%35.25%
4.31%

Color #77F49E in popluar number systems.

HEX77F49E
Decimal119244158
Binary11101111111010010011110
Octal167364236

Shades and tints

Shades of #77F49E

#77F49E
(119,244,158)
#6DDE90
(109,222,144)
#63C882
(99,200,130)
#59B274
(89,178,116)
#4F9C66
(79,156,102)
#458658
(69,134,88)
#3B704A
(59,112,74)
#315A3C
(49,90,60)
#27442E
(39,68,46)
#1D2E20
(29,46,32)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #77F49E

#77F49E
(119,244,158)
#83F5A6
(131,245,166)
#8FF6AE
(143,246,174)
#9BF7B6
(155,247,182)
#A7F8BE
(167,248,190)
#B3F9C6
(179,249,198)
#BFFACE
(191,250,206)
#CBFBD6
(203,251,214)
#D7FCDE
(215,252,222)
#E3FDE6
(227,253,230)
#EFFEEE
(239,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F49E color. Also use rgb(119,244,158) instead hex code.

Text Font Color

.myTextColor { color: #77F49E; }

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

This text font color is #77F49E.


Background Color

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

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

This div background color is #77F49E.


Border color

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

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

This div border color is #77F49E.


Opacity

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

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

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

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

This text has shadow with #77F49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F49E on black background.


Color preview on white background

This text has color #77F49E on white background.



Black color preview on #77F49E background

This text has black color on #77F49E background.


White color preview on #77F49E background

This text has white color on #77F49E background.