COLOR #7EC726

HEX: #7EC726
RGB: (126,199,38)

Renk bilgisi

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

RGB renk modeli

#7EC726 color RGB value is (126,199,38).

  • kırmız ton 126;
  • yeşil ton 199;
  • mavi ton 38.
RGB:
(126,199,38)
(49%,78%,15%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 199 of 255 = 78%
B 38 of 255 = 15%

126
199
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 199 + 38 = 363 (100%)
R 126 of 363 ~ 34.71%
G 199 of 363 ~ 54.82%
B 38 of 363 ~ 10.47%

%34.71
%54.82
%10.47

CMYK RENK MODELİ

#7EC726 rengi CMYK tonu (37,0,81,22).

  • camgöbeği tonu 36.68%
  • eflatun tonu 0.00%
  • sarı tonu 80.90%
  • ana renk tonu 21.96%
CMYK:
(37,0,81,22)
C37M0Y81K22 
(37%,0%,81%,22%)
(0.37/0.00/0.81/0.22)	

CMYK yüzdeleri

%36.68
%0
%80.9
%21.96

Codes

Color #7EC726 in popluar color models

7EC726
RGB12619938
HSL87°67.93%46.47%
HSB/HSV87°80.90%78.04%
CMYK36.68%0.00%80.90%
21.96%

Color #7EC726 in popluar number systems.

HEX7EC726
Decimal12619938
Binary111111011000111100110
Octal17630746

Shades and tints

Shades of #7EC726

#7EC726
(126,199,38)
#73B523
(115,181,35)
#68A320
(104,163,32)
#5D911D
(93,145,29)
#527F1A
(82,127,26)
#476D17
(71,109,23)
#3C5B14
(60,91,20)
#314911
(49,73,17)
#26370E
(38,55,14)
#1B250B
(27,37,11)
#101308
(16,19,8)
#000000
(0,0,0)

Tints of #7EC726

#7EC726
(126,199,38)
#89CC39
(137,204,57)
#94D14C
(148,209,76)
#9FD65F
(159,214,95)
#AADB72
(170,219,114)
#B5E085
(181,224,133)
#C0E598
(192,229,152)
#CBEAAB
(203,234,171)
#D6EFBE
(214,239,190)
#E1F4D1
(225,244,209)
#ECF9E4
(236,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC726 color. Also use rgb(126,199,38) instead hex code.

Text Font Color

.myTextColor { color: #7EC726; }

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

This text font color is #7EC726.


Background Color

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

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

This div background color is #7EC726.


Border color

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

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

This div border color is #7EC726.


Opacity

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

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

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

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

This text has shadow with #7EC726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EC726 on black background.


Color preview on white background

This text has color #7EC726 on white background.



Black color preview on #7EC726 background

This text has black color on #7EC726 background.


White color preview on #7EC726 background

This text has white color on #7EC726 background.