COLOR #77ED7D

HEX: #77ED7D
RGB: (119,237,125)

Renk bilgisi

#77ED7D contains mainly green color. #77ED7D ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#77ED7D color RGB value is (119,237,125).

  • kırmız ton 119;
  • yeşil ton 237;
  • mavi ton 125.
RGB:
(119,237,125)
(47%,93%,49%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 237 of 255 = 93%
B 125 of 255 = 49%

119
237
125

R + G + B ~ 63%. #77ED7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 237 + 125 = 481 (100%)
R 119 of 481 ~ 24.74%
G 237 of 481 ~ 49.27%
B 125 of 481 ~ 25.99%

%24.74
%49.27
%25.99

CMYK RENK MODELİ

#77ED7D rengi CMYK tonu (50,0,47,7).

  • camgöbeği tonu 49.79%
  • eflatun tonu 0.00%
  • sarı tonu 47.26%
  • ana renk tonu 7.06%
CMYK:
(50,0,47,7)
C50M0Y47K7 
(50%,0%,47%,7%)
(0.50/0.00/0.47/0.07)	

CMYK yüzdeleri

%49.79
%0
%47.26
%7.06

Codes

Color #77ED7D in popluar color models

77ED7D
RGB119237125
HSL123°76.62%69.80%
HSB/HSV123°49.79%92.94%
CMYK49.79%0.00%47.26%
7.06%

Color #77ED7D in popluar number systems.

HEX77ED7D
Decimal119237125
Binary1110111111011011111101
Octal167355175

Shades and tints

Shades of #77ED7D

#77ED7D
(119,237,125)
#6DD872
(109,216,114)
#63C367
(99,195,103)
#59AE5C
(89,174,92)
#4F9951
(79,153,81)
#458446
(69,132,70)
#3B6F3B
(59,111,59)
#315A30
(49,90,48)
#274525
(39,69,37)
#1D301A
(29,48,26)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #77ED7D

#77ED7D
(119,237,125)
#83EE88
(131,238,136)
#8FEF93
(143,239,147)
#9BF09E
(155,240,158)
#A7F1A9
(167,241,169)
#B3F2B4
(179,242,180)
#BFF3BF
(191,243,191)
#CBF4CA
(203,244,202)
#D7F5D5
(215,245,213)
#E3F6E0
(227,246,224)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77ED7D color. Also use rgb(119,237,125) instead hex code.

Text Font Color

.myTextColor { color: #77ED7D; }

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

This text font color is #77ED7D.


Background Color

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

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

This div background color is #77ED7D.


Border color

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

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

This div border color is #77ED7D.


Opacity

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

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

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

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

This text has shadow with #77ED7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77ED7D on black background.


Color preview on white background

This text has color #77ED7D on white background.



Black color preview on #77ED7D background

This text has black color on #77ED7D background.


White color preview on #77ED7D background

This text has white color on #77ED7D background.