COLOR #6DD65D

HEX: #6DD65D
RGB: (109,214,93)

Renk bilgisi

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

RGB renk modeli

#6DD65D color RGB value is (109,214,93).

  • kırmız ton 109;
  • yeşil ton 214;
  • mavi ton 93.
RGB:
(109,214,93)
(43%,84%,36%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 214 of 255 = 84%
B 93 of 255 = 36%

109
214
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 214 + 93 = 416 (100%)
R 109 of 416 ~ 26.2%
G 214 of 416 ~ 51.44%
B 93 of 416 ~ 22.36%

%26.2
%51.44
%22.36

CMYK RENK MODELİ

#6DD65D rengi CMYK tonu (49,0,57,16).

  • camgöbeği tonu 49.07%
  • eflatun tonu 0.00%
  • sarı tonu 56.54%
  • ana renk tonu 16.08%
CMYK:
(49,0,57,16)
C49M0Y57K16 
(49%,0%,57%,16%)
(0.49/0.00/0.57/0.16)	

CMYK yüzdeleri

%49.07
%0
%56.54
%16.08

Codes

Color #6DD65D in popluar color models

6DD65D
RGB10921493
HSL112°59.61%60.20%
HSB/HSV112°56.54%83.92%
CMYK49.07%0.00%56.54%
16.08%

Color #6DD65D in popluar number systems.

HEX6DD65D
Decimal10921493
Binary1101101110101101011101
Octal155326135

Shades and tints

Shades of #6DD65D

#6DD65D
(109,214,93)
#64C355
(100,195,85)
#5BB04D
(91,176,77)
#529D45
(82,157,69)
#498A3D
(73,138,61)
#407735
(64,119,53)
#37642D
(55,100,45)
#2E5125
(46,81,37)
#253E1D
(37,62,29)
#1C2B15
(28,43,21)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #6DD65D

#6DD65D
(109,214,93)
#7AD96B
(122,217,107)
#87DC79
(135,220,121)
#94DF87
(148,223,135)
#A1E295
(161,226,149)
#AEE5A3
(174,229,163)
#BBE8B1
(187,232,177)
#C8EBBF
(200,235,191)
#D5EECD
(213,238,205)
#E2F1DB
(226,241,219)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD65D color. Also use rgb(109,214,93) instead hex code.

Text Font Color

.myTextColor { color: #6DD65D; }

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

This text font color is #6DD65D.


Background Color

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

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

This div background color is #6DD65D.


Border color

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

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

This div border color is #6DD65D.


Opacity

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

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

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

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

This text has shadow with #6DD65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD65D on black background.


Color preview on white background

This text has color #6DD65D on white background.



Black color preview on #6DD65D background

This text has black color on #6DD65D background.


White color preview on #6DD65D background

This text has white color on #6DD65D background.