COLOR #6ECD74

HEX: #6ECD74 RGB: (110,205,116)

Color info

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

RGB color model

#6ECD74 color RGB value is (110,205,116).

RGB: (110,205,116) (43%, 80%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 205 of 255 = 80%
B 116 of 255 = 45%

110
205
116

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

Portions of RGB colors in percentages

R + G + B = 110 + 205 + 116 = 431 (100%)
R 110 of 431 ~ 25.52%
G 205 of 431 ~ 47.56%
B 116 of 431 ~ 26.91'%

%25.52
%47.56
%26.91

CMYK color model

#6ECD74 color CMYK value is (46,0,43,20).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 19.61%

CMYK: (46,0,43,20)
C46M0Y43K20 (46%, 0%, 43%, 20%)
(0.46 / 0.00 / 0.43 / 0.20)

CMYK percentages

%46.34
%0
%43.41
%19.61

Codes

Color #6ECD74 in popluar color models

6E CD 74
RGB 110 205 116
HSL 124° 48.72% 61.76%
HSB/HSV 124° 46.34% 80.39%
CMYK 46.34% 0.00% 43.41%
19.61%

Color #6ECD74 in popluar number systems.

HEX 6E CD 74
Decimal 110 205 116
Binary 1101110 11001101 1110100
Octal 156 315 164

Shades and tints

Shades of #6ECD74

#6ECD74
(110,205,116)
#64BB6A
(100,187,106)
#5AA960
(90,169,96)
#509756
(80,151,86)
#46854C
(70,133,76)
#3C7342
(60,115,66)
#326138
(50,97,56)
#284F2E
(40,79,46)
#1E3D24
(30,61,36)
#142B1A
(20,43,26)
#0A1910
(10,25,16)
#000000
(0,0,0)

Tints of #6ECD74

#6ECD74
(110,205,116)
#7BD180
(123,209,128)
#88D58C
(136,213,140)
#95D998
(149,217,152)
#A2DDA4
(162,221,164)
#AFE1B0
(175,225,176)
#BCE5BC
(188,229,188)
#C9E9C8
(201,233,200)
#D6EDD4
(214,237,212)
#E3F1E0
(227,241,224)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ECD74 color. Also use rgb(110,205,116) instead hex code.

Text Font Color

.myTextColor { color: #6ECD74; }

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

This text font color is #6ECD74.

Background Color

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

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

This div background color is #6ECD74.

Border color

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

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

This div border color is #6ECD74.

Opacity

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

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

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

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

This text has shadow with #6ECD74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ECD74.

Preview

Color preview on black background

This text has color #6ECD74 on black background.


Color preview on white background

This text has color #6ECD74 on white background.


Black color preview on #6ECD74 background

This text has black color on #6ECD74 background.


White color preview on #6ECD74 background

This text has white color on #6ECD74 background.


Related colors

Complementary color

Complementary color for #hex is #91328B.


I love getcolorcode.com

Triadic colors

1 #746ECD and #CD746E with #6ECD74 are triadic colors.

2 #74CD6E and #CD6E74 with #6ECD74 are triadic colors.