COLOR #7ED14C

HEX: #7ED14C
RGB: (126,209,76)

Renk bilgisi

#7ED14C contains mainly green color. #7ED14C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#7ED14C color RGB value is (126,209,76).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 209 of 255 = 82%
B 76 of 255 = 30%

126
209
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 209 + 76 = 411 (100%)
R 126 of 411 ~ 30.66%
G 209 of 411 ~ 50.85%
B 76 of 411 ~ 18.49%

%30.66
%50.85
%18.49

CMYK RENK MODELİ

#7ED14C rengi CMYK tonu (40,0,64,18).

  • camgöbeği tonu 39.71%
  • eflatun tonu 0.00%
  • sarı tonu 63.64%
  • ana renk tonu 18.04%
CMYK:
(40,0,64,18)
C40M0Y64K18 
(40%,0%,64%,18%)
(0.40/0.00/0.64/0.18)	

CMYK yüzdeleri

%39.71
%0
%63.64
%18.04

Codes

Color #7ED14C in popluar color models

7ED14C
RGB12620976
HSL97°59.11%55.88%
HSB/HSV97°63.64%81.96%
CMYK39.71%0.00%63.64%
18.04%

Color #7ED14C in popluar number systems.

HEX7ED14C
Decimal12620976
Binary1111110110100011001100
Octal176321114

Shades and tints

Shades of #7ED14C

#7ED14C
(126,209,76)
#73BE46
(115,190,70)
#68AB40
(104,171,64)
#5D983A
(93,152,58)
#528534
(82,133,52)
#47722E
(71,114,46)
#3C5F28
(60,95,40)
#314C22
(49,76,34)
#26391C
(38,57,28)
#1B2616
(27,38,22)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #7ED14C

#7ED14C
(126,209,76)
#89D55C
(137,213,92)
#94D96C
(148,217,108)
#9FDD7C
(159,221,124)
#AAE18C
(170,225,140)
#B5E59C
(181,229,156)
#C0E9AC
(192,233,172)
#CBEDBC
(203,237,188)
#D6F1CC
(214,241,204)
#E1F5DC
(225,245,220)
#ECF9EC
(236,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ED14C; }

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

This text font color is #7ED14C.


Background Color

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

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

This div background color is #7ED14C.


Border color

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

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

This div border color is #7ED14C.


Opacity

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

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

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

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

This text has shadow with #7ED14C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ED14C on black background.


Color preview on white background

This text has color #7ED14C on white background.



Black color preview on #7ED14C background

This text has black color on #7ED14C background.


White color preview on #7ED14C background

This text has white color on #7ED14C background.