COLOR #6CDC8D

HEX: #6CDC8D
RGB: (108,220,141)

Color info

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

RGB color model

#6CDC8D color RGB value is (108,220,141).

  • red value is 108;
  • green value is 220;
  • blue value is 141.
RGB:
(108,220,141)
(42%,86%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 220 of 255 = 86%
B 141 of 255 = 55%

108
220
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 220 + 141 = 469 (100%)
R 108 of 469 ~ 23.03%
G 220 of 469 ~ 46.91%
B 141 of 469 ~ 30.06%

%23.03
%46.91
%30.06

CMYK color model

#6CDC8D color CMYK value is (51,0,36,14).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(51,0,36,14)
C51M0Y36K14 
(51%,0%,36%,14%)
(0.51/0.00/0.36/0.14)	

CMYK percentages

%50.91
%0
%35.91
%13.73

Codes

Color #6CDC8D in popluar color models

6CDC8D
RGB108220141
HSL138°61.54%64.31%
HSB/HSV138°50.91%86.27%
CMYK50.91%0.00%35.91%
13.73%

Color #6CDC8D in popluar number systems.

HEX6CDC8D
Decimal108220141
Binary11011001101110010001101
Octal154334215

Shades and tints

Shades of #6CDC8D

#6CDC8D
(108,220,141)
#63C881
(99,200,129)
#5AB475
(90,180,117)
#51A069
(81,160,105)
#488C5D
(72,140,93)
#3F7851
(63,120,81)
#366445
(54,100,69)
#2D5039
(45,80,57)
#243C2D
(36,60,45)
#1B2821
(27,40,33)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #6CDC8D

#6CDC8D
(108,220,141)
#79DF97
(121,223,151)
#86E2A1
(134,226,161)
#93E5AB
(147,229,171)
#A0E8B5
(160,232,181)
#ADEBBF
(173,235,191)
#BAEEC9
(186,238,201)
#C7F1D3
(199,241,211)
#D4F4DD
(212,244,221)
#E1F7E7
(225,247,231)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CDC8D; }

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

This text font color is #6CDC8D.


Background Color

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

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

This div background color is #6CDC8D.


Border color

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

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

This div border color is #6CDC8D.


Opacity

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

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

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

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

This text has shadow with #6CDC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDC8D on black background.


Color preview on white background

This text has color #6CDC8D on white background.



Black color preview on #6CDC8D background

This text has black color on #6CDC8D background.


White color preview on #6CDC8D background

This text has white color on #6CDC8D background.