COLOR #7DD39A

HEX: #7DD39A
RGB: (125,211,154)

Renk bilgisi

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

RGB renk modeli

#7DD39A color RGB value is (125,211,154).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 211 of 255 = 83%
B 154 of 255 = 60%

125
211
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 211 + 154 = 490 (100%)
R 125 of 490 ~ 25.51%
G 211 of 490 ~ 43.06%
B 154 of 490 ~ 31.43%

%25.51
%43.06
%31.43

CMYK RENK MODELİ

#7DD39A rengi CMYK tonu (41,0,27,17).

  • camgöbeği tonu 40.76%
  • eflatun tonu 0.00%
  • sarı tonu 27.01%
  • ana renk tonu 17.25%
CMYK:
(41,0,27,17)
C41M0Y27K17 
(41%,0%,27%,17%)
(0.41/0.00/0.27/0.17)	

CMYK yüzdeleri

%40.76
%0
%27.01
%17.25

Codes

Color #7DD39A in popluar color models

7DD39A
RGB125211154
HSL140°49.43%65.88%
HSB/HSV140°40.76%82.75%
CMYK40.76%0.00%27.01%
17.25%

Color #7DD39A in popluar number systems.

HEX7DD39A
Decimal125211154
Binary11111011101001110011010
Octal175323232

Shades and tints

Shades of #7DD39A

#7DD39A
(125,211,154)
#72C08C
(114,192,140)
#67AD7E
(103,173,126)
#5C9A70
(92,154,112)
#518762
(81,135,98)
#467454
(70,116,84)
#3B6146
(59,97,70)
#304E38
(48,78,56)
#253B2A
(37,59,42)
#1A281C
(26,40,28)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #7DD39A

#7DD39A
(125,211,154)
#88D7A3
(136,215,163)
#93DBAC
(147,219,172)
#9EDFB5
(158,223,181)
#A9E3BE
(169,227,190)
#B4E7C7
(180,231,199)
#BFEBD0
(191,235,208)
#CAEFD9
(202,239,217)
#D5F3E2
(213,243,226)
#E0F7EB
(224,247,235)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DD39A; }

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

This text font color is #7DD39A.


Background Color

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

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

This div background color is #7DD39A.


Border color

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

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

This div border color is #7DD39A.


Opacity

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

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

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

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

This text has shadow with #7DD39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD39A on black background.


Color preview on white background

This text has color #7DD39A on white background.



Black color preview on #7DD39A background

This text has black color on #7DD39A background.


White color preview on #7DD39A background

This text has white color on #7DD39A background.