COLOR #6DF86C

HEX: #6DF86C
RGB: (109,248,108)

Color info

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

RGB color model

#6DF86C color RGB value is (109,248,108).

  • red value is 109;
  • green value is 248;
  • blue value is 108.
RGB:
(109,248,108)
(43%,97%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 248 of 255 = 97%
B 108 of 255 = 42%

109
248
108

R + G + B ~ 61%. #6DF86C is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 248 + 108 = 465 (100%)
R 109 of 465 ~ 23.44%
G 248 of 465 ~ 53.33%
B 108 of 465 ~ 23.23%

%23.44
%53.33
%23.23

CMYK color model

#6DF86C color CMYK value is (56,0,56,3).

  • cyan value is 56.05%
  • magenta value is 0.00%
  • yellow value is 56.45%
  • key color value is 2.75%
CMYK:
(56,0,56,3)
C56M0Y56K3 
(56%,0%,56%,3%)
(0.56/0.00/0.56/0.03)	

CMYK percentages

%56.05
%0
%56.45
%2.75

Codes

Color #6DF86C in popluar color models

6DF86C
RGB109248108
HSL120°90.91%69.80%
HSB/HSV120°56.45%97.25%
CMYK56.05%0.00%56.45%
2.75%

Color #6DF86C in popluar number systems.

HEX6DF86C
Decimal109248108
Binary1101101111110001101100
Octal155370154

Shades and tints

Shades of #6DF86C

#6DF86C
(109,248,108)
#64E263
(100,226,99)
#5BCC5A
(91,204,90)
#52B651
(82,182,81)
#49A048
(73,160,72)
#408A3F
(64,138,63)
#377436
(55,116,54)
#2E5E2D
(46,94,45)
#254824
(37,72,36)
#1C321B
(28,50,27)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #6DF86C

#6DF86C
(109,248,108)
#7AF879
(122,248,121)
#87F886
(135,248,134)
#94F893
(148,248,147)
#A1F8A0
(161,248,160)
#AEF8AD
(174,248,173)
#BBF8BA
(187,248,186)
#C8F8C7
(200,248,199)
#D5F8D4
(213,248,212)
#E2F8E1
(226,248,225)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF86C color. Also use rgb(109,248,108) instead hex code.

Text Font Color

.myTextColor { color: #6DF86C; }

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

This text font color is #6DF86C.


Background Color

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

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

This div background color is #6DF86C.


Border color

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

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

This div border color is #6DF86C.


Opacity

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

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

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

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

This text has shadow with #6DF86C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF86C on black background.


Color preview on white background

This text has color #6DF86C on white background.



Black color preview on #6DF86C background

This text has black color on #6DF86C background.


White color preview on #6DF86C background

This text has white color on #6DF86C background.