COLOR #6EDA6B

HEX: #6EDA6B RGB: (110,218,107)

Color info

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

RGB color model

#6EDA6B color RGB value is (110,218,107).

RGB: (110,218,107) (43%, 85%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 218 of 255 = 85%
B 107 of 255 = 42%

110
218
107

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

Portions of RGB colors in percentages

R + G + B = 110 + 218 + 107 = 435 (100%)
R 110 of 435 ~ 25.29%
G 218 of 435 ~ 50.11%
B 107 of 435 ~ 24.6'%

%25.29
%50.11
%24.6

CMYK color model

#6EDA6B color CMYK value is (50,0,51,15).

  • cyan value is 49.54%
  • magenta value is 0.00%
  • yellow value is 50.92%
  • key color value is 14.51%

CMYK: (50,0,51,15)
C50M0Y51K15 (50%, 0%, 51%, 15%)
(0.50 / 0.00 / 0.51 / 0.15)

CMYK percentages

%49.54
%0
%50.92
%14.51

Codes

Color #6EDA6B in popluar color models

6E DA 6B
RGB 110 218 107
HSL 118° 60.00% 63.73%
HSB/HSV 118° 50.92% 85.49%
CMYK 49.54% 0.00% 50.92%
14.51%

Color #6EDA6B in popluar number systems.

HEX 6E DA 6B
Decimal 110 218 107
Binary 1101110 11011010 1101011
Octal 156 332 153

Shades and tints

Shades of #6EDA6B

#6EDA6B
(110,218,107)
#64C762
(100,199,98)
#5AB459
(90,180,89)
#50A150
(80,161,80)
#468E47
(70,142,71)
#3C7B3E
(60,123,62)
#326835
(50,104,53)
#28552C
(40,85,44)
#1E4223
(30,66,35)
#142F1A
(20,47,26)
#0A1C11
(10,28,17)
#000000
(0,0,0)

Tints of #6EDA6B

#6EDA6B
(110,218,107)
#7BDD78
(123,221,120)
#88E085
(136,224,133)
#95E392
(149,227,146)
#A2E69F
(162,230,159)
#AFE9AC
(175,233,172)
#BCECB9
(188,236,185)
#C9EFC6
(201,239,198)
#D6F2D3
(214,242,211)
#E3F5E0
(227,245,224)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDA6B color. Also use rgb(110,218,107) instead hex code.

Text Font Color

.myTextColor { color: #6EDA6B; }

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

This text font color is #6EDA6B.

Background Color

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

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

This div background color is #6EDA6B.

Border color

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

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

This div border color is #6EDA6B.

Opacity

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

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

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

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

This text has shadow with #6EDA6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDA6B.

Preview

Color preview on black background

This text has color #6EDA6B on black background.


Color preview on white background

This text has color #6EDA6B on white background.


Black color preview on #6EDA6B background

This text has black color on #6EDA6B background.


White color preview on #6EDA6B background

This text has white color on #6EDA6B background.


Related colors

Complementary color

Complementary color for #hex is #912594.


I love getcolorcode.com

Triadic colors

1 #6B6EDA and #DA6B6E with #6EDA6B are triadic colors.

2 #6BDA6E and #DA6E6B with #6EDA6B are triadic colors.