COLOR #77F08E

HEX: #77F08E RGB: (119,240,142)

Color info

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

RGB color model

#77F08E color RGB value is (119,240,142).

RGB: (119,240,142) (47%, 94%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 240 of 255 = 94%
B 142 of 255 = 56%

119
240
142

R + G + B ~ 66%. #77F08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 240 + 142 = 501 (100%)
R 119 of 501 ~ 23.75%
G 240 of 501 ~ 47.9%
B 142 of 501 ~ 28.34'%

%23.75
%47.9
%28.34

CMYK color model

#77F08E color CMYK value is (50,0,41,6).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 5.88%

CMYK: (50,0,41,6)
C50M0Y41K6 (50%, 0%, 41%, 6%)
(0.50 / 0.00 / 0.41 / 0.06)

CMYK percentages

%50.42
%0
%40.83
%5.88

Codes

Color #77F08E in popluar color models

77 F0 8E
RGB 119 240 142
HSL 131° 80.13% 70.39%
HSB/HSV 131° 50.42% 94.12%
CMYK 50.42% 0.00% 40.83%
5.88%

Color #77F08E in popluar number systems.

HEX 77 F0 8E
Decimal 119 240 142
Binary 1110111 11110000 10001110
Octal 167 360 216

Shades and tints

Shades of #77F08E

#77F08E
(119,240,142)
#6DDB82
(109,219,130)
#63C676
(99,198,118)
#59B16A
(89,177,106)
#4F9C5E
(79,156,94)
#458752
(69,135,82)
#3B7246
(59,114,70)
#315D3A
(49,93,58)
#27482E
(39,72,46)
#1D3322
(29,51,34)
#131E16
(19,30,22)
#000000
(0,0,0)

Tints of #77F08E

#77F08E
(119,240,142)
#83F198
(131,241,152)
#8FF2A2
(143,242,162)
#9BF3AC
(155,243,172)
#A7F4B6
(167,244,182)
#B3F5C0
(179,245,192)
#BFF6CA
(191,246,202)
#CBF7D4
(203,247,212)
#D7F8DE
(215,248,222)
#E3F9E8
(227,249,232)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F08E color. Also use rgb(119,240,142) instead hex code.

Text Font Color

.myTextColor { color: #77F08E; }

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

This text font color is #77F08E.

Background Color

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

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

This div background color is #77F08E.

Border color

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

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

This div border color is #77F08E.

Opacity

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

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

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

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

This text has shadow with #77F08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77F08E.

Preview

Color preview on black background

This text has color #77F08E on black background.


Color preview on white background

This text has color #77F08E on white background.


Black color preview on #77F08E background

This text has black color on #77F08E background.


White color preview on #77F08E background

This text has white color on #77F08E background.


Related colors

Complementary color

Complementary color for #hex is #880F71.


I love getcolorcode.com

Triadic colors

1 #8E77F0 and #F08E77 with #77F08E are triadic colors.

2 #8EF077 and #F0778E with #77F08E are triadic colors.