COLOR #7ED165

HEX: #7ED165
RGB: (126,209,101)

Renk bilgisi

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

RGB renk modeli

#7ED165 color RGB value is (126,209,101).

  • kırmız ton 126;
  • yeşil ton 209;
  • mavi ton 101.
RGB:
(126,209,101)
(49%,82%,40%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 209 of 255 = 82%
B 101 of 255 = 40%

126
209
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 209 + 101 = 436 (100%)
R 126 of 436 ~ 28.9%
G 209 of 436 ~ 47.94%
B 101 of 436 ~ 23.17%

%28.9
%47.94
%23.17

CMYK RENK MODELİ

#7ED165 rengi CMYK tonu (40,0,52,18).

  • camgöbeği tonu 39.71%
  • eflatun tonu 0.00%
  • sarı tonu 51.67%
  • ana renk tonu 18.04%
CMYK:
(40,0,52,18)
C40M0Y52K18 
(40%,0%,52%,18%)
(0.40/0.00/0.52/0.18)	

CMYK yüzdeleri

%39.71
%0
%51.67
%18.04

Codes

Color #7ED165 in popluar color models

7ED165
RGB126209101
HSL106°54.00%60.78%
HSB/HSV106°51.67%81.96%
CMYK39.71%0.00%51.67%
18.04%

Color #7ED165 in popluar number systems.

HEX7ED165
Decimal126209101
Binary1111110110100011100101
Octal176321145

Shades and tints

Shades of #7ED165

#7ED165
(126,209,101)
#73BE5C
(115,190,92)
#68AB53
(104,171,83)
#5D984A
(93,152,74)
#528541
(82,133,65)
#477238
(71,114,56)
#3C5F2F
(60,95,47)
#314C26
(49,76,38)
#26391D
(38,57,29)
#1B2614
(27,38,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #7ED165

#7ED165
(126,209,101)
#89D573
(137,213,115)
#94D981
(148,217,129)
#9FDD8F
(159,221,143)
#AAE19D
(170,225,157)
#B5E5AB
(181,229,171)
#C0E9B9
(192,233,185)
#CBEDC7
(203,237,199)
#D6F1D5
(214,241,213)
#E1F5E3
(225,245,227)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ED165 color. Also use rgb(126,209,101) instead hex code.

Text Font Color

.myTextColor { color: #7ED165; }

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

This text font color is #7ED165.


Background Color

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

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

This div background color is #7ED165.


Border color

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

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

This div border color is #7ED165.


Opacity

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

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

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

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

This text has shadow with #7ED165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED165 on black background.


Color preview on white background

This text has color #7ED165 on white background.



Black color preview on #7ED165 background

This text has black color on #7ED165 background.


White color preview on #7ED165 background

This text has white color on #7ED165 background.