COLOR #6DCC8D

HEX: #6DCC8D
RGB: (109,204,141)

Color info

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

RGB color model

#6DCC8D color RGB value is (109,204,141).

  • red value is 109;
  • green value is 204;
  • blue value is 141.
RGB:
(109,204,141)
(43%,80%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 204 of 255 = 80%
B 141 of 255 = 55%

109
204
141

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

Portions of RGB colors in percentages

R + G + B =
109 + 204 + 141 = 454 (100%)
R 109 of 454 ~ 24.01%
G 204 of 454 ~ 44.93%
B 141 of 454 ~ 31.06%

%24.01
%44.93
%31.06

CMYK color model

#6DCC8D color CMYK value is (47,0,31,20).

  • cyan value is 46.57%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 20.00%
CMYK:
(47,0,31,20)
C47M0Y31K20 
(47%,0%,31%,20%)
(0.47/0.00/0.31/0.20)	

CMYK percentages

%46.57
%0
%30.88
%20

Codes

Color #6DCC8D in popluar color models

6DCC8D
RGB109204141
HSL140°48.22%61.37%
HSB/HSV140°46.57%80.00%
CMYK46.57%0.00%30.88%
20.00%

Color #6DCC8D in popluar number systems.

HEX6DCC8D
Decimal109204141
Binary11011011100110010001101
Octal155314215

Shades and tints

Shades of #6DCC8D

#6DCC8D
(109,204,141)
#64BA81
(100,186,129)
#5BA875
(91,168,117)
#529669
(82,150,105)
#49845D
(73,132,93)
#407251
(64,114,81)
#376045
(55,96,69)
#2E4E39
(46,78,57)
#253C2D
(37,60,45)
#1C2A21
(28,42,33)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #6DCC8D

#6DCC8D
(109,204,141)
#7AD097
(122,208,151)
#87D4A1
(135,212,161)
#94D8AB
(148,216,171)
#A1DCB5
(161,220,181)
#AEE0BF
(174,224,191)
#BBE4C9
(187,228,201)
#C8E8D3
(200,232,211)
#D5ECDD
(213,236,221)
#E2F0E7
(226,240,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCC8D color. Also use rgb(109,204,141) instead hex code.

Text Font Color

.myTextColor { color: #6DCC8D; }

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

This text font color is #6DCC8D.


Background Color

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

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

This div background color is #6DCC8D.


Border color

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

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

This div border color is #6DCC8D.


Opacity

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

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

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

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

This text has shadow with #6DCC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCC8D on black background.


Color preview on white background

This text has color #6DCC8D on white background.



Black color preview on #6DCC8D background

This text has black color on #6DCC8D background.


White color preview on #6DCC8D background

This text has white color on #6DCC8D background.