COLOR #77FC8E

HEX: #77FC8E RGB: (119,252,142)

Color info

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

RGB color model

#77FC8E color RGB value is (119,252,142).

RGB: (119,252,142) (47%, 99%, 56%)

RGB channels and saturation

R 119 of 255 = 47%
G 252 of 255 = 99%
B 142 of 255 = 56%

119
252
142

R + G + B ~ 67%. #77FC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 252 + 142 = 513 (100%)
R 119 of 513 ~ 23.2%
G 252 of 513 ~ 49.12%
B 142 of 513 ~ 27.68'%

%23.2
%49.12
%27.68

CMYK color model

#77FC8E color CMYK value is (53,0,44,1).

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 1.18%

CMYK: (53,0,44,1)
C53M0Y44K1 (53%, 0%, 44%, 1%)
(0.53 / 0.00 / 0.44 / 0.01)

CMYK percentages

%52.78
%0
%43.65
%1.18

Codes

Color #77FC8E in popluar color models

77 FC 8E
RGB 119 252 142
HSL 130° 95.68% 72.75%
HSB/HSV 130° 52.78% 98.82%
CMYK 52.78% 0.00% 43.65%
1.18%

Color #77FC8E in popluar number systems.

HEX 77 FC 8E
Decimal 119 252 142
Binary 1110111 11111100 10001110
Octal 167 374 216

Shades and tints

Shades of #77FC8E

#77FC8E
(119,252,142)
#6DE682
(109,230,130)
#63D076
(99,208,118)
#59BA6A
(89,186,106)
#4FA45E
(79,164,94)
#458E52
(69,142,82)
#3B7846
(59,120,70)
#31623A
(49,98,58)
#274C2E
(39,76,46)
#1D3622
(29,54,34)
#132016
(19,32,22)
#000000
(0,0,0)

Tints of #77FC8E

#77FC8E
(119,252,142)
#83FC98
(131,252,152)
#8FFCA2
(143,252,162)
#9BFCAC
(155,252,172)
#A7FCB6
(167,252,182)
#B3FCC0
(179,252,192)
#BFFCCA
(191,252,202)
#CBFCD4
(203,252,212)
#D7FCDE
(215,252,222)
#E3FCE8
(227,252,232)
#EFFCF2
(239,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77FC8E; }

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

This text font color is #77FC8E.

Background Color

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

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

This div background color is #77FC8E.

Border color

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

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

This div border color is #77FC8E.

Opacity

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

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

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

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

This text has shadow with #77FC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77FC8E.

Preview

Color preview on black background

This text has color #77FC8E on black background.


Color preview on white background

This text has color #77FC8E on white background.


Black color preview on #77FC8E background

This text has black color on #77FC8E background.


White color preview on #77FC8E background

This text has white color on #77FC8E background.


Related colors

Complementary color

Complementary color for #hex is #880371.


I love getcolorcode.com

Triadic colors

1 #8E77FC and #FC8E77 with #77FC8E are triadic colors.

2 #8EFC77 and #FC778E with #77FC8E are triadic colors.