COLOR #77FEA3

HEX: #77FEA3 RGB: (119,254,163)

Color info

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

RGB color model

#77FEA3 color RGB value is (119,254,163).

RGB: (119,254,163) (47%, 100%, 64%)

RGB channels and saturation

R 119 of 255 = 47%
G 254 of 255 = 100%
B 163 of 255 = 64%

119
254
163

R + G + B ~ 70%. #77FEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 254 + 163 = 536 (100%)
R 119 of 536 ~ 22.2%
G 254 of 536 ~ 47.39%
B 163 of 536 ~ 30.41'%

%22.2
%47.39
%30.41

CMYK color model

#77FEA3 color CMYK value is (53,0,36,0).

  • cyan value is 53.15%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 0.39%
CMYK: (53,0,36,0) C53M0Y36K0 (53%,0%,36%,0%) (0.53/0.00/0.36/0.00) 

CMYK percentages

%53.15
%0
%35.83
%0.39

Codes

Color #77FEA3 in popluar color models

77 FE A3
RGB 119 254 163
HSL 140° 98.54% 73.14%
HSB/HSV 140° 53.15% 99.61%
CMYK 53.15% 0.00% 35.83%
0.39%

Color #77FEA3 in popluar number systems.

HEX 77 FE A3
Decimal 119 254 163
Binary 1110111 11111110 10100011
Octal 167 376 243

Shades and tints

Shades of #77FEA3

#77FEA3
(119,254,163)
#6DE795
(109,231,149)
#63D087
(99,208,135)
#59B979
(89,185,121)
#4FA26B
(79,162,107)
#458B5D
(69,139,93)
#3B744F
(59,116,79)
#315D41
(49,93,65)
#274633
(39,70,51)
#1D2F25
(29,47,37)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #77FEA3

#77FEA3
(119,254,163)
#83FEAB
(131,254,171)
#8FFEB3
(143,254,179)
#9BFEBB
(155,254,187)
#A7FEC3
(167,254,195)
#B3FECB
(179,254,203)
#BFFED3
(191,254,211)
#CBFEDB
(203,254,219)
#D7FEE3
(215,254,227)
#E3FEEB
(227,254,235)
#EFFEF3
(239,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77FEA3 color. Also use rgb(119,254,163) instead hex code.

Text Font Color

.myTextColor { color: #77FEA3; }

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

This text font color is #77FEA3.

Background Color

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

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

This div background color is #77FEA3.

Border color

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

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

This div border color is #77FEA3.

Opacity

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

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

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

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

This text has shadow with #77FEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77FEA3.

Preview

Color preview on black background

This text has color #77FEA3 on black background.


Color preview on white background

This text has color #77FEA3 on white background.


Black color preview on #77FEA3 background

This text has black color on #77FEA3 background.


White color preview on #77FEA3 background

This text has white color on #77FEA3 background.


Related colors

Complementary color

Complementary color for #hex is #88015C.


I love getcolorcode.com

Triadic colors

1 #A377FE and #FEA377 with #77FEA3 are triadic colors.

2 #A3FE77 and #FE77A3 with #77FEA3 are triadic colors.