COLOR #6ED282

HEX: #6ED282
RGB: (110,210,130)

Color info

#6ED282 contains mainly green color. Web safe color of #6ED282 is #66CC99 (or #6C9).

RGB color model

#6ED282 color RGB value is (110,210,130).

  • red value is 110;
  • green value is 210;
  • blue value is 130.
RGB:
(110,210,130)
(43%,82%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 210 of 255 = 82%
B 130 of 255 = 51%

110
210
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 210 + 130 = 450 (100%)
R 110 of 450 ~ 24.44%
G 210 of 450 ~ 46.67%
B 130 of 450 ~ 28.89%

%24.44
%46.67
%28.89

CMYK color model

#6ED282 color CMYK value is (48,0,38,18).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 17.65%
CMYK:
(48,0,38,18)
C48M0Y38K18 
(48%,0%,38%,18%)
(0.48/0.00/0.38/0.18)	

CMYK percentages

%47.62
%0
%38.1
%17.65

Codes

Color #6ED282 in popluar color models

6ED282
RGB110210130
HSL132°52.63%62.75%
HSB/HSV132°47.62%82.35%
CMYK47.62%0.00%38.10%
17.65%

Color #6ED282 in popluar number systems.

HEX6ED282
Decimal110210130
Binary11011101101001010000010
Octal156322202

Shades and tints

Shades of #6ED282

#6ED282
(110,210,130)
#64BF77
(100,191,119)
#5AAC6C
(90,172,108)
#509961
(80,153,97)
#468656
(70,134,86)
#3C734B
(60,115,75)
#326040
(50,96,64)
#284D35
(40,77,53)
#1E3A2A
(30,58,42)
#14271F
(20,39,31)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6ED282

#6ED282
(110,210,130)
#7BD68D
(123,214,141)
#88DA98
(136,218,152)
#95DEA3
(149,222,163)
#A2E2AE
(162,226,174)
#AFE6B9
(175,230,185)
#BCEAC4
(188,234,196)
#C9EECF
(201,238,207)
#D6F2DA
(214,242,218)
#E3F6E5
(227,246,229)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED282 color. Also use rgb(110,210,130) instead hex code.

Text Font Color

.myTextColor { color: #6ED282; }

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

This text font color is #6ED282.


Background Color

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

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

This div background color is #6ED282.


Border color

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

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

This div border color is #6ED282.


Opacity

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

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

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

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

This text has shadow with #6ED282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED282 on black background.


Color preview on white background

This text has color #6ED282 on white background.



Black color preview on #6ED282 background

This text has black color on #6ED282 background.


White color preview on #6ED282 background

This text has white color on #6ED282 background.