COLOR #6DCC84

HEX: #6DCC84
RGB: (109,204,132)

Color info

#6DCC84 contains mainly green color. Web safe color of #6DCC84 is #66CC99 (or #6C9).

RGB color model

#6DCC84 color RGB value is (109,204,132).

  • red value is 109;
  • green value is 204;
  • blue value is 132.
RGB:
(109,204,132)
(43%,80%,52%)

RGB channels and saturation

R 109 of 255 = 43%
G 204 of 255 = 80%
B 132 of 255 = 52%

109
204
132

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

Portions of RGB colors in percentages

R + G + B =
109 + 204 + 132 = 445 (100%)
R 109 of 445 ~ 24.49%
G 204 of 445 ~ 45.84%
B 132 of 445 ~ 29.66%

%24.49
%45.84
%29.66

CMYK color model

#6DCC84 color CMYK value is (47,0,35,20).

  • cyan value is 46.57%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 20.00%
CMYK:
(47,0,35,20)
C47M0Y35K20 
(47%,0%,35%,20%)
(0.47/0.00/0.35/0.20)	

CMYK percentages

%46.57
%0
%35.29
%20

Codes

Color #6DCC84 in popluar color models

6DCC84
RGB109204132
HSL135°48.22%61.37%
HSB/HSV135°46.57%80.00%
CMYK46.57%0.00%35.29%
20.00%

Color #6DCC84 in popluar number systems.

HEX6DCC84
Decimal109204132
Binary11011011100110010000100
Octal155314204

Shades and tints

Shades of #6DCC84

#6DCC84
(109,204,132)
#64BA78
(100,186,120)
#5BA86C
(91,168,108)
#529660
(82,150,96)
#498454
(73,132,84)
#407248
(64,114,72)
#37603C
(55,96,60)
#2E4E30
(46,78,48)
#253C24
(37,60,36)
#1C2A18
(28,42,24)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #6DCC84

#6DCC84
(109,204,132)
#7AD08F
(122,208,143)
#87D49A
(135,212,154)
#94D8A5
(148,216,165)
#A1DCB0
(161,220,176)
#AEE0BB
(174,224,187)
#BBE4C6
(187,228,198)
#C8E8D1
(200,232,209)
#D5ECDC
(213,236,220)
#E2F0E7
(226,240,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCC84 color. Also use rgb(109,204,132) instead hex code.

Text Font Color

.myTextColor { color: #6DCC84; }

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

This text font color is #6DCC84.


Background Color

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

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

This div background color is #6DCC84.


Border color

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

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

This div border color is #6DCC84.


Opacity

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

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

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

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

This text has shadow with #6DCC84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCC84 on black background.


Color preview on white background

This text has color #6DCC84 on white background.



Black color preview on #6DCC84 background

This text has black color on #6DCC84 background.


White color preview on #6DCC84 background

This text has white color on #6DCC84 background.