COLOR #7DE196

HEX: #7DE196
RGB: (125,225,150)

Renk bilgisi

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

RGB renk modeli

#7DE196 color RGB value is (125,225,150).

  • kırmız ton 125;
  • yeşil ton 225;
  • mavi ton 150.
RGB:
(125,225,150)
(49%,88%,59%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 225 of 255 = 88%
B 150 of 255 = 59%

125
225
150

R + G + B ~ 65%. #7DE196 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 225 + 150 = 500 (100%)
R 125 of 500 ~ 25%
G 225 of 500 ~ 45%
B 150 of 500 ~ 30%

%25
%45
%30

CMYK RENK MODELİ

#7DE196 rengi CMYK tonu (44,0,33,12).

  • camgöbeği tonu 44.44%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 11.76%
CMYK:
(44,0,33,12)
C44M0Y33K12 
(44%,0%,33%,12%)
(0.44/0.00/0.33/0.12)	

CMYK yüzdeleri

%44.44
%0
%33.33
%11.76

Codes

Color #7DE196 in popluar color models

7DE196
RGB125225150
HSL135°62.50%68.63%
HSB/HSV135°44.44%88.24%
CMYK44.44%0.00%33.33%
11.76%

Color #7DE196 in popluar number systems.

HEX7DE196
Decimal125225150
Binary11111011110000110010110
Octal175341226

Shades and tints

Shades of #7DE196

#7DE196
(125,225,150)
#72CD89
(114,205,137)
#67B97C
(103,185,124)
#5CA56F
(92,165,111)
#519162
(81,145,98)
#467D55
(70,125,85)
#3B6948
(59,105,72)
#30553B
(48,85,59)
#25412E
(37,65,46)
#1A2D21
(26,45,33)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #7DE196

#7DE196
(125,225,150)
#88E39F
(136,227,159)
#93E5A8
(147,229,168)
#9EE7B1
(158,231,177)
#A9E9BA
(169,233,186)
#B4EBC3
(180,235,195)
#BFEDCC
(191,237,204)
#CAEFD5
(202,239,213)
#D5F1DE
(213,241,222)
#E0F3E7
(224,243,231)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DE196 color. Also use rgb(125,225,150) instead hex code.

Text Font Color

.myTextColor { color: #7DE196; }

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

This text font color is #7DE196.


Background Color

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

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

This div background color is #7DE196.


Border color

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

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

This div border color is #7DE196.


Opacity

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

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

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

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

This text has shadow with #7DE196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DE196 on black background.


Color preview on white background

This text has color #7DE196 on white background.



Black color preview on #7DE196 background

This text has black color on #7DE196 background.


White color preview on #7DE196 background

This text has white color on #7DE196 background.