COLOR #6DC461

HEX: #6DC461
RGB: (109,196,97)

Color info

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

RGB color model

#6DC461 color RGB value is (109,196,97).

  • red value is 109;
  • green value is 196;
  • blue value is 97.
RGB:
(109,196,97)
(43%,77%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 196 of 255 = 77%
B 97 of 255 = 38%

109
196
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 196 + 97 = 402 (100%)
R 109 of 402 ~ 27.11%
G 196 of 402 ~ 48.76%
B 97 of 402 ~ 24.13%

%27.11
%48.76
%24.13

CMYK color model

#6DC461 color CMYK value is (44,0,51,23).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 50.51%
  • key color value is 23.14%
CMYK:
(44,0,51,23)
C44M0Y51K23 
(44%,0%,51%,23%)
(0.44/0.00/0.51/0.23)	

CMYK percentages

%44.39
%0
%50.51
%23.14

Codes

Color #6DC461 in popluar color models

6DC461
RGB10919697
HSL113°45.62%57.45%
HSB/HSV113°50.51%76.86%
CMYK44.39%0.00%50.51%
23.14%

Color #6DC461 in popluar number systems.

HEX6DC461
Decimal10919697
Binary1101101110001001100001
Octal155304141

Shades and tints

Shades of #6DC461

#6DC461
(109,196,97)
#64B359
(100,179,89)
#5BA251
(91,162,81)
#529149
(82,145,73)
#498041
(73,128,65)
#406F39
(64,111,57)
#375E31
(55,94,49)
#2E4D29
(46,77,41)
#253C21
(37,60,33)
#1C2B19
(28,43,25)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #6DC461

#6DC461
(109,196,97)
#7AC96F
(122,201,111)
#87CE7D
(135,206,125)
#94D38B
(148,211,139)
#A1D899
(161,216,153)
#AEDDA7
(174,221,167)
#BBE2B5
(187,226,181)
#C8E7C3
(200,231,195)
#D5ECD1
(213,236,209)
#E2F1DF
(226,241,223)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC461 color. Also use rgb(109,196,97) instead hex code.

Text Font Color

.myTextColor { color: #6DC461; }

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

This text font color is #6DC461.


Background Color

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

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

This div background color is #6DC461.


Border color

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

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

This div border color is #6DC461.


Opacity

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

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

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

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

This text has shadow with #6DC461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC461 on black background.


Color preview on white background

This text has color #6DC461 on white background.



Black color preview on #6DC461 background

This text has black color on #6DC461 background.


White color preview on #6DC461 background

This text has white color on #6DC461 background.