COLOR #6ED05F

HEX: #6ED05F
RGB: (110,208,95)

Color info

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

RGB color model

#6ED05F color RGB value is (110,208,95).

  • red value is 110;
  • green value is 208;
  • blue value is 95.
RGB:
(110,208,95)
(43%,82%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 208 of 255 = 82%
B 95 of 255 = 37%

110
208
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 208 + 95 = 413 (100%)
R 110 of 413 ~ 26.63%
G 208 of 413 ~ 50.36%
B 95 of 413 ~ 23%

%26.63
%50.36
%23

CMYK color model

#6ED05F color CMYK value is (47,0,54,18).

  • cyan value is 47.12%
  • magenta value is 0.00%
  • yellow value is 54.33%
  • key color value is 18.43%
CMYK:
(47,0,54,18)
C47M0Y54K18 
(47%,0%,54%,18%)
(0.47/0.00/0.54/0.18)	

CMYK percentages

%47.12
%0
%54.33
%18.43

Codes

Color #6ED05F in popluar color models

6ED05F
RGB11020895
HSL112°54.59%59.41%
HSB/HSV112°54.33%81.57%
CMYK47.12%0.00%54.33%
18.43%

Color #6ED05F in popluar number systems.

HEX6ED05F
Decimal11020895
Binary1101110110100001011111
Octal156320137

Shades and tints

Shades of #6ED05F

#6ED05F
(110,208,95)
#64BE57
(100,190,87)
#5AAC4F
(90,172,79)
#509A47
(80,154,71)
#46883F
(70,136,63)
#3C7637
(60,118,55)
#32642F
(50,100,47)
#285227
(40,82,39)
#1E401F
(30,64,31)
#142E17
(20,46,23)
#0A1C0F
(10,28,15)
#000000
(0,0,0)

Tints of #6ED05F

#6ED05F
(110,208,95)
#7BD46D
(123,212,109)
#88D87B
(136,216,123)
#95DC89
(149,220,137)
#A2E097
(162,224,151)
#AFE4A5
(175,228,165)
#BCE8B3
(188,232,179)
#C9ECC1
(201,236,193)
#D6F0CF
(214,240,207)
#E3F4DD
(227,244,221)
#F0F8EB
(240,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ED05F; }

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

This text font color is #6ED05F.


Background Color

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

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

This div background color is #6ED05F.


Border color

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

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

This div border color is #6ED05F.


Opacity

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

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

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

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

This text has shadow with #6ED05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED05F on black background.


Color preview on white background

This text has color #6ED05F on white background.



Black color preview on #6ED05F background

This text has black color on #6ED05F background.


White color preview on #6ED05F background

This text has white color on #6ED05F background.