COLOR #6DD48C

HEX: #6DD48C RGB: (109,212,140)

Color info

#6DD48C contains mainly green color. Web safe color of #6DD48C is #66CC99 (or #6C9).

RGB color model

#6DD48C color RGB value is (109,212,140).

RGB: (109,212,140) (43%, 83%, 55%)

RGB channels and saturation

R 109 of 255 = 43%
G 212 of 255 = 83%
B 140 of 255 = 55%

109
212
140

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

Portions of RGB colors in percentages

R + G + B = 109 + 212 + 140 = 461 (100%)
R 109 of 461 ~ 23.64%
G 212 of 461 ~ 45.99%
B 140 of 461 ~ 30.37'%

%23.64
%45.99
%30.37

CMYK color model

#6DD48C color CMYK value is (49,0,34,17).

  • cyan value is 48.58%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 16.86%

CMYK: (49,0,34,17)
C49M0Y34K17 (49%, 0%, 34%, 17%)
(0.49 / 0.00 / 0.34 / 0.17)

CMYK percentages

%48.58
%0
%33.96
%16.86

Codes

Color #6DD48C in popluar color models

6D D4 8C
RGB 109 212 140
HSL 138° 54.50% 62.94%
HSB/HSV 138° 48.58% 83.14%
CMYK 48.58% 0.00% 33.96%
16.86%

Color #6DD48C in popluar number systems.

HEX 6D D4 8C
Decimal 109 212 140
Binary 1101101 11010100 10001100
Octal 155 324 214

Shades and tints

Shades of #6DD48C

#6DD48C
(109,212,140)
#64C180
(100,193,128)
#5BAE74
(91,174,116)
#529B68
(82,155,104)
#49885C
(73,136,92)
#407550
(64,117,80)
#376244
(55,98,68)
#2E4F38
(46,79,56)
#253C2C
(37,60,44)
#1C2920
(28,41,32)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #6DD48C

#6DD48C
(109,212,140)
#7AD796
(122,215,150)
#87DAA0
(135,218,160)
#94DDAA
(148,221,170)
#A1E0B4
(161,224,180)
#AEE3BE
(174,227,190)
#BBE6C8
(187,230,200)
#C8E9D2
(200,233,210)
#D5ECDC
(213,236,220)
#E2EFE6
(226,239,230)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DD48C color. Also use rgb(109,212,140) instead hex code.

Text Font Color

.myTextColor { color: #6DD48C; }

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

This text font color is #6DD48C.

Background Color

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

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

This div background color is #6DD48C.

Border color

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

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

This div border color is #6DD48C.

Opacity

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

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

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

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

This text has shadow with #6DD48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DD48C.

Preview

Color preview on black background

This text has color #6DD48C on black background.


Color preview on white background

This text has color #6DD48C on white background.


Black color preview on #6DD48C background

This text has black color on #6DD48C background.


White color preview on #6DD48C background

This text has white color on #6DD48C background.


Related colors

Complementary color

Complementary color for #hex is #922B73.


I love getcolorcode.com

Triadic colors

1 #8C6DD4 and #D48C6D with #6DD48C are triadic colors.

2 #8CD46D and #D46D8C with #6DD48C are triadic colors.