COLOR #6EDA66

HEX: #6EDA66 RGB: (110,218,102)

Color info

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

RGB color model

#6EDA66 color RGB value is (110,218,102).

RGB: (110,218,102) (43%, 85%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 218 of 255 = 85%
B 102 of 255 = 40%

110
218
102

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

Portions of RGB colors in percentages

R + G + B = 110 + 218 + 102 = 430 (100%)
R 110 of 430 ~ 25.58%
G 218 of 430 ~ 50.7%
B 102 of 430 ~ 23.72'%

%25.58
%50.7
%23.72

CMYK color model

#6EDA66 color CMYK value is (50,0,53,15).

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

CMYK: (50,0,53,15)
C50M0Y53K15 (50%, 0%, 53%, 15%)
(0.50 / 0.00 / 0.53 / 0.15)

CMYK percentages

%49.54
%0
%53.21
%14.51

Codes

Color #6EDA66 in popluar color models

6E DA 66
RGB 110 218 102
HSL 116° 61.05% 62.75%
HSB/HSV 116° 53.21% 85.49%
CMYK 49.54% 0.00% 53.21%
14.51%

Color #6EDA66 in popluar number systems.

HEX 6E DA 66
Decimal 110 218 102
Binary 1101110 11011010 1100110
Octal 156 332 146

Shades and tints

Shades of #6EDA66

#6EDA66
(110,218,102)
#64C75D
(100,199,93)
#5AB454
(90,180,84)
#50A14B
(80,161,75)
#468E42
(70,142,66)
#3C7B39
(60,123,57)
#326830
(50,104,48)
#285527
(40,85,39)
#1E421E
(30,66,30)
#142F15
(20,47,21)
#0A1C0C
(10,28,12)
#000000
(0,0,0)

Tints of #6EDA66

#6EDA66
(110,218,102)
#7BDD73
(123,221,115)
#88E080
(136,224,128)
#95E38D
(149,227,141)
#A2E69A
(162,230,154)
#AFE9A7
(175,233,167)
#BCECB4
(188,236,180)
#C9EFC1
(201,239,193)
#D6F2CE
(214,242,206)
#E3F5DB
(227,245,219)
#F0F8E8
(240,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EDA66; }

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

This text font color is #6EDA66.

Background Color

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

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

This div background color is #6EDA66.

Border color

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

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

This div border color is #6EDA66.

Opacity

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

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

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

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

This text has shadow with #6EDA66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EDA66.

Preview

Color preview on black background

This text has color #6EDA66 on black background.


Color preview on white background

This text has color #6EDA66 on white background.


Black color preview on #6EDA66 background

This text has black color on #6EDA66 background.


White color preview on #6EDA66 background

This text has white color on #6EDA66 background.


Related colors

Complementary color

Complementary color for #hex is #912599.


I love getcolorcode.com

Triadic colors

1 #666EDA and #DA666E with #6EDA66 are triadic colors.

2 #66DA6E and #DA6E66 with #6EDA66 are triadic colors.