COLOR #6DFB7F

HEX: #6DFB7F
RGB: (109,251,127)

Color info

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

RGB color model

#6DFB7F color RGB value is (109,251,127).

  • red value is 109;
  • green value is 251;
  • blue value is 127.
RGB:
(109,251,127)
(43%,98%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 251 of 255 = 98%
B 127 of 255 = 50%

109
251
127

R + G + B ~ 64%. #6DFB7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 251 + 127 = 487 (100%)
R 109 of 487 ~ 22.38%
G 251 of 487 ~ 51.54%
B 127 of 487 ~ 26.08%

%22.38
%51.54
%26.08

CMYK color model

#6DFB7F color CMYK value is (57,0,49,2).

  • cyan value is 56.57%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 1.57%
CMYK:
(57,0,49,2)
C57M0Y49K2 
(57%,0%,49%,2%)
(0.57/0.00/0.49/0.02)	

CMYK percentages

%56.57
%0
%49.4
%1.57

Codes

Color #6DFB7F in popluar color models

6DFB7F
RGB109251127
HSL128°94.67%70.59%
HSB/HSV128°56.57%98.43%
CMYK56.57%0.00%49.40%
1.57%

Color #6DFB7F in popluar number systems.

HEX6DFB7F
Decimal109251127
Binary1101101111110111111111
Octal155373177

Shades and tints

Shades of #6DFB7F

#6DFB7F
(109,251,127)
#64E574
(100,229,116)
#5BCF69
(91,207,105)
#52B95E
(82,185,94)
#49A353
(73,163,83)
#408D48
(64,141,72)
#37773D
(55,119,61)
#2E6132
(46,97,50)
#254B27
(37,75,39)
#1C351C
(28,53,28)
#131F11
(19,31,17)
#000000
(0,0,0)

Tints of #6DFB7F

#6DFB7F
(109,251,127)
#7AFB8A
(122,251,138)
#87FB95
(135,251,149)
#94FBA0
(148,251,160)
#A1FBAB
(161,251,171)
#AEFBB6
(174,251,182)
#BBFBC1
(187,251,193)
#C8FBCC
(200,251,204)
#D5FBD7
(213,251,215)
#E2FBE2
(226,251,226)
#EFFBED
(239,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DFB7F color. Also use rgb(109,251,127) instead hex code.

Text Font Color

.myTextColor { color: #6DFB7F; }

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

This text font color is #6DFB7F.


Background Color

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

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

This div background color is #6DFB7F.


Border color

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

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

This div border color is #6DFB7F.


Opacity

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

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

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

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

This text has shadow with #6DFB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DFB7F on black background.


Color preview on white background

This text has color #6DFB7F on white background.



Black color preview on #6DFB7F background

This text has black color on #6DFB7F background.


White color preview on #6DFB7F background

This text has white color on #6DFB7F background.