COLOR #7EDC59

HEX: #7EDC59
RGB: (126,220,89)

Renk bilgisi

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

RGB renk modeli

#7EDC59 color RGB value is (126,220,89).

  • kırmız ton 126;
  • yeşil ton 220;
  • mavi ton 89.
RGB:
(126,220,89)
(49%,86%,35%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 220 of 255 = 86%
B 89 of 255 = 35%

126
220
89

R + G + B ~ 57%. #7EDC59 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 220 + 89 = 435 (100%)
R 126 of 435 ~ 28.97%
G 220 of 435 ~ 50.57%
B 89 of 435 ~ 20.46%

%28.97
%50.57
%20.46

CMYK RENK MODELİ

#7EDC59 rengi CMYK tonu (43,0,60,14).

  • camgöbeği tonu 42.73%
  • eflatun tonu 0.00%
  • sarı tonu 59.55%
  • ana renk tonu 13.73%
CMYK:
(43,0,60,14)
C43M0Y60K14 
(43%,0%,60%,14%)
(0.43/0.00/0.60/0.14)	

CMYK yüzdeleri

%42.73
%0
%59.55
%13.73

Codes

Color #7EDC59 in popluar color models

7EDC59
RGB12622089
HSL103°65.17%60.59%
HSB/HSV103°59.55%86.27%
CMYK42.73%0.00%59.55%
13.73%

Color #7EDC59 in popluar number systems.

HEX7EDC59
Decimal12622089
Binary1111110110111001011001
Octal176334131

Shades and tints

Shades of #7EDC59

#7EDC59
(126,220,89)
#73C851
(115,200,81)
#68B449
(104,180,73)
#5DA041
(93,160,65)
#528C39
(82,140,57)
#477831
(71,120,49)
#3C6429
(60,100,41)
#315021
(49,80,33)
#263C19
(38,60,25)
#1B2811
(27,40,17)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #7EDC59

#7EDC59
(126,220,89)
#89DF68
(137,223,104)
#94E277
(148,226,119)
#9FE586
(159,229,134)
#AAE895
(170,232,149)
#B5EBA4
(181,235,164)
#C0EEB3
(192,238,179)
#CBF1C2
(203,241,194)
#D6F4D1
(214,244,209)
#E1F7E0
(225,247,224)
#ECFAEF
(236,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EDC59 color. Also use rgb(126,220,89) instead hex code.

Text Font Color

.myTextColor { color: #7EDC59; }

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

This text font color is #7EDC59.


Background Color

.myBgColor { background-color: #7EDC59; }

<div style="background-color:#7EDC59">Inner text</div>

This div background color is #7EDC59.


Border color

.myBorderColor { border: 1px solid #7EDC59; }

<div style="border:3px solid #7EDC59">Div</div>

This div border color is #7EDC59.


Opacity

.myOpacity80 { color: #7EDC59; opacity: 0.8; }

<p style="color:#7EDC59;opacity:0.8;">80%</p>

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

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

This text has shadow with #7EDC59 color.

.textShadow {text-shadow: 3px 3px 1px #7EDC59, 3px 3px 1px red;}

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

This text has shadow with #7EDC59 primary color and red secondary color.


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

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

This text has shadow with #7EDC59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EDC59 on black background.


Color preview on white background

This text has color #7EDC59 on white background.



Black color preview on #7EDC59 background

This text has black color on #7EDC59 background.


White color preview on #7EDC59 background

This text has white color on #7EDC59 background.