COLOR #6ECD55

HEX: #6ECD55 RGB: (110,205,85)

Color info

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

RGB color model

#6ECD55 color RGB value is (110,205,85).

RGB: (110,205,85) (43%, 80%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 205 of 255 = 80%
B 85 of 255 = 33%

110
205
85

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

Portions of RGB colors in percentages

R + G + B = 110 + 205 + 85 = 400 (100%)
R 110 of 400 ~ 27.5%
G 205 of 400 ~ 51.25%
B 85 of 400 ~ 21.25'%

%27.5
%51.25
%21.25

CMYK color model

#6ECD55 color CMYK value is (46,0,59,20).

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

CMYK: (46,0,59,20)
C46M0Y59K20 (46%, 0%, 59%, 20%)
(0.46 / 0.00 / 0.59 / 0.20)

CMYK percentages

%46.34
%0
%58.54
%19.61

Codes

Color #6ECD55 in popluar color models

6E CD 55
RGB 110 205 85
HSL 108° 54.55% 56.86%
HSB/HSV 108° 58.54% 80.39%
CMYK 46.34% 0.00% 58.54%
19.61%

Color #6ECD55 in popluar number systems.

HEX 6E CD 55
Decimal 110 205 85
Binary 1101110 11001101 1010101
Octal 156 315 125

Shades and tints

Shades of #6ECD55

#6ECD55
(110,205,85)
#64BB4E
(100,187,78)
#5AA947
(90,169,71)
#509740
(80,151,64)
#468539
(70,133,57)
#3C7332
(60,115,50)
#32612B
(50,97,43)
#284F24
(40,79,36)
#1E3D1D
(30,61,29)
#142B16
(20,43,22)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #6ECD55

#6ECD55
(110,205,85)
#7BD164
(123,209,100)
#88D573
(136,213,115)
#95D982
(149,217,130)
#A2DD91
(162,221,145)
#AFE1A0
(175,225,160)
#BCE5AF
(188,229,175)
#C9E9BE
(201,233,190)
#D6EDCD
(214,237,205)
#E3F1DC
(227,241,220)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ECD55; }

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

This text font color is #6ECD55.

Background Color

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

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

This div background color is #6ECD55.

Border color

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

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

This div border color is #6ECD55.

Opacity

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

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

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

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

This text has shadow with #6ECD55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ECD55.

Preview

Color preview on black background

This text has color #6ECD55 on black background.


Color preview on white background

This text has color #6ECD55 on white background.


Black color preview on #6ECD55 background

This text has black color on #6ECD55 background.


White color preview on #6ECD55 background

This text has white color on #6ECD55 background.


Related colors

Complementary color

Complementary color for #hex is #9132AA.


I love getcolorcode.com

Triadic colors

1 #556ECD and #CD556E with #6ECD55 are triadic colors.

2 #55CD6E and #CD6E55 with #6ECD55 are triadic colors.