COLOR #7DD39D

HEX: #7DD39D
RGB: (125,211,157)

Renk bilgisi

#7DD39D contains mainly green and blue colors. #7DD39D ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7DD39D color RGB value is (125,211,157).

  • kırmız ton 125;
  • yeşil ton 211;
  • mavi ton 157.
RGB:
(125,211,157)
(49%,83%,62%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 211 of 255 = 83%
B 157 of 255 = 62%

125
211
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 211 + 157 = 493 (100%)
R 125 of 493 ~ 25.35%
G 211 of 493 ~ 42.8%
B 157 of 493 ~ 31.85%

%25.35
%42.8
%31.85

CMYK RENK MODELİ

#7DD39D rengi CMYK tonu (41,0,26,17).

  • camgöbeği tonu 40.76%
  • eflatun tonu 0.00%
  • sarı tonu 25.59%
  • ana renk tonu 17.25%
CMYK:
(41,0,26,17)
C41M0Y26K17 
(41%,0%,26%,17%)
(0.41/0.00/0.26/0.17)	

CMYK yüzdeleri

%40.76
%0
%25.59
%17.25

Codes

Color #7DD39D in popluar color models

7DD39D
RGB125211157
HSL142°49.43%65.88%
HSB/HSV142°40.76%82.75%
CMYK40.76%0.00%25.59%
17.25%

Color #7DD39D in popluar number systems.

HEX7DD39D
Decimal125211157
Binary11111011101001110011101
Octal175323235

Shades and tints

Shades of #7DD39D

#7DD39D
(125,211,157)
#72C08F
(114,192,143)
#67AD81
(103,173,129)
#5C9A73
(92,154,115)
#518765
(81,135,101)
#467457
(70,116,87)
#3B6149
(59,97,73)
#304E3B
(48,78,59)
#253B2D
(37,59,45)
#1A281F
(26,40,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7DD39D

#7DD39D
(125,211,157)
#88D7A5
(136,215,165)
#93DBAD
(147,219,173)
#9EDFB5
(158,223,181)
#A9E3BD
(169,227,189)
#B4E7C5
(180,231,197)
#BFEBCD
(191,235,205)
#CAEFD5
(202,239,213)
#D5F3DD
(213,243,221)
#E0F7E5
(224,247,229)
#EBFBED
(235,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD39D color. Also use rgb(125,211,157) instead hex code.

Text Font Color

.myTextColor { color: #7DD39D; }

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

This text font color is #7DD39D.


Background Color

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

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

This div background color is #7DD39D.


Border color

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

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

This div border color is #7DD39D.


Opacity

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

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

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

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

This text has shadow with #7DD39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD39D on black background.


Color preview on white background

This text has color #7DD39D on white background.



Black color preview on #7DD39D background

This text has black color on #7DD39D background.


White color preview on #7DD39D background

This text has white color on #7DD39D background.