COLOR #6DEC60

HEX: #6DEC60
RGB: (109,236,96)

Color info

#6DEC60 contains mainly green color. Web safe color of #6DEC60 is #66FF66 (or #6F6).

RGB color model

#6DEC60 color RGB value is (109,236,96).

  • red value is 109;
  • green value is 236;
  • blue value is 96.
RGB:
(109,236,96)
(43%,93%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 236 of 255 = 93%
B 96 of 255 = 38%

109
236
96

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

Portions of RGB colors in percentages

R + G + B =
109 + 236 + 96 = 441 (100%)
R 109 of 441 ~ 24.72%
G 236 of 441 ~ 53.51%
B 96 of 441 ~ 21.77%

%24.72
%53.51
%21.77

CMYK color model

#6DEC60 color CMYK value is (54,0,59,7).

  • cyan value is 53.81%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 7.45%
CMYK:
(54,0,59,7)
C54M0Y59K7 
(54%,0%,59%,7%)
(0.54/0.00/0.59/0.07)	

CMYK percentages

%53.81
%0
%59.32
%7.45

Codes

Color #6DEC60 in popluar color models

6DEC60
RGB10923696
HSL114°78.65%65.10%
HSB/HSV114°59.32%92.55%
CMYK53.81%0.00%59.32%
7.45%

Color #6DEC60 in popluar number systems.

HEX6DEC60
Decimal10923696
Binary1101101111011001100000
Octal155354140

Shades and tints

Shades of #6DEC60

#6DEC60
(109,236,96)
#64D758
(100,215,88)
#5BC250
(91,194,80)
#52AD48
(82,173,72)
#499840
(73,152,64)
#408338
(64,131,56)
#376E30
(55,110,48)
#2E5928
(46,89,40)
#254420
(37,68,32)
#1C2F18
(28,47,24)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #6DEC60

#6DEC60
(109,236,96)
#7AED6E
(122,237,110)
#87EE7C
(135,238,124)
#94EF8A
(148,239,138)
#A1F098
(161,240,152)
#AEF1A6
(174,241,166)
#BBF2B4
(187,242,180)
#C8F3C2
(200,243,194)
#D5F4D0
(213,244,208)
#E2F5DE
(226,245,222)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DEC60 color. Also use rgb(109,236,96) instead hex code.

Text Font Color

.myTextColor { color: #6DEC60; }

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

This text font color is #6DEC60.


Background Color

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

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

This div background color is #6DEC60.


Border color

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

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

This div border color is #6DEC60.


Opacity

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

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

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

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

This text has shadow with #6DEC60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DEC60 on black background.


Color preview on white background

This text has color #6DEC60 on white background.



Black color preview on #6DEC60 background

This text has black color on #6DEC60 background.


White color preview on #6DEC60 background

This text has white color on #6DEC60 background.