COLOR #6ED07D

HEX: #6ED07D RGB: (110,208,125)

Color info

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

RGB color model

#6ED07D color RGB value is (110,208,125).

RGB: (110,208,125) (43%, 82%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 208 of 255 = 82%
B 125 of 255 = 49%

110
208
125

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

Portions of RGB colors in percentages

R + G + B = 110 + 208 + 125 = 443 (100%)
R 110 of 443 ~ 24.83%
G 208 of 443 ~ 46.95%
B 125 of 443 ~ 28.22'%

%24.83
%46.95
%28.22

CMYK color model

#6ED07D color CMYK value is (47,0,40,18).

  • cyan value is 47.12%
  • magenta value is 0.00%
  • yellow value is 39.90%
  • key color value is 18.43%

CMYK: (47,0,40,18)
C47M0Y40K18 (47%, 0%, 40%, 18%)
(0.47 / 0.00 / 0.40 / 0.18)

CMYK percentages

%47.12
%0
%39.9
%18.43

Codes

Color #6ED07D in popluar color models

6E D0 7D
RGB 110 208 125
HSL 129° 51.04% 62.35%
HSB/HSV 129° 47.12% 81.57%
CMYK 47.12% 0.00% 39.90%
18.43%

Color #6ED07D in popluar number systems.

HEX 6E D0 7D
Decimal 110 208 125
Binary 1101110 11010000 1111101
Octal 156 320 175

Shades and tints

Shades of #6ED07D

#6ED07D
(110,208,125)
#64BE72
(100,190,114)
#5AAC67
(90,172,103)
#509A5C
(80,154,92)
#468851
(70,136,81)
#3C7646
(60,118,70)
#32643B
(50,100,59)
#285230
(40,82,48)
#1E4025
(30,64,37)
#142E1A
(20,46,26)
#0A1C0F
(10,28,15)
#000000
(0,0,0)

Tints of #6ED07D

#6ED07D
(110,208,125)
#7BD488
(123,212,136)
#88D893
(136,216,147)
#95DC9E
(149,220,158)
#A2E0A9
(162,224,169)
#AFE4B4
(175,228,180)
#BCE8BF
(188,232,191)
#C9ECCA
(201,236,202)
#D6F0D5
(214,240,213)
#E3F4E0
(227,244,224)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED07D color. Also use rgb(110,208,125) instead hex code.

Text Font Color

.myTextColor { color: #6ED07D; }

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

This text font color is #6ED07D.

Background Color

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

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

This div background color is #6ED07D.

Border color

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

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

This div border color is #6ED07D.

Opacity

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

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

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

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

This text has shadow with #6ED07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ED07D.

Preview

Color preview on black background

This text has color #6ED07D on black background.


Color preview on white background

This text has color #6ED07D on white background.


Black color preview on #6ED07D background

This text has black color on #6ED07D background.


White color preview on #6ED07D background

This text has white color on #6ED07D background.


Related colors

Complementary color

Complementary color for #hex is #912F82.


I love getcolorcode.com

Triadic colors

1 #7D6ED0 and #D07D6E with #6ED07D are triadic colors.

2 #7DD06E and #D06E7D with #6ED07D are triadic colors.