COLOR #6EDE5D

HEX: #6EDE5D
RGB: (110,222,93)

Color info

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

RGB color model

#6EDE5D color RGB value is (110,222,93).

  • red value is 110;
  • green value is 222;
  • blue value is 93.
RGB:
(110,222,93)
(43%,87%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 222 of 255 = 87%
B 93 of 255 = 36%

110
222
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 222 + 93 = 425 (100%)
R 110 of 425 ~ 25.88%
G 222 of 425 ~ 52.24%
B 93 of 425 ~ 21.88%

%25.88
%52.24
%21.88

CMYK color model

#6EDE5D color CMYK value is (50,0,58,13).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 58.11%
  • key color value is 12.94%
CMYK:
(50,0,58,13)
C50M0Y58K13 
(50%,0%,58%,13%)
(0.50/0.00/0.58/0.13)	

CMYK percentages

%50.45
%0
%58.11
%12.94

Codes

Color #6EDE5D in popluar color models

6EDE5D
RGB11022293
HSL112°66.15%61.76%
HSB/HSV112°58.11%87.06%
CMYK50.45%0.00%58.11%
12.94%

Color #6EDE5D in popluar number systems.

HEX6EDE5D
Decimal11022293
Binary1101110110111101011101
Octal156336135

Shades and tints

Shades of #6EDE5D

#6EDE5D
(110,222,93)
#64CA55
(100,202,85)
#5AB64D
(90,182,77)
#50A245
(80,162,69)
#468E3D
(70,142,61)
#3C7A35
(60,122,53)
#32662D
(50,102,45)
#285225
(40,82,37)
#1E3E1D
(30,62,29)
#142A15
(20,42,21)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #6EDE5D

#6EDE5D
(110,222,93)
#7BE16B
(123,225,107)
#88E479
(136,228,121)
#95E787
(149,231,135)
#A2EA95
(162,234,149)
#AFEDA3
(175,237,163)
#BCF0B1
(188,240,177)
#C9F3BF
(201,243,191)
#D6F6CD
(214,246,205)
#E3F9DB
(227,249,219)
#F0FCE9
(240,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDE5D color. Also use rgb(110,222,93) instead hex code.

Text Font Color

.myTextColor { color: #6EDE5D; }

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

This text font color is #6EDE5D.


Background Color

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

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

This div background color is #6EDE5D.


Border color

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

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

This div border color is #6EDE5D.


Opacity

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

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

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

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

This text has shadow with #6EDE5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EDE5D on black background.


Color preview on white background

This text has color #6EDE5D on white background.



Black color preview on #6EDE5D background

This text has black color on #6EDE5D background.


White color preview on #6EDE5D background

This text has white color on #6EDE5D background.