COLOR #77D997

HEX: #77D997
RGB: (119,217,151)

Renk bilgisi

#77D997 contains mainly green color. #77D997 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#77D997 color RGB value is (119,217,151).

  • kırmız ton 119;
  • yeşil ton 217;
  • mavi ton 151.
RGB:
(119,217,151)
(47%,85%,59%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 217 of 255 = 85%
B 151 of 255 = 59%

119
217
151

R + G + B ~ 64%. #77D997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 217 + 151 = 487 (100%)
R 119 of 487 ~ 24.44%
G 217 of 487 ~ 44.56%
B 151 of 487 ~ 31.01%

%24.44
%44.56
%31.01

CMYK RENK MODELİ

#77D997 rengi CMYK tonu (45,0,30,15).

  • camgöbeği tonu 45.16%
  • eflatun tonu 0.00%
  • sarı tonu 30.41%
  • ana renk tonu 14.90%
CMYK:
(45,0,30,15)
C45M0Y30K15 
(45%,0%,30%,15%)
(0.45/0.00/0.30/0.15)	

CMYK yüzdeleri

%45.16
%0
%30.41
%14.9

Codes

Color #77D997 in popluar color models

77D997
RGB119217151
HSL140°56.32%65.88%
HSB/HSV140°45.16%85.10%
CMYK45.16%0.00%30.41%
14.90%

Color #77D997 in popluar number systems.

HEX77D997
Decimal119217151
Binary11101111101100110010111
Octal167331227

Shades and tints

Shades of #77D997

#77D997
(119,217,151)
#6DC68A
(109,198,138)
#63B37D
(99,179,125)
#59A070
(89,160,112)
#4F8D63
(79,141,99)
#457A56
(69,122,86)
#3B6749
(59,103,73)
#31543C
(49,84,60)
#27412F
(39,65,47)
#1D2E22
(29,46,34)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #77D997

#77D997
(119,217,151)
#83DCA0
(131,220,160)
#8FDFA9
(143,223,169)
#9BE2B2
(155,226,178)
#A7E5BB
(167,229,187)
#B3E8C4
(179,232,196)
#BFEBCD
(191,235,205)
#CBEED6
(203,238,214)
#D7F1DF
(215,241,223)
#E3F4E8
(227,244,232)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D997 color. Also use rgb(119,217,151) instead hex code.

Text Font Color

.myTextColor { color: #77D997; }

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

This text font color is #77D997.


Background Color

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

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

This div background color is #77D997.


Border color

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

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

This div border color is #77D997.


Opacity

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

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

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

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

This text has shadow with #77D997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D997 on black background.


Color preview on white background

This text has color #77D997 on white background.



Black color preview on #77D997 background

This text has black color on #77D997 background.


White color preview on #77D997 background

This text has white color on #77D997 background.