COLOR #77FB9E

HEX: #77FB9E
RGB: (119,251,158)

Color info

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

RGB color model

#77FB9E color RGB value is (119,251,158).

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

RGB channels and saturation

R 119 of 255 = 47%
G 251 of 255 = 98%
B 158 of 255 = 62%

119
251
158

R + G + B ~ 69%. #77FB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 251 + 158 = 528 (100%)
R 119 of 528 ~ 22.54%
G 251 of 528 ~ 47.54%
B 158 of 528 ~ 29.92%

%22.54
%47.54
%29.92

CMYK color model

#77FB9E color CMYK value is (53,0,37,2).

  • cyan value is 52.59%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 1.57%
CMYK:
(53,0,37,2)
C53M0Y37K2 
(53%,0%,37%,2%)
(0.53/0.00/0.37/0.02)	

CMYK percentages

%52.59
%0
%37.05
%1.57

Codes

Color #77FB9E in popluar color models

77FB9E
RGB119251158
HSL138°94.29%72.55%
HSB/HSV138°52.59%98.43%
CMYK52.59%0.00%37.05%
1.57%

Color #77FB9E in popluar number systems.

HEX77FB9E
Decimal119251158
Binary11101111111101110011110
Octal167373236

Shades and tints

Shades of #77FB9E

#77FB9E
(119,251,158)
#6DE590
(109,229,144)
#63CF82
(99,207,130)
#59B974
(89,185,116)
#4FA366
(79,163,102)
#458D58
(69,141,88)
#3B774A
(59,119,74)
#31613C
(49,97,60)
#274B2E
(39,75,46)
#1D3520
(29,53,32)
#131F12
(19,31,18)
#000000
(0,0,0)

Tints of #77FB9E

#77FB9E
(119,251,158)
#83FBA6
(131,251,166)
#8FFBAE
(143,251,174)
#9BFBB6
(155,251,182)
#A7FBBE
(167,251,190)
#B3FBC6
(179,251,198)
#BFFBCE
(191,251,206)
#CBFBD6
(203,251,214)
#D7FBDE
(215,251,222)
#E3FBE6
(227,251,230)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77FB9E; }

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

This text font color is #77FB9E.


Background Color

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

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

This div background color is #77FB9E.


Border color

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

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

This div border color is #77FB9E.


Opacity

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

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

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

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

This text has shadow with #77FB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77FB9E on black background.


Color preview on white background

This text has color #77FB9E on white background.



Black color preview on #77FB9E background

This text has black color on #77FB9E background.


White color preview on #77FB9E background

This text has white color on #77FB9E background.