COLOR #6DC945

HEX: #6DC945
RGB: (109,201,69)

Color info

#6DC945 contains mainly green color. Web safe color of #6DC945 is #66CC33 (or #6C3).

RGB color model

#6DC945 color RGB value is (109,201,69).

  • red value is 109;
  • green value is 201;
  • blue value is 69.
RGB:
(109,201,69)
(43%,79%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 201 of 255 = 79%
B 69 of 255 = 27%

109
201
69

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

Portions of RGB colors in percentages

R + G + B =
109 + 201 + 69 = 379 (100%)
R 109 of 379 ~ 28.76%
G 201 of 379 ~ 53.03%
B 69 of 379 ~ 18.21%

%28.76
%53.03
%18.21

CMYK color model

#6DC945 color CMYK value is (46,0,66,21).

  • cyan value is 45.77%
  • magenta value is 0.00%
  • yellow value is 65.67%
  • key color value is 21.18%
CMYK:
(46,0,66,21)
C46M0Y66K21 
(46%,0%,66%,21%)
(0.46/0.00/0.66/0.21)	

CMYK percentages

%45.77
%0
%65.67
%21.18

Codes

Color #6DC945 in popluar color models

6DC945
RGB10920169
HSL102°55.00%52.94%
HSB/HSV102°65.67%78.82%
CMYK45.77%0.00%65.67%
21.18%

Color #6DC945 in popluar number systems.

HEX6DC945
Decimal10920169
Binary1101101110010011000101
Octal155311105

Shades and tints

Shades of #6DC945

#6DC945
(109,201,69)
#64B73F
(100,183,63)
#5BA539
(91,165,57)
#529333
(82,147,51)
#49812D
(73,129,45)
#406F27
(64,111,39)
#375D21
(55,93,33)
#2E4B1B
(46,75,27)
#253915
(37,57,21)
#1C270F
(28,39,15)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #6DC945

#6DC945
(109,201,69)
#7ACD55
(122,205,85)
#87D165
(135,209,101)
#94D575
(148,213,117)
#A1D985
(161,217,133)
#AEDD95
(174,221,149)
#BBE1A5
(187,225,165)
#C8E5B5
(200,229,181)
#D5E9C5
(213,233,197)
#E2EDD5
(226,237,213)
#EFF1E5
(239,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC945 color. Also use rgb(109,201,69) instead hex code.

Text Font Color

.myTextColor { color: #6DC945; }

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

This text font color is #6DC945.


Background Color

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

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

This div background color is #6DC945.


Border color

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

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

This div border color is #6DC945.


Opacity

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

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

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

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

This text has shadow with #6DC945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC945 on black background.


Color preview on white background

This text has color #6DC945 on white background.



Black color preview on #6DC945 background

This text has black color on #6DC945 background.


White color preview on #6DC945 background

This text has white color on #6DC945 background.