COLOR #77D85E

HEX: #77D85E
RGB: (119,216,94)

Renk bilgisi

#77D85E contains mainly green color. #77D85E ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#77D85E color RGB value is (119,216,94).

  • kırmız ton 119;
  • yeşil ton 216;
  • mavi ton 94.
RGB:
(119,216,94)
(47%,85%,37%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 216 of 255 = 85%
B 94 of 255 = 37%

119
216
94

R + G + B ~ 56%. #77D85E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 216 + 94 = 429 (100%)
R 119 of 429 ~ 27.74%
G 216 of 429 ~ 50.35%
B 94 of 429 ~ 21.91%

%27.74
%50.35
%21.91

CMYK RENK MODELİ

#77D85E rengi CMYK tonu (45,0,56,15).

  • camgöbeği tonu 44.91%
  • eflatun tonu 0.00%
  • sarı tonu 56.48%
  • ana renk tonu 15.29%
CMYK:
(45,0,56,15)
C45M0Y56K15 
(45%,0%,56%,15%)
(0.45/0.00/0.56/0.15)	

CMYK yüzdeleri

%44.91
%0
%56.48
%15.29

Codes

Color #77D85E in popluar color models

77D85E
RGB11921694
HSL108°61.00%60.78%
HSB/HSV108°56.48%84.71%
CMYK44.91%0.00%56.48%
15.29%

Color #77D85E in popluar number systems.

HEX77D85E
Decimal11921694
Binary1110111110110001011110
Octal167330136

Shades and tints

Shades of #77D85E

#77D85E
(119,216,94)
#6DC556
(109,197,86)
#63B24E
(99,178,78)
#599F46
(89,159,70)
#4F8C3E
(79,140,62)
#457936
(69,121,54)
#3B662E
(59,102,46)
#315326
(49,83,38)
#27401E
(39,64,30)
#1D2D16
(29,45,22)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #77D85E

#77D85E
(119,216,94)
#83DB6C
(131,219,108)
#8FDE7A
(143,222,122)
#9BE188
(155,225,136)
#A7E496
(167,228,150)
#B3E7A4
(179,231,164)
#BFEAB2
(191,234,178)
#CBEDC0
(203,237,192)
#D7F0CE
(215,240,206)
#E3F3DC
(227,243,220)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D85E color. Also use rgb(119,216,94) instead hex code.

Text Font Color

.myTextColor { color: #77D85E; }

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

This text font color is #77D85E.


Background Color

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

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

This div background color is #77D85E.


Border color

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

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

This div border color is #77D85E.


Opacity

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

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

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

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

This text has shadow with #77D85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D85E on black background.


Color preview on white background

This text has color #77D85E on white background.



Black color preview on #77D85E background

This text has black color on #77D85E background.


White color preview on #77D85E background

This text has white color on #77D85E background.