COLOR #77FD8A

HEX: #77FD8A
RGB: (119,253,138)

Color info

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

RGB color model

#77FD8A color RGB value is (119,253,138).

  • red value is 119;
  • green value is 253;
  • blue value is 138.
RGB:
(119,253,138)
(47%,99%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 253 of 255 = 99%
B 138 of 255 = 54%

119
253
138

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

Portions of RGB colors in percentages

R + G + B =
119 + 253 + 138 = 510 (100%)
R 119 of 510 ~ 23.33%
G 253 of 510 ~ 49.61%
B 138 of 510 ~ 27.06%

%23.33
%49.61
%27.06

CMYK color model

#77FD8A color CMYK value is (53,0,45,1).

  • cyan value is 52.96%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 0.78%
CMYK:
(53,0,45,1)
C53M0Y45K1 
(53%,0%,45%,1%)
(0.53/0.00/0.45/0.01)	

CMYK percentages

%52.96
%0
%45.45
%0.78

Codes

Color #77FD8A in popluar color models

77FD8A
RGB119253138
HSL129°97.10%72.94%
HSB/HSV129°52.96%99.22%
CMYK52.96%0.00%45.45%
0.78%

Color #77FD8A in popluar number systems.

HEX77FD8A
Decimal119253138
Binary11101111111110110001010
Octal167375212

Shades and tints

Shades of #77FD8A

#77FD8A
(119,253,138)
#6DE67E
(109,230,126)
#63CF72
(99,207,114)
#59B866
(89,184,102)
#4FA15A
(79,161,90)
#458A4E
(69,138,78)
#3B7342
(59,115,66)
#315C36
(49,92,54)
#27452A
(39,69,42)
#1D2E1E
(29,46,30)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #77FD8A

#77FD8A
(119,253,138)
#83FD94
(131,253,148)
#8FFD9E
(143,253,158)
#9BFDA8
(155,253,168)
#A7FDB2
(167,253,178)
#B3FDBC
(179,253,188)
#BFFDC6
(191,253,198)
#CBFDD0
(203,253,208)
#D7FDDA
(215,253,218)
#E3FDE4
(227,253,228)
#EFFDEE
(239,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77FD8A color. Also use rgb(119,253,138) instead hex code.

Text Font Color

.myTextColor { color: #77FD8A; }

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

This text font color is #77FD8A.


Background Color

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

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

This div background color is #77FD8A.


Border color

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

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

This div border color is #77FD8A.


Opacity

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

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

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

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

This text has shadow with #77FD8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77FD8A on black background.


Color preview on white background

This text has color #77FD8A on white background.



Black color preview on #77FD8A background

This text has black color on #77FD8A background.


White color preview on #77FD8A background

This text has white color on #77FD8A background.