COLOR #6CC85A

HEX: #6CC85A
RGB: (108,200,90)

Color info

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

RGB color model

#6CC85A color RGB value is (108,200,90).

  • red value is 108;
  • green value is 200;
  • blue value is 90.
RGB:
(108,200,90)
(42%,78%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 200 of 255 = 78%
B 90 of 255 = 35%

108
200
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 200 + 90 = 398 (100%)
R 108 of 398 ~ 27.14%
G 200 of 398 ~ 50.25%
B 90 of 398 ~ 22.61%

%27.14
%50.25
%22.61

CMYK color model

#6CC85A color CMYK value is (46,0,55,22).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 21.57%
CMYK:
(46,0,55,22)
C46M0Y55K22 
(46%,0%,55%,22%)
(0.46/0.00/0.55/0.22)	

CMYK percentages

%46
%0
%55
%21.57

Codes

Color #6CC85A in popluar color models

6CC85A
RGB10820090
HSL110°50.00%56.86%
HSB/HSV110°55.00%78.43%
CMYK46.00%0.00%55.00%
21.57%

Color #6CC85A in popluar number systems.

HEX6CC85A
Decimal10820090
Binary1101100110010001011010
Octal154310132

Shades and tints

Shades of #6CC85A

#6CC85A
(108,200,90)
#63B652
(99,182,82)
#5AA44A
(90,164,74)
#519242
(81,146,66)
#48803A
(72,128,58)
#3F6E32
(63,110,50)
#365C2A
(54,92,42)
#2D4A22
(45,74,34)
#24381A
(36,56,26)
#1B2612
(27,38,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6CC85A

#6CC85A
(108,200,90)
#79CD69
(121,205,105)
#86D278
(134,210,120)
#93D787
(147,215,135)
#A0DC96
(160,220,150)
#ADE1A5
(173,225,165)
#BAE6B4
(186,230,180)
#C7EBC3
(199,235,195)
#D4F0D2
(212,240,210)
#E1F5E1
(225,245,225)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC85A color. Also use rgb(108,200,90) instead hex code.

Text Font Color

.myTextColor { color: #6CC85A; }

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

This text font color is #6CC85A.


Background Color

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

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

This div background color is #6CC85A.


Border color

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

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

This div border color is #6CC85A.


Opacity

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

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

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

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

This text has shadow with #6CC85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC85A on black background.


Color preview on white background

This text has color #6CC85A on white background.



Black color preview on #6CC85A background

This text has black color on #6CC85A background.


White color preview on #6CC85A background

This text has white color on #6CC85A background.