COLOR #6CCD5C

HEX: #6CCD5C
RGB: (108,205,92)

Color info

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

RGB color model

#6CCD5C color RGB value is (108,205,92).

  • red value is 108;
  • green value is 205;
  • blue value is 92.
RGB:
(108,205,92)
(42%,80%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 205 of 255 = 80%
B 92 of 255 = 36%

108
205
92

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

Portions of RGB colors in percentages

R + G + B =
108 + 205 + 92 = 405 (100%)
R 108 of 405 ~ 26.67%
G 205 of 405 ~ 50.62%
B 92 of 405 ~ 22.72%

%26.67
%50.62
%22.72

CMYK color model

#6CCD5C color CMYK value is (47,0,55,20).

  • cyan value is 47.32%
  • magenta value is 0.00%
  • yellow value is 55.12%
  • key color value is 19.61%
CMYK:
(47,0,55,20)
C47M0Y55K20 
(47%,0%,55%,20%)
(0.47/0.00/0.55/0.20)	

CMYK percentages

%47.32
%0
%55.12
%19.61

Codes

Color #6CCD5C in popluar color models

6CCD5C
RGB10820592
HSL112°53.05%58.24%
HSB/HSV112°55.12%80.39%
CMYK47.32%0.00%55.12%
19.61%

Color #6CCD5C in popluar number systems.

HEX6CCD5C
Decimal10820592
Binary1101100110011011011100
Octal154315134

Shades and tints

Shades of #6CCD5C

#6CCD5C
(108,205,92)
#63BB54
(99,187,84)
#5AA94C
(90,169,76)
#519744
(81,151,68)
#48853C
(72,133,60)
#3F7334
(63,115,52)
#36612C
(54,97,44)
#2D4F24
(45,79,36)
#243D1C
(36,61,28)
#1B2B14
(27,43,20)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #6CCD5C

#6CCD5C
(108,205,92)
#79D16A
(121,209,106)
#86D578
(134,213,120)
#93D986
(147,217,134)
#A0DD94
(160,221,148)
#ADE1A2
(173,225,162)
#BAE5B0
(186,229,176)
#C7E9BE
(199,233,190)
#D4EDCC
(212,237,204)
#E1F1DA
(225,241,218)
#EEF5E8
(238,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCD5C color. Also use rgb(108,205,92) instead hex code.

Text Font Color

.myTextColor { color: #6CCD5C; }

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

This text font color is #6CCD5C.


Background Color

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

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

This div background color is #6CCD5C.


Border color

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

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

This div border color is #6CCD5C.


Opacity

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

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

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

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

This text has shadow with #6CCD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCD5C on black background.


Color preview on white background

This text has color #6CCD5C on white background.



Black color preview on #6CCD5C background

This text has black color on #6CCD5C background.


White color preview on #6CCD5C background

This text has white color on #6CCD5C background.