COLOR #6EDA71

HEX: #6EDA71 RGB: (110,218,113)

Color info

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

RGB color model

#6EDA71 color RGB value is (110,218,113).

RGB: (110,218,113) (43%, 85%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 218 of 255 = 85%
B 113 of 255 = 44%

110
218
113

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

Portions of RGB colors in percentages

R + G + B = 110 + 218 + 113 = 441 (100%)
R 110 of 441 ~ 24.94%
G 218 of 441 ~ 49.43%
B 113 of 441 ~ 25.62'%

%24.94
%49.43
%25.62

CMYK color model

#6EDA71 color CMYK value is (50,0,48,15).

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

CMYK: (50,0,48,15)
C50M0Y48K15 (50%, 0%, 48%, 15%)
(0.50 / 0.00 / 0.48 / 0.15)

CMYK percentages

%49.54
%0
%48.17
%14.51

Codes

Color #6EDA71 in popluar color models

6E DA 71
RGB 110 218 113
HSL 122° 59.34% 64.31%
HSB/HSV 122° 49.54% 85.49%
CMYK 49.54% 0.00% 48.17%
14.51%

Color #6EDA71 in popluar number systems.

HEX 6E DA 71
Decimal 110 218 113
Binary 1101110 11011010 1110001
Octal 156 332 161

Shades and tints

Shades of #6EDA71

#6EDA71
(110,218,113)
#64C767
(100,199,103)
#5AB45D
(90,180,93)
#50A153
(80,161,83)
#468E49
(70,142,73)
#3C7B3F
(60,123,63)
#326835
(50,104,53)
#28552B
(40,85,43)
#1E4221
(30,66,33)
#142F17
(20,47,23)
#0A1C0D
(10,28,13)
#000000
(0,0,0)

Tints of #6EDA71

#6EDA71
(110,218,113)
#7BDD7D
(123,221,125)
#88E089
(136,224,137)
#95E395
(149,227,149)
#A2E6A1
(162,230,161)
#AFE9AD
(175,233,173)
#BCECB9
(188,236,185)
#C9EFC5
(201,239,197)
#D6F2D1
(214,242,209)
#E3F5DD
(227,245,221)
#F0F8E9
(240,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDA71; }

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

This text font color is #6EDA71.

Background Color

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

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

This div background color is #6EDA71.

Border color

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

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

This div border color is #6EDA71.

Opacity

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

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

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

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

This text has shadow with #6EDA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDA71.

Preview

Color preview on black background

This text has color #6EDA71 on black background.


Color preview on white background

This text has color #6EDA71 on white background.


Black color preview on #6EDA71 background

This text has black color on #6EDA71 background.


White color preview on #6EDA71 background

This text has white color on #6EDA71 background.


Related colors

Complementary color

Complementary color for #hex is #91258E.


I love getcolorcode.com

Triadic colors

1 #716EDA and #DA716E with #6EDA71 are triadic colors.

2 #71DA6E and #DA6E71 with #6EDA71 are triadic colors.