COLOR #6CDD8D

HEX: #6CDD8D RGB: (108,221,141)

Color info

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

RGB color model

#6CDD8D color RGB value is (108,221,141).

RGB: (108,221,141) (42%, 87%, 55%)

RGB channels and saturation

R 108 of 255 = 42%
G 221 of 255 = 87%
B 141 of 255 = 55%

108
221
141

R + G + B ~ 61%. #6CDD8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 221 + 141 = 470 (100%)
R 108 of 470 ~ 22.98%
G 221 of 470 ~ 47.02%
B 141 of 470 ~ 30'%

%22.98
%47.02
%30

CMYK color model

#6CDD8D color CMYK value is (51,0,36,13).

  • cyan value is 51.13%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 13.33%

CMYK: (51,0,36,13)
C51M0Y36K13 (51%, 0%, 36%, 13%)
(0.51 / 0.00 / 0.36 / 0.13)

CMYK percentages

%51.13
%0
%36.2
%13.33

Codes

Color #6CDD8D in popluar color models

6C DD 8D
RGB 108 221 141
HSL 138° 62.43% 64.51%
HSB/HSV 138° 51.13% 86.67%
CMYK 51.13% 0.00% 36.20%
13.33%

Color #6CDD8D in popluar number systems.

HEX 6C DD 8D
Decimal 108 221 141
Binary 1101100 11011101 10001101
Octal 154 335 215

Shades and tints

Shades of #6CDD8D

#6CDD8D
(108,221,141)
#63C981
(99,201,129)
#5AB575
(90,181,117)
#51A169
(81,161,105)
#488D5D
(72,141,93)
#3F7951
(63,121,81)
#366545
(54,101,69)
#2D5139
(45,81,57)
#243D2D
(36,61,45)
#1B2921
(27,41,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #6CDD8D

#6CDD8D
(108,221,141)
#79E097
(121,224,151)
#86E3A1
(134,227,161)
#93E6AB
(147,230,171)
#A0E9B5
(160,233,181)
#ADECBF
(173,236,191)
#BAEFC9
(186,239,201)
#C7F2D3
(199,242,211)
#D4F5DD
(212,245,221)
#E1F8E7
(225,248,231)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDD8D color. Also use rgb(108,221,141) instead hex code.

Text Font Color

.myTextColor { color: #6CDD8D; }

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

This text font color is #6CDD8D.

Background Color

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

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

This div background color is #6CDD8D.

Border color

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

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

This div border color is #6CDD8D.

Opacity

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

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

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

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

This text has shadow with #6CDD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDD8D.

Preview

Color preview on black background

This text has color #6CDD8D on black background.


Color preview on white background

This text has color #6CDD8D on white background.


Black color preview on #6CDD8D background

This text has black color on #6CDD8D background.


White color preview on #6CDD8D background

This text has white color on #6CDD8D background.


Related colors

Complementary color

Complementary color for #hex is #932272.


I love getcolorcode.com

Triadic colors

1 #8D6CDD and #DD8D6C with #6CDD8D are triadic colors.

2 #8DDD6C and #DD6C8D with #6CDD8D are triadic colors.