COLOR #7DC68F

HEX: #7DC68F
RGB: (125,198,143)

Renk bilgisi

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

RGB renk modeli

#7DC68F color RGB value is (125,198,143).

  • kırmız ton 125;
  • yeşil ton 198;
  • mavi ton 143.
RGB:
(125,198,143)
(49%,78%,56%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 198 of 255 = 78%
B 143 of 255 = 56%

125
198
143

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 198 + 143 = 466 (100%)
R 125 of 466 ~ 26.82%
G 198 of 466 ~ 42.49%
B 143 of 466 ~ 30.69%

%26.82
%42.49
%30.69

CMYK RENK MODELİ

#7DC68F rengi CMYK tonu (37,0,28,22).

  • camgöbeği tonu 36.87%
  • eflatun tonu 0.00%
  • sarı tonu 27.78%
  • ana renk tonu 22.35%
CMYK:
(37,0,28,22)
C37M0Y28K22 
(37%,0%,28%,22%)
(0.37/0.00/0.28/0.22)	

CMYK yüzdeleri

%36.87
%0
%27.78
%22.35

Codes

Color #7DC68F in popluar color models

7DC68F
RGB125198143
HSL135°39.04%63.33%
HSB/HSV135°36.87%77.65%
CMYK36.87%0.00%27.78%
22.35%

Color #7DC68F in popluar number systems.

HEX7DC68F
Decimal125198143
Binary11111011100011010001111
Octal175306217

Shades and tints

Shades of #7DC68F

#7DC68F
(125,198,143)
#72B482
(114,180,130)
#67A275
(103,162,117)
#5C9068
(92,144,104)
#517E5B
(81,126,91)
#466C4E
(70,108,78)
#3B5A41
(59,90,65)
#304834
(48,72,52)
#253627
(37,54,39)
#1A241A
(26,36,26)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #7DC68F

#7DC68F
(125,198,143)
#88CB99
(136,203,153)
#93D0A3
(147,208,163)
#9ED5AD
(158,213,173)
#A9DAB7
(169,218,183)
#B4DFC1
(180,223,193)
#BFE4CB
(191,228,203)
#CAE9D5
(202,233,213)
#D5EEDF
(213,238,223)
#E0F3E9
(224,243,233)
#EBF8F3
(235,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DC68F color. Also use rgb(125,198,143) instead hex code.

Text Font Color

.myTextColor { color: #7DC68F; }

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

This text font color is #7DC68F.


Background Color

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

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

This div background color is #7DC68F.


Border color

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

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

This div border color is #7DC68F.


Opacity

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

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

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

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

This text has shadow with #7DC68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DC68F on black background.


Color preview on white background

This text has color #7DC68F on white background.



Black color preview on #7DC68F background

This text has black color on #7DC68F background.


White color preview on #7DC68F background

This text has white color on #7DC68F background.