COLOR #77FBA9

HEX: #77FBA9
RGB: (119,251,169)

Color info

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

RGB color model

#77FBA9 color RGB value is (119,251,169).

  • red value is 119;
  • green value is 251;
  • blue value is 169.
RGB:
(119,251,169)
(47%,98%,66%)

RGB channels and saturation

R 119 of 255 = 47%
G 251 of 255 = 98%
B 169 of 255 = 66%

119
251
169

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

Portions of RGB colors in percentages

R + G + B =
119 + 251 + 169 = 539 (100%)
R 119 of 539 ~ 22.08%
G 251 of 539 ~ 46.57%
B 169 of 539 ~ 31.35%

%22.08
%46.57
%31.35

CMYK color model

#77FBA9 color CMYK value is (53,0,33,2).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 32.67%
  • key color value is 1.57%
CMYK:
(53,0,33,2)
C53M0Y33K2 
(53%,0%,33%,2%)
(0.53/0.00/0.33/0.02)	

CMYK percentages

%52.59
%0
%32.67
%1.57

Codes

Color #77FBA9 in popluar color models

77FBA9
RGB119251169
HSL143°94.29%72.55%
HSB/HSV143°52.59%98.43%
CMYK52.59%0.00%32.67%
1.57%

Color #77FBA9 in popluar number systems.

HEX77FBA9
Decimal119251169
Binary11101111111101110101001
Octal167373251

Shades and tints

Shades of #77FBA9

#77FBA9
(119,251,169)
#6DE59A
(109,229,154)
#63CF8B
(99,207,139)
#59B97C
(89,185,124)
#4FA36D
(79,163,109)
#458D5E
(69,141,94)
#3B774F
(59,119,79)
#316140
(49,97,64)
#274B31
(39,75,49)
#1D3522
(29,53,34)
#131F13
(19,31,19)
#000000
(0,0,0)

Tints of #77FBA9

#77FBA9
(119,251,169)
#83FBB0
(131,251,176)
#8FFBB7
(143,251,183)
#9BFBBE
(155,251,190)
#A7FBC5
(167,251,197)
#B3FBCC
(179,251,204)
#BFFBD3
(191,251,211)
#CBFBDA
(203,251,218)
#D7FBE1
(215,251,225)
#E3FBE8
(227,251,232)
#EFFBEF
(239,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77FBA9 color. Also use rgb(119,251,169) instead hex code.

Text Font Color

.myTextColor { color: #77FBA9; }

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

This text font color is #77FBA9.


Background Color

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

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

This div background color is #77FBA9.


Border color

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

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

This div border color is #77FBA9.


Opacity

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

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

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

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

This text has shadow with #77FBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77FBA9 on black background.


Color preview on white background

This text has color #77FBA9 on white background.



Black color preview on #77FBA9 background

This text has black color on #77FBA9 background.


White color preview on #77FBA9 background

This text has white color on #77FBA9 background.