COLOR #6ED165

HEX: #6ED165 RGB: (110,209,101)

Color info

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

RGB color model

#6ED165 color RGB value is (110,209,101).

RGB: (110,209,101) (43%, 82%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 209 of 255 = 82%
B 101 of 255 = 40%

110
209
101

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

Portions of RGB colors in percentages

R + G + B = 110 + 209 + 101 = 420 (100%)
R 110 of 420 ~ 26.19%
G 209 of 420 ~ 49.76%
B 101 of 420 ~ 24.05'%

%26.19
%49.76
%24.05

CMYK color model

#6ED165 color CMYK value is (47,0,52,18).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 51.67%
  • key color value is 18.04%

CMYK: (47,0,52,18)
C47M0Y52K18 (47%, 0%, 52%, 18%)
(0.47 / 0.00 / 0.52 / 0.18)

CMYK percentages

%47.37
%0
%51.67
%18.04

Codes

Color #6ED165 in popluar color models

6E D1 65
RGB 110 209 101
HSL 115° 54.00% 60.78%
HSB/HSV 115° 51.67% 81.96%
CMYK 47.37% 0.00% 51.67%
18.04%

Color #6ED165 in popluar number systems.

HEX 6E D1 65
Decimal 110 209 101
Binary 1101110 11010001 1100101
Octal 156 321 145

Shades and tints

Shades of #6ED165

#6ED165
(110,209,101)
#64BE5C
(100,190,92)
#5AAB53
(90,171,83)
#50984A
(80,152,74)
#468541
(70,133,65)
#3C7238
(60,114,56)
#325F2F
(50,95,47)
#284C26
(40,76,38)
#1E391D
(30,57,29)
#142614
(20,38,20)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6ED165

#6ED165
(110,209,101)
#7BD573
(123,213,115)
#88D981
(136,217,129)
#95DD8F
(149,221,143)
#A2E19D
(162,225,157)
#AFE5AB
(175,229,171)
#BCE9B9
(188,233,185)
#C9EDC7
(201,237,199)
#D6F1D5
(214,241,213)
#E3F5E3
(227,245,227)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED165 color. Also use rgb(110,209,101) instead hex code.

Text Font Color

.myTextColor { color: #6ED165; }

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

This text font color is #6ED165.

Background Color

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

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

This div background color is #6ED165.

Border color

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

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

This div border color is #6ED165.

Opacity

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

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

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

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

This text has shadow with #6ED165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ED165.

Preview

Color preview on black background

This text has color #6ED165 on black background.


Color preview on white background

This text has color #6ED165 on white background.


Black color preview on #6ED165 background

This text has black color on #6ED165 background.


White color preview on #6ED165 background

This text has white color on #6ED165 background.


Related colors

Complementary color

Complementary color for #hex is #912E9A.


I love getcolorcode.com

Triadic colors

1 #656ED1 and #D1656E with #6ED165 are triadic colors.

2 #65D16E and #D16E65 with #6ED165 are triadic colors.