COLOR #6CC86D

HEX: #6CC86D
RGB: (108,200,109)

Color info

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

RGB color model

#6CC86D color RGB value is (108,200,109).

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

RGB channels and saturation

R 108 of 255 = 42%
G 200 of 255 = 78%
B 109 of 255 = 43%

108
200
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 200 + 109 = 417 (100%)
R 108 of 417 ~ 25.9%
G 200 of 417 ~ 47.96%
B 109 of 417 ~ 26.14%

%25.9
%47.96
%26.14

CMYK color model

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

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 45.50%
  • key color value is 21.57%
CMYK:
(46,0,46,22)
C46M0Y46K22 
(46%,0%,46%,22%)
(0.46/0.00/0.46/0.22)	

CMYK percentages

%46
%0
%45.5
%21.57

Codes

Color #6CC86D in popluar color models

6CC86D
RGB108200109
HSL121°45.54%60.39%
HSB/HSV121°46.00%78.43%
CMYK46.00%0.00%45.50%
21.57%

Color #6CC86D in popluar number systems.

HEX6CC86D
Decimal108200109
Binary1101100110010001101101
Octal154310155

Shades and tints

Shades of #6CC86D

#6CC86D
(108,200,109)
#63B664
(99,182,100)
#5AA45B
(90,164,91)
#519252
(81,146,82)
#488049
(72,128,73)
#3F6E40
(63,110,64)
#365C37
(54,92,55)
#2D4A2E
(45,74,46)
#243825
(36,56,37)
#1B261C
(27,38,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #6CC86D

#6CC86D
(108,200,109)
#79CD7A
(121,205,122)
#86D287
(134,210,135)
#93D794
(147,215,148)
#A0DCA1
(160,220,161)
#ADE1AE
(173,225,174)
#BAE6BB
(186,230,187)
#C7EBC8
(199,235,200)
#D4F0D5
(212,240,213)
#E1F5E2
(225,245,226)
#EEFAEF
(238,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC86D; }

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

This text font color is #6CC86D.


Background Color

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

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

This div background color is #6CC86D.


Border color

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

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

This div border color is #6CC86D.


Opacity

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

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

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

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

This text has shadow with #6CC86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC86D on black background.


Color preview on white background

This text has color #6CC86D on white background.



Black color preview on #6CC86D background

This text has black color on #6CC86D background.


White color preview on #6CC86D background

This text has white color on #6CC86D background.