COLOR #6CDD8B

HEX: #6CDD8B RGB: (108,221,139)

Color info

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

RGB color model

#6CDD8B color RGB value is (108,221,139).

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

RGB channels and saturation

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

108
221
139

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

Portions of RGB colors in percentages

R + G + B = 108 + 221 + 139 = 468 (100%)
R 108 of 468 ~ 23.08%
G 221 of 468 ~ 47.22%
B 139 of 468 ~ 29.7'%

%23.08
%47.22
%29.7

CMYK color model

#6CDD8B color CMYK value is (51,0,37,13).

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

CMYK: (51,0,37,13)
C51M0Y37K13 (51%, 0%, 37%, 13%)
(0.51 / 0.00 / 0.37 / 0.13)

CMYK percentages

%51.13
%0
%37.1
%13.33

Codes

Color #6CDD8B in popluar color models

6C DD 8B
RGB 108 221 139
HSL 136° 62.43% 64.51%
HSB/HSV 136° 51.13% 86.67%
CMYK 51.13% 0.00% 37.10%
13.33%

Color #6CDD8B in popluar number systems.

HEX 6C DD 8B
Decimal 108 221 139
Binary 1101100 11011101 10001011
Octal 154 335 213

Shades and tints

Shades of #6CDD8B

#6CDD8B
(108,221,139)
#63C97F
(99,201,127)
#5AB573
(90,181,115)
#51A167
(81,161,103)
#488D5B
(72,141,91)
#3F794F
(63,121,79)
#366543
(54,101,67)
#2D5137
(45,81,55)
#243D2B
(36,61,43)
#1B291F
(27,41,31)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #6CDD8B

#6CDD8B
(108,221,139)
#79E095
(121,224,149)
#86E39F
(134,227,159)
#93E6A9
(147,230,169)
#A0E9B3
(160,233,179)
#ADECBD
(173,236,189)
#BAEFC7
(186,239,199)
#C7F2D1
(199,242,209)
#D4F5DB
(212,245,219)
#E1F8E5
(225,248,229)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CDD8B; }

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

This text font color is #6CDD8B.

Background Color

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

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

This div background color is #6CDD8B.

Border color

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

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

This div border color is #6CDD8B.

Opacity

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

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

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

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

This text has shadow with #6CDD8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDD8B.

Preview

Color preview on black background

This text has color #6CDD8B on black background.


Color preview on white background

This text has color #6CDD8B on white background.


Black color preview on #6CDD8B background

This text has black color on #6CDD8B background.


White color preview on #6CDD8B background

This text has white color on #6CDD8B background.


Related colors

Complementary color

Complementary color for #hex is #932274.


I love getcolorcode.com

Triadic colors

1 #8B6CDD and #DD8B6C with #6CDD8B are triadic colors.

2 #8BDD6C and #DD6C8B with #6CDD8B are triadic colors.