COLOR #77E373

HEX: #77E373
RGB: (119,227,115)

Renk bilgisi

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

RGB renk modeli

#77E373 color RGB value is (119,227,115).

  • kırmız ton 119;
  • yeşil ton 227;
  • mavi ton 115.
RGB:
(119,227,115)
(47%,89%,45%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 227 of 255 = 89%
B 115 of 255 = 45%

119
227
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 227 + 115 = 461 (100%)
R 119 of 461 ~ 25.81%
G 227 of 461 ~ 49.24%
B 115 of 461 ~ 24.95%

%25.81
%49.24
%24.95

CMYK RENK MODELİ

#77E373 rengi CMYK tonu (48,0,49,11).

  • camgöbeği tonu 47.58%
  • eflatun tonu 0.00%
  • sarı tonu 49.34%
  • ana renk tonu 10.98%
CMYK:
(48,0,49,11)
C48M0Y49K11 
(48%,0%,49%,11%)
(0.48/0.00/0.49/0.11)	

CMYK yüzdeleri

%47.58
%0
%49.34
%10.98

Codes

Color #77E373 in popluar color models

77E373
RGB119227115
HSL118°66.67%67.06%
HSB/HSV118°49.34%89.02%
CMYK47.58%0.00%49.34%
10.98%

Color #77E373 in popluar number systems.

HEX77E373
Decimal119227115
Binary1110111111000111110011
Octal167343163

Shades and tints

Shades of #77E373

#77E373
(119,227,115)
#6DCF69
(109,207,105)
#63BB5F
(99,187,95)
#59A755
(89,167,85)
#4F934B
(79,147,75)
#457F41
(69,127,65)
#3B6B37
(59,107,55)
#31572D
(49,87,45)
#274323
(39,67,35)
#1D2F19
(29,47,25)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #77E373

#77E373
(119,227,115)
#83E57F
(131,229,127)
#8FE78B
(143,231,139)
#9BE997
(155,233,151)
#A7EBA3
(167,235,163)
#B3EDAF
(179,237,175)
#BFEFBB
(191,239,187)
#CBF1C7
(203,241,199)
#D7F3D3
(215,243,211)
#E3F5DF
(227,245,223)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77E373 color. Also use rgb(119,227,115) instead hex code.

Text Font Color

.myTextColor { color: #77E373; }

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

This text font color is #77E373.


Background Color

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

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

This div background color is #77E373.


Border color

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

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

This div border color is #77E373.


Opacity

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

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

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

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

This text has shadow with #77E373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77E373 on black background.


Color preview on white background

This text has color #77E373 on white background.



Black color preview on #77E373 background

This text has black color on #77E373 background.


White color preview on #77E373 background

This text has white color on #77E373 background.