COLOR #77ED71

HEX: #77ED71
RGB: (119,237,113)

Color info

#77ED71 contains mainly green color. Web safe color of #77ED71 is #66FF66 (or #6F6).

RGB color model

#77ED71 color RGB value is (119,237,113).

  • red value is 119;
  • green value is 237;
  • blue value is 113.
RGB:
(119,237,113)
(47%,93%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 237 of 255 = 93%
B 113 of 255 = 44%

119
237
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 237 + 113 = 469 (100%)
R 119 of 469 ~ 25.37%
G 237 of 469 ~ 50.53%
B 113 of 469 ~ 24.09%

%25.37
%50.53
%24.09

CMYK color model

#77ED71 color CMYK value is (50,0,52,7).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 52.32%
  • key color value is 7.06%
CMYK:
(50,0,52,7)
C50M0Y52K7 
(50%,0%,52%,7%)
(0.50/0.00/0.52/0.07)	

CMYK percentages

%49.79
%0
%52.32
%7.06

Codes

Color #77ED71 in popluar color models

77ED71
RGB119237113
HSL117°77.50%68.63%
HSB/HSV117°52.32%92.94%
CMYK49.79%0.00%52.32%
7.06%

Color #77ED71 in popluar number systems.

HEX77ED71
Decimal119237113
Binary1110111111011011110001
Octal167355161

Shades and tints

Shades of #77ED71

#77ED71
(119,237,113)
#6DD867
(109,216,103)
#63C35D
(99,195,93)
#59AE53
(89,174,83)
#4F9949
(79,153,73)
#45843F
(69,132,63)
#3B6F35
(59,111,53)
#315A2B
(49,90,43)
#274521
(39,69,33)
#1D3017
(29,48,23)
#131B0D
(19,27,13)
#000000
(0,0,0)

Tints of #77ED71

#77ED71
(119,237,113)
#83EE7D
(131,238,125)
#8FEF89
(143,239,137)
#9BF095
(155,240,149)
#A7F1A1
(167,241,161)
#B3F2AD
(179,242,173)
#BFF3B9
(191,243,185)
#CBF4C5
(203,244,197)
#D7F5D1
(215,245,209)
#E3F6DD
(227,246,221)
#EFF7E9
(239,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ED71 color. Also use rgb(119,237,113) instead hex code.

Text Font Color

.myTextColor { color: #77ED71; }

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

This text font color is #77ED71.


Background Color

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

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

This div background color is #77ED71.


Border color

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

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

This div border color is #77ED71.


Opacity

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

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

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

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

This text has shadow with #77ED71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ED71 on black background.


Color preview on white background

This text has color #77ED71 on white background.



Black color preview on #77ED71 background

This text has black color on #77ED71 background.


White color preview on #77ED71 background

This text has white color on #77ED71 background.