COLOR #6DE69D

HEX: #6DE69D RGB: (109,230,157)

Color info

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

RGB color model

#6DE69D color RGB value is (109,230,157).

RGB: (109,230,157) (43%, 90%, 62%)

RGB channels and saturation

R 109 of 255 = 43%
G 230 of 255 = 90%
B 157 of 255 = 62%

109
230
157

R + G + B ~ 65%. #6DE69D is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 230 + 157 = 496 (100%)
R 109 of 496 ~ 21.98%
G 230 of 496 ~ 46.37%
B 157 of 496 ~ 31.65'%

%21.98
%46.37
%31.65

CMYK color model

#6DE69D color CMYK value is (53,0,32,10).

  • cyan value is 52.61%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 9.80%

CMYK: (53,0,32,10)
C53M0Y32K10 (53%, 0%, 32%, 10%)
(0.53 / 0.00 / 0.32 / 0.10)

CMYK percentages

%52.61
%0
%31.74
%9.8

Codes

Color #6DE69D in popluar color models

6D E6 9D
RGB 109 230 157
HSL 144° 70.76% 66.47%
HSB/HSV 144° 52.61% 90.20%
CMYK 52.61% 0.00% 31.74%
9.80%

Color #6DE69D in popluar number systems.

HEX 6D E6 9D
Decimal 109 230 157
Binary 1101101 11100110 10011101
Octal 155 346 235

Shades and tints

Shades of #6DE69D

#6DE69D
(109,230,157)
#64D28F
(100,210,143)
#5BBE81
(91,190,129)
#52AA73
(82,170,115)
#499665
(73,150,101)
#408257
(64,130,87)
#376E49
(55,110,73)
#2E5A3B
(46,90,59)
#25462D
(37,70,45)
#1C321F
(28,50,31)
#131E11
(19,30,17)
#000000
(0,0,0)

Tints of #6DE69D

#6DE69D
(109,230,157)
#7AE8A5
(122,232,165)
#87EAAD
(135,234,173)
#94ECB5
(148,236,181)
#A1EEBD
(161,238,189)
#AEF0C5
(174,240,197)
#BBF2CD
(187,242,205)
#C8F4D5
(200,244,213)
#D5F6DD
(213,246,221)
#E2F8E5
(226,248,229)
#EFFAED
(239,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DE69D color. Also use rgb(109,230,157) instead hex code.

Text Font Color

.myTextColor { color: #6DE69D; }

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

This text font color is #6DE69D.

Background Color

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

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

This div background color is #6DE69D.

Border color

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

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

This div border color is #6DE69D.

Opacity

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

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

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

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

This text has shadow with #6DE69D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE69D.

Preview

Color preview on black background

This text has color #6DE69D on black background.


Color preview on white background

This text has color #6DE69D on white background.


Black color preview on #6DE69D background

This text has black color on #6DE69D background.


White color preview on #6DE69D background

This text has white color on #6DE69D background.


Related colors

Complementary color

Complementary color for #hex is #921962.


I love getcolorcode.com

Triadic colors

1 #9D6DE6 and #E69D6D with #6DE69D are triadic colors.

2 #9DE66D and #E66D9D with #6DE69D are triadic colors.