COLOR #77FDB0

HEX: #77FDB0 RGB: (119,253,176)

Color info

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

RGB color model

#77FDB0 color RGB value is (119,253,176).

RGB: (119,253,176) (47%, 99%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 253 of 255 = 99%
B 176 of 255 = 69%

119
253
176

R + G + B ~ 72%. #77FDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 253 + 176 = 548 (100%)
R 119 of 548 ~ 21.72%
G 253 of 548 ~ 46.17%
B 176 of 548 ~ 32.12'%

%21.72
%46.17
%32.12

CMYK color model

#77FDB0 color CMYK value is (53,0,30,1).

  • cyan value is 52.96%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 0.78%

CMYK: (53,0,30,1)
C53M0Y30K1 (53%, 0%, 30%, 1%)
(0.53 / 0.00 / 0.30 / 0.01)

CMYK percentages

%52.96
%0
%30.43
%0.78

Codes

Color #77FDB0 in popluar color models

77 FD B0
RGB 119 253 176
HSL 146° 97.10% 72.94%
HSB/HSV 146° 52.96% 99.22%
CMYK 52.96% 0.00% 30.43%
0.78%

Color #77FDB0 in popluar number systems.

HEX 77 FD B0
Decimal 119 253 176
Binary 1110111 11111101 10110000
Octal 167 375 260

Shades and tints

Shades of #77FDB0

#77FDB0
(119,253,176)
#6DE6A0
(109,230,160)
#63CF90
(99,207,144)
#59B880
(89,184,128)
#4FA170
(79,161,112)
#458A60
(69,138,96)
#3B7350
(59,115,80)
#315C40
(49,92,64)
#274530
(39,69,48)
#1D2E20
(29,46,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #77FDB0

#77FDB0
(119,253,176)
#83FDB7
(131,253,183)
#8FFDBE
(143,253,190)
#9BFDC5
(155,253,197)
#A7FDCC
(167,253,204)
#B3FDD3
(179,253,211)
#BFFDDA
(191,253,218)
#CBFDE1
(203,253,225)
#D7FDE8
(215,253,232)
#E3FDEF
(227,253,239)
#EFFDF6
(239,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77FDB0; }

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

This text font color is #77FDB0.

Background Color

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

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

This div background color is #77FDB0.

Border color

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

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

This div border color is #77FDB0.

Opacity

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

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

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

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

This text has shadow with #77FDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77FDB0.

Preview

Color preview on black background

This text has color #77FDB0 on black background.


Color preview on white background

This text has color #77FDB0 on white background.


Black color preview on #77FDB0 background

This text has black color on #77FDB0 background.


White color preview on #77FDB0 background

This text has white color on #77FDB0 background.


Related colors

Complementary color

Complementary color for #hex is #88024F.


I love getcolorcode.com

Triadic colors

1 #B077FD and #FDB077 with #77FDB0 are triadic colors.

2 #B0FD77 and #FD77B0 with #77FDB0 are triadic colors.