COLOR #6ED87F

HEX: #6ED87F
RGB: (110,216,127)

Color info

#6ED87F contains mainly green color. Web safe color of #6ED87F is #66CC66 (or #6C6).

RGB color model

#6ED87F color RGB value is (110,216,127).

  • red value is 110;
  • green value is 216;
  • blue value is 127.
RGB:
(110,216,127)
(43%,85%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 216 of 255 = 85%
B 127 of 255 = 50%

110
216
127

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

Portions of RGB colors in percentages

R + G + B =
110 + 216 + 127 = 453 (100%)
R 110 of 453 ~ 24.28%
G 216 of 453 ~ 47.68%
B 127 of 453 ~ 28.04%

%24.28
%47.68
%28.04

CMYK color model

#6ED87F color CMYK value is (49,0,41,15).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 41.20%
  • key color value is 15.29%
CMYK:
(49,0,41,15)
C49M0Y41K15 
(49%,0%,41%,15%)
(0.49/0.00/0.41/0.15)	

CMYK percentages

%49.07
%0
%41.2
%15.29

Codes

Color #6ED87F in popluar color models

6ED87F
RGB110216127
HSL130°57.61%63.92%
HSB/HSV130°49.07%84.71%
CMYK49.07%0.00%41.20%
15.29%

Color #6ED87F in popluar number systems.

HEX6ED87F
Decimal110216127
Binary1101110110110001111111
Octal156330177

Shades and tints

Shades of #6ED87F

#6ED87F
(110,216,127)
#64C574
(100,197,116)
#5AB269
(90,178,105)
#509F5E
(80,159,94)
#468C53
(70,140,83)
#3C7948
(60,121,72)
#32663D
(50,102,61)
#285332
(40,83,50)
#1E4027
(30,64,39)
#142D1C
(20,45,28)
#0A1A11
(10,26,17)
#000000
(0,0,0)

Tints of #6ED87F

#6ED87F
(110,216,127)
#7BDB8A
(123,219,138)
#88DE95
(136,222,149)
#95E1A0
(149,225,160)
#A2E4AB
(162,228,171)
#AFE7B6
(175,231,182)
#BCEAC1
(188,234,193)
#C9EDCC
(201,237,204)
#D6F0D7
(214,240,215)
#E3F3E2
(227,243,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED87F color. Also use rgb(110,216,127) instead hex code.

Text Font Color

.myTextColor { color: #6ED87F; }

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

This text font color is #6ED87F.


Background Color

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

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

This div background color is #6ED87F.


Border color

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

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

This div border color is #6ED87F.


Opacity

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

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

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

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

This text has shadow with #6ED87F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED87F on black background.


Color preview on white background

This text has color #6ED87F on white background.



Black color preview on #6ED87F background

This text has black color on #6ED87F background.


White color preview on #6ED87F background

This text has white color on #6ED87F background.