COLOR #7EE38B

HEX: #7EE38B
RGB: (126,227,139)

Renk bilgisi

#7EE38B contains mainly green color. #7EE38B ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7EE38B color RGB value is (126,227,139).

  • kırmız ton 126;
  • yeşil ton 227;
  • mavi ton 139.
RGB:
(126,227,139)
(49%,89%,55%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 227 of 255 = 89%
B 139 of 255 = 55%

126
227
139

R + G + B ~ 64%. #7EE38B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 227 + 139 = 492 (100%)
R 126 of 492 ~ 25.61%
G 227 of 492 ~ 46.14%
B 139 of 492 ~ 28.25%

%25.61
%46.14
%28.25

CMYK RENK MODELİ

#7EE38B rengi CMYK tonu (44,0,39,11).

  • camgöbeği tonu 44.49%
  • eflatun tonu 0.00%
  • sarı tonu 38.77%
  • ana renk tonu 10.98%
CMYK:
(44,0,39,11)
C44M0Y39K11 
(44%,0%,39%,11%)
(0.44/0.00/0.39/0.11)	

CMYK yüzdeleri

%44.49
%0
%38.77
%10.98

Codes

Color #7EE38B in popluar color models

7EE38B
RGB126227139
HSL128°64.33%69.22%
HSB/HSV128°44.49%89.02%
CMYK44.49%0.00%38.77%
10.98%

Color #7EE38B in popluar number systems.

HEX7EE38B
Decimal126227139
Binary11111101110001110001011
Octal176343213

Shades and tints

Shades of #7EE38B

#7EE38B
(126,227,139)
#73CF7F
(115,207,127)
#68BB73
(104,187,115)
#5DA767
(93,167,103)
#52935B
(82,147,91)
#477F4F
(71,127,79)
#3C6B43
(60,107,67)
#315737
(49,87,55)
#26432B
(38,67,43)
#1B2F1F
(27,47,31)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #7EE38B

#7EE38B
(126,227,139)
#89E595
(137,229,149)
#94E79F
(148,231,159)
#9FE9A9
(159,233,169)
#AAEBB3
(170,235,179)
#B5EDBD
(181,237,189)
#C0EFC7
(192,239,199)
#CBF1D1
(203,241,209)
#D6F3DB
(214,243,219)
#E1F5E5
(225,245,229)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EE38B color. Also use rgb(126,227,139) instead hex code.

Text Font Color

.myTextColor { color: #7EE38B; }

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

This text font color is #7EE38B.


Background Color

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

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

This div background color is #7EE38B.


Border color

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

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

This div border color is #7EE38B.


Opacity

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

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

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

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

This text has shadow with #7EE38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EE38B on black background.


Color preview on white background

This text has color #7EE38B on white background.



Black color preview on #7EE38B background

This text has black color on #7EE38B background.


White color preview on #7EE38B background

This text has white color on #7EE38B background.