COLOR #6DDB7F

HEX: #6DDB7F
RGB: (109,219,127)

Renk bilgisi

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

RGB renk modeli

#6DDB7F color RGB value is (109,219,127).

  • kırmız ton 109;
  • yeşil ton 219;
  • mavi ton 127.
RGB:
(109,219,127)
(43%,86%,50%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 219 of 255 = 86%
B 127 of 255 = 50%

109
219
127

R + G + B ~ 60%. #6DDB7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 219 + 127 = 455 (100%)
R 109 of 455 ~ 23.96%
G 219 of 455 ~ 48.13%
B 127 of 455 ~ 27.91%

%23.96
%48.13
%27.91

CMYK RENK MODELİ

#6DDB7F rengi CMYK tonu (50,0,42,14).

  • camgöbeği tonu 50.23%
  • eflatun tonu 0.00%
  • sarı tonu 42.01%
  • ana renk tonu 14.12%
CMYK:
(50,0,42,14)
C50M0Y42K14 
(50%,0%,42%,14%)
(0.50/0.00/0.42/0.14)	

CMYK yüzdeleri

%50.23
%0
%42.01
%14.12

Codes

Color #6DDB7F in popluar color models

6DDB7F
RGB109219127
HSL130°60.44%64.31%
HSB/HSV130°50.23%85.88%
CMYK50.23%0.00%42.01%
14.12%

Color #6DDB7F in popluar number systems.

HEX6DDB7F
Decimal109219127
Binary1101101110110111111111
Octal155333177

Shades and tints

Shades of #6DDB7F

#6DDB7F
(109,219,127)
#64C874
(100,200,116)
#5BB569
(91,181,105)
#52A25E
(82,162,94)
#498F53
(73,143,83)
#407C48
(64,124,72)
#37693D
(55,105,61)
#2E5632
(46,86,50)
#254327
(37,67,39)
#1C301C
(28,48,28)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #6DDB7F

#6DDB7F
(109,219,127)
#7ADE8A
(122,222,138)
#87E195
(135,225,149)
#94E4A0
(148,228,160)
#A1E7AB
(161,231,171)
#AEEAB6
(174,234,182)
#BBEDC1
(187,237,193)
#C8F0CC
(200,240,204)
#D5F3D7
(213,243,215)
#E2F6E2
(226,246,226)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DDB7F color. Also use rgb(109,219,127) instead hex code.

Text Font Color

.myTextColor { color: #6DDB7F; }

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

This text font color is #6DDB7F.


Background Color

.myBgColor { background-color: #6DDB7F; }

<div style="background-color:#6DDB7F">Inner text</div>

This div background color is #6DDB7F.


Border color

.myBorderColor { border: 1px solid #6DDB7F; }

<div style="border:3px solid #6DDB7F">Div</div>

This div border color is #6DDB7F.


Opacity

.myOpacity80 { color: #6DDB7F; opacity: 0.8; }

<p style="color:#6DDB7F;opacity:0.8;">80%</p>

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

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

This text has shadow with #6DDB7F color.

.textShadow {text-shadow: 3px 3px 1px #6DDB7F, 3px 3px 1px red;}

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

This text has shadow with #6DDB7F primary color and red secondary color.


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

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

This text has shadow with #6DDB7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDB7F on black background.


Color preview on white background

This text has color #6DDB7F on white background.



Black color preview on #6DDB7F background

This text has black color on #6DDB7F background.


White color preview on #6DDB7F background

This text has white color on #6DDB7F background.