COLOR #6DD594

HEX: #6DD594
RGB: (109,213,148)

Renk bilgisi

#6DD594 contains mainly green color. #6DD594 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6DD594 color RGB value is (109,213,148).

  • kırmız ton 109;
  • yeşil ton 213;
  • mavi ton 148.
RGB:
(109,213,148)
(43%,84%,58%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 213 of 255 = 84%
B 148 of 255 = 58%

109
213
148

R + G + B ~ 62%. #6DD594 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 213 + 148 = 470 (100%)
R 109 of 470 ~ 23.19%
G 213 of 470 ~ 45.32%
B 148 of 470 ~ 31.49%

%23.19
%45.32
%31.49

CMYK RENK MODELİ

#6DD594 rengi CMYK tonu (49,0,31,16).

  • camgöbeği tonu 48.83%
  • eflatun tonu 0.00%
  • sarı tonu 30.52%
  • ana renk tonu 16.47%
CMYK:
(49,0,31,16)
C49M0Y31K16 
(49%,0%,31%,16%)
(0.49/0.00/0.31/0.16)	

CMYK yüzdeleri

%48.83
%0
%30.52
%16.47

Codes

Color #6DD594 in popluar color models

6DD594
RGB109213148
HSL143°55.32%63.14%
HSB/HSV143°48.83%83.53%
CMYK48.83%0.00%30.52%
16.47%

Color #6DD594 in popluar number systems.

HEX6DD594
Decimal109213148
Binary11011011101010110010100
Octal155325224

Shades and tints

Shades of #6DD594

#6DD594
(109,213,148)
#64C287
(100,194,135)
#5BAF7A
(91,175,122)
#529C6D
(82,156,109)
#498960
(73,137,96)
#407653
(64,118,83)
#376346
(55,99,70)
#2E5039
(46,80,57)
#253D2C
(37,61,44)
#1C2A1F
(28,42,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #6DD594

#6DD594
(109,213,148)
#7AD89D
(122,216,157)
#87DBA6
(135,219,166)
#94DEAF
(148,222,175)
#A1E1B8
(161,225,184)
#AEE4C1
(174,228,193)
#BBE7CA
(187,231,202)
#C8EAD3
(200,234,211)
#D5EDDC
(213,237,220)
#E2F0E5
(226,240,229)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD594 color. Also use rgb(109,213,148) instead hex code.

Text Font Color

.myTextColor { color: #6DD594; }

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

This text font color is #6DD594.


Background Color

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

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

This div background color is #6DD594.


Border color

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

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

This div border color is #6DD594.


Opacity

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

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

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

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

This text has shadow with #6DD594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DD594 on black background.


Color preview on white background

This text has color #6DD594 on white background.



Black color preview on #6DD594 background

This text has black color on #6DD594 background.


White color preview on #6DD594 background

This text has white color on #6DD594 background.