COLOR #6DFCB1

HEX: #6DFCB1
RGB: (109,252,177)

Color info

#6DFCB1 contains mainly green color. Web safe color of #6DFCB1 is #66FF99 (or #6F9).

RGB color model

#6DFCB1 color RGB value is (109,252,177).

  • red value is 109;
  • green value is 252;
  • blue value is 177.
RGB:
(109,252,177)
(43%,99%,69%)

RGB channels and saturation

R 109 of 255 = 43%
G 252 of 255 = 99%
B 177 of 255 = 69%

109
252
177

R + G + B ~ 70%. #6DFCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 252 + 177 = 538 (100%)
R 109 of 538 ~ 20.26%
G 252 of 538 ~ 46.84%
B 177 of 538 ~ 32.9%

%20.26
%46.84
%32.9

CMYK color model

#6DFCB1 color CMYK value is (57,0,30,1).

  • cyan value is 56.75%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 1.18%
CMYK:
(57,0,30,1)
C57M0Y30K1 
(57%,0%,30%,1%)
(0.57/0.00/0.30/0.01)	

CMYK percentages

%56.75
%0
%29.76
%1.18

Codes

Color #6DFCB1 in popluar color models

6DFCB1
RGB109252177
HSL149°95.97%70.78%
HSB/HSV149°56.75%98.82%
CMYK56.75%0.00%29.76%
1.18%

Color #6DFCB1 in popluar number systems.

HEX6DFCB1
Decimal109252177
Binary11011011111110010110001
Octal155374261

Shades and tints

Shades of #6DFCB1

#6DFCB1
(109,252,177)
#64E6A1
(100,230,161)
#5BD091
(91,208,145)
#52BA81
(82,186,129)
#49A471
(73,164,113)
#408E61
(64,142,97)
#377851
(55,120,81)
#2E6241
(46,98,65)
#254C31
(37,76,49)
#1C3621
(28,54,33)
#132011
(19,32,17)
#000000
(0,0,0)

Tints of #6DFCB1

#6DFCB1
(109,252,177)
#7AFCB8
(122,252,184)
#87FCBF
(135,252,191)
#94FCC6
(148,252,198)
#A1FCCD
(161,252,205)
#AEFCD4
(174,252,212)
#BBFCDB
(187,252,219)
#C8FCE2
(200,252,226)
#D5FCE9
(213,252,233)
#E2FCF0
(226,252,240)
#EFFCF7
(239,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DFCB1 color. Also use rgb(109,252,177) instead hex code.

Text Font Color

.myTextColor { color: #6DFCB1; }

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

This text font color is #6DFCB1.


Background Color

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

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

This div background color is #6DFCB1.


Border color

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

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

This div border color is #6DFCB1.


Opacity

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

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

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

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

This text has shadow with #6DFCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFCB1 on black background.


Color preview on white background

This text has color #6DFCB1 on white background.



Black color preview on #6DFCB1 background

This text has black color on #6DFCB1 background.


White color preview on #6DFCB1 background

This text has white color on #6DFCB1 background.