COLOR #7DD97C

HEX: #7DD97C
RGB: (125,217,124)

Renk bilgisi

#7DD97C contains mainly green color. #7DD97C ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7DD97C color RGB value is (125,217,124).

  • kırmız ton 125;
  • yeşil ton 217;
  • mavi ton 124.
RGB:
(125,217,124)
(49%,85%,49%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 217 of 255 = 85%
B 124 of 255 = 49%

125
217
124

R + G + B ~ 61%. #7DD97C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 217 + 124 = 466 (100%)
R 125 of 466 ~ 26.82%
G 217 of 466 ~ 46.57%
B 124 of 466 ~ 26.61%

%26.82
%46.57
%26.61

CMYK RENK MODELİ

#7DD97C rengi CMYK tonu (42,0,43,15).

  • camgöbeği tonu 42.40%
  • eflatun tonu 0.00%
  • sarı tonu 42.86%
  • ana renk tonu 14.90%
CMYK:
(42,0,43,15)
C42M0Y43K15 
(42%,0%,43%,15%)
(0.42/0.00/0.43/0.15)	

CMYK yüzdeleri

%42.4
%0
%42.86
%14.9

Codes

Color #7DD97C in popluar color models

7DD97C
RGB125217124
HSL119°55.03%66.86%
HSB/HSV119°42.86%85.10%
CMYK42.40%0.00%42.86%
14.90%

Color #7DD97C in popluar number systems.

HEX7DD97C
Decimal125217124
Binary1111101110110011111100
Octal175331174

Shades and tints

Shades of #7DD97C

#7DD97C
(125,217,124)
#72C671
(114,198,113)
#67B366
(103,179,102)
#5CA05B
(92,160,91)
#518D50
(81,141,80)
#467A45
(70,122,69)
#3B673A
(59,103,58)
#30542F
(48,84,47)
#254124
(37,65,36)
#1A2E19
(26,46,25)
#0F1B0E
(15,27,14)
#000000
(0,0,0)

Tints of #7DD97C

#7DD97C
(125,217,124)
#88DC87
(136,220,135)
#93DF92
(147,223,146)
#9EE29D
(158,226,157)
#A9E5A8
(169,229,168)
#B4E8B3
(180,232,179)
#BFEBBE
(191,235,190)
#CAEEC9
(202,238,201)
#D5F1D4
(213,241,212)
#E0F4DF
(224,244,223)
#EBF7EA
(235,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DD97C color. Also use rgb(125,217,124) instead hex code.

Text Font Color

.myTextColor { color: #7DD97C; }

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

This text font color is #7DD97C.


Background Color

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

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

This div background color is #7DD97C.


Border color

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

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

This div border color is #7DD97C.


Opacity

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

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

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

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

This text has shadow with #7DD97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DD97C on black background.


Color preview on white background

This text has color #7DD97C on white background.



Black color preview on #7DD97C background

This text has black color on #7DD97C background.


White color preview on #7DD97C background

This text has white color on #7DD97C background.