COLOR #6EC050

HEX: #6EC050 RGB: (110,192,80)

Color info

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

RGB color model

#6EC050 color RGB value is (110,192,80).

RGB: (110,192,80) (43%, 75%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 192 of 255 = 75%
B 80 of 255 = 31%

110
192
80

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

Portions of RGB colors in percentages

R + G + B = 110 + 192 + 80 = 382 (100%)
R 110 of 382 ~ 28.8%
G 192 of 382 ~ 50.26%
B 80 of 382 ~ 20.94'%

%28.8
%50.26
%20.94

CMYK color model

#6EC050 color CMYK value is (43,0,58,25).

  • cyan value is 42.71%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 24.71%

CMYK: (43,0,58,25)
C43M0Y58K25 (43%, 0%, 58%, 25%)
(0.43 / 0.00 / 0.58 / 0.25)

CMYK percentages

%42.71
%0
%58.33
%24.71

Codes

Color #6EC050 in popluar color models

6E C0 50
RGB 110 192 80
HSL 104° 47.06% 53.33%
HSB/HSV 104° 58.33% 75.29%
CMYK 42.71% 0.00% 58.33%
24.71%

Color #6EC050 in popluar number systems.

HEX 6E C0 50
Decimal 110 192 80
Binary 1101110 11000000 1010000
Octal 156 300 120

Shades and tints

Shades of #6EC050

#6EC050
(110,192,80)
#64AF49
(100,175,73)
#5A9E42
(90,158,66)
#508D3B
(80,141,59)
#467C34
(70,124,52)
#3C6B2D
(60,107,45)
#325A26
(50,90,38)
#28491F
(40,73,31)
#1E3818
(30,56,24)
#142711
(20,39,17)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #6EC050

#6EC050
(110,192,80)
#7BC55F
(123,197,95)
#88CA6E
(136,202,110)
#95CF7D
(149,207,125)
#A2D48C
(162,212,140)
#AFD99B
(175,217,155)
#BCDEAA
(188,222,170)
#C9E3B9
(201,227,185)
#D6E8C8
(214,232,200)
#E3EDD7
(227,237,215)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC050 color. Also use rgb(110,192,80) instead hex code.

Text Font Color

.myTextColor { color: #6EC050; }

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

This text font color is #6EC050.

Background Color

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

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

This div background color is #6EC050.

Border color

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

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

This div border color is #6EC050.

Opacity

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

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

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

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

This text has shadow with #6EC050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC050.

Preview

Color preview on black background

This text has color #6EC050 on black background.


Color preview on white background

This text has color #6EC050 on white background.


Black color preview on #6EC050 background

This text has black color on #6EC050 background.


White color preview on #6EC050 background

This text has white color on #6EC050 background.


Related colors

Complementary color

Complementary color for #hex is #913FAF.


I love getcolorcode.com

Triadic colors

1 #506EC0 and #C0506E with #6EC050 are triadic colors.

2 #50C06E and #C06E50 with #6EC050 are triadic colors.