COLOR #6CDC76

HEX: #6CDC76
RGB: (108,220,118)

Color info

#6CDC76 contains mainly green color. Web safe color of #6CDC76 is #66CC66 (or #6C6).

RGB color model

#6CDC76 color RGB value is (108,220,118).

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

RGB channels and saturation

R 108 of 255 = 42%
G 220 of 255 = 86%
B 118 of 255 = 46%

108
220
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 220 + 118 = 446 (100%)
R 108 of 446 ~ 24.22%
G 220 of 446 ~ 49.33%
B 118 of 446 ~ 26.46%

%24.22
%49.33
%26.46

CMYK color model

#6CDC76 color CMYK value is (51,0,46,14).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 46.36%
  • key color value is 13.73%
CMYK:
(51,0,46,14)
C51M0Y46K14 
(51%,0%,46%,14%)
(0.51/0.00/0.46/0.14)	

CMYK percentages

%50.91
%0
%46.36
%13.73

Codes

Color #6CDC76 in popluar color models

6CDC76
RGB108220118
HSL125°61.54%64.31%
HSB/HSV125°50.91%86.27%
CMYK50.91%0.00%46.36%
13.73%

Color #6CDC76 in popluar number systems.

HEX6CDC76
Decimal108220118
Binary1101100110111001110110
Octal154334166

Shades and tints

Shades of #6CDC76

#6CDC76
(108,220,118)
#63C86C
(99,200,108)
#5AB462
(90,180,98)
#51A058
(81,160,88)
#488C4E
(72,140,78)
#3F7844
(63,120,68)
#36643A
(54,100,58)
#2D5030
(45,80,48)
#243C26
(36,60,38)
#1B281C
(27,40,28)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #6CDC76

#6CDC76
(108,220,118)
#79DF82
(121,223,130)
#86E28E
(134,226,142)
#93E59A
(147,229,154)
#A0E8A6
(160,232,166)
#ADEBB2
(173,235,178)
#BAEEBE
(186,238,190)
#C7F1CA
(199,241,202)
#D4F4D6
(212,244,214)
#E1F7E2
(225,247,226)
#EEFAEE
(238,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CDC76; }

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

This text font color is #6CDC76.


Background Color

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

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

This div background color is #6CDC76.


Border color

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

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

This div border color is #6CDC76.


Opacity

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

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

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

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

This text has shadow with #6CDC76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CDC76 on black background.


Color preview on white background

This text has color #6CDC76 on white background.



Black color preview on #6CDC76 background

This text has black color on #6CDC76 background.


White color preview on #6CDC76 background

This text has white color on #6CDC76 background.