COLOR #7EF371

HEX: #7EF371
RGB: (126,243,113)

Renk bilgisi

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

RGB renk modeli

#7EF371 color RGB value is (126,243,113).

  • kırmız ton 126;
  • yeşil ton 243;
  • mavi ton 113.
RGB:
(126,243,113)
(49%,95%,44%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 243 of 255 = 95%
B 113 of 255 = 44%

126
243
113

R + G + B ~ 63%. #7EF371 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 243 + 113 = 482 (100%)
R 126 of 482 ~ 26.14%
G 243 of 482 ~ 50.41%
B 113 of 482 ~ 23.44%

%26.14
%50.41
%23.44

CMYK RENK MODELİ

#7EF371 rengi CMYK tonu (48,0,53,5).

  • camgöbeği tonu 48.15%
  • eflatun tonu 0.00%
  • sarı tonu 53.50%
  • ana renk tonu 4.71%
CMYK:
(48,0,53,5)
C48M0Y53K5 
(48%,0%,53%,5%)
(0.48/0.00/0.53/0.05)	

CMYK yüzdeleri

%48.15
%0
%53.5
%4.71

Codes

Color #7EF371 in popluar color models

7EF371
RGB126243113
HSL114°84.42%69.80%
HSB/HSV114°53.50%95.29%
CMYK48.15%0.00%53.50%
4.71%

Color #7EF371 in popluar number systems.

HEX7EF371
Decimal126243113
Binary1111110111100111110001
Octal176363161

Shades and tints

Shades of #7EF371

#7EF371
(126,243,113)
#73DD67
(115,221,103)
#68C75D
(104,199,93)
#5DB153
(93,177,83)
#529B49
(82,155,73)
#47853F
(71,133,63)
#3C6F35
(60,111,53)
#31592B
(49,89,43)
#264321
(38,67,33)
#1B2D17
(27,45,23)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #7EF371

#7EF371
(126,243,113)
#89F47D
(137,244,125)
#94F589
(148,245,137)
#9FF695
(159,246,149)
#AAF7A1
(170,247,161)
#B5F8AD
(181,248,173)
#C0F9B9
(192,249,185)
#CBFAC5
(203,250,197)
#D6FBD1
(214,251,209)
#E1FCDD
(225,252,221)
#ECFDE9
(236,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EF371 color. Also use rgb(126,243,113) instead hex code.

Text Font Color

.myTextColor { color: #7EF371; }

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

This text font color is #7EF371.


Background Color

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

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

This div background color is #7EF371.


Border color

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

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

This div border color is #7EF371.


Opacity

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

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

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

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

This text has shadow with #7EF371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EF371 on black background.


Color preview on white background

This text has color #7EF371 on white background.



Black color preview on #7EF371 background

This text has black color on #7EF371 background.


White color preview on #7EF371 background

This text has white color on #7EF371 background.