COLOR #6EC482

HEX: #6EC482 RGB: (110,196,130)

Color info

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

RGB color model

#6EC482 color RGB value is (110,196,130).

RGB: (110,196,130) (43%, 77%, 51%)

RGB channels and saturation

R 110 of 255 = 43%
G 196 of 255 = 77%
B 130 of 255 = 51%

110
196
130

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

Portions of RGB colors in percentages

R + G + B = 110 + 196 + 130 = 436 (100%)
R 110 of 436 ~ 25.23%
G 196 of 436 ~ 44.95%
B 130 of 436 ~ 29.82'%

%25.23
%44.95
%29.82

CMYK color model

#6EC482 color CMYK value is (44,0,34,23).

  • cyan value is 43.88%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK: (44,0,34,23) C44M0Y34K23 (44%,0%,34%,23%) (0.44/0.00/0.34/0.23) 

CMYK percentages

%43.88
%0
%33.67
%23.14

Codes

Color #6EC482 in popluar color models

6E C4 82
RGB 110 196 130
HSL 134° 42.16% 60.00%
HSB/HSV 134° 43.88% 76.86%
CMYK 43.88% 0.00% 33.67%
23.14%

Color #6EC482 in popluar number systems.

HEX 6E C4 82
Decimal 110 196 130
Binary 1101110 11000100 10000010
Octal 156 304 202

Shades and tints

Shades of #6EC482

#6EC482
(110,196,130)
#64B377
(100,179,119)
#5AA26C
(90,162,108)
#509161
(80,145,97)
#468056
(70,128,86)
#3C6F4B
(60,111,75)
#325E40
(50,94,64)
#284D35
(40,77,53)
#1E3C2A
(30,60,42)
#142B1F
(20,43,31)
#0A1A14
(10,26,20)
#000000
(0,0,0)

Tints of #6EC482

#6EC482
(110,196,130)
#7BC98D
(123,201,141)
#88CE98
(136,206,152)
#95D3A3
(149,211,163)
#A2D8AE
(162,216,174)
#AFDDB9
(175,221,185)
#BCE2C4
(188,226,196)
#C9E7CF
(201,231,207)
#D6ECDA
(214,236,218)
#E3F1E5
(227,241,229)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC482; }

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

This text font color is #6EC482.

Background Color

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

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

This div background color is #6EC482.

Border color

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

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

This div border color is #6EC482.

Opacity

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

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

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

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

This text has shadow with #6EC482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC482.

Preview

Color preview on black background

This text has color #6EC482 on black background.


Color preview on white background

This text has color #6EC482 on white background.


Black color preview on #6EC482 background

This text has black color on #6EC482 background.


White color preview on #6EC482 background

This text has white color on #6EC482 background.


Related colors

Complementary color

Complementary color for #hex is #913B7D.


I love getcolorcode.com

Triadic colors

1 #826EC4 and #C4826E with #6EC482 are triadic colors.

2 #82C46E and #C46E82 with #6EC482 are triadic colors.