COLOR #6EC442

HEX: #6EC442 RGB: (110,196,66)

Color info

#6EC442 contains mainly green color. Web safe color of #6EC442 is #66CC33 (or #6C3).

RGB color model

#6EC442 color RGB value is (110,196,66).

RGB: (110,196,66) (43%, 77%, 26%)

RGB channels and saturation

R 110 of 255 = 43%
G 196 of 255 = 77%
B 66 of 255 = 26%

110
196
66

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

Portions of RGB colors in percentages

R + G + B = 110 + 196 + 66 = 372 (100%)
R 110 of 372 ~ 29.57%
G 196 of 372 ~ 52.69%
B 66 of 372 ~ 17.74'%

%29.57
%52.69
%17.74

CMYK color model

#6EC442 color CMYK value is (44,0,66,23).

  • cyan value is 43.88%
  • magenta value is 0.00%
  • yellow value is 66.33%
  • key color value is 23.14%

CMYK: (44,0,66,23)
C44M0Y66K23 (44%, 0%, 66%, 23%)
(0.44 / 0.00 / 0.66 / 0.23)

CMYK percentages

%43.88
%0
%66.33
%23.14

Codes

Color #6EC442 in popluar color models

6E C4 42
RGB 110 196 66
HSL 100° 52.42% 51.37%
HSB/HSV 100° 66.33% 76.86%
CMYK 43.88% 0.00% 66.33%
23.14%

Color #6EC442 in popluar number systems.

HEX 6E C4 42
Decimal 110 196 66
Binary 1101110 11000100 1000010
Octal 156 304 102

Shades and tints

Shades of #6EC442

#6EC442
(110,196,66)
#64B33C
(100,179,60)
#5AA236
(90,162,54)
#509130
(80,145,48)
#46802A
(70,128,42)
#3C6F24
(60,111,36)
#325E1E
(50,94,30)
#284D18
(40,77,24)
#1E3C12
(30,60,18)
#142B0C
(20,43,12)
#0A1A06
(10,26,6)
#000000
(0,0,0)

Tints of #6EC442

#6EC442
(110,196,66)
#7BC953
(123,201,83)
#88CE64
(136,206,100)
#95D375
(149,211,117)
#A2D886
(162,216,134)
#AFDD97
(175,221,151)
#BCE2A8
(188,226,168)
#C9E7B9
(201,231,185)
#D6ECCA
(214,236,202)
#E3F1DB
(227,241,219)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EC442; }

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

This text font color is #6EC442.

Background Color

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

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

This div background color is #6EC442.

Border color

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

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

This div border color is #6EC442.

Opacity

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

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

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

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

This text has shadow with #6EC442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EC442.

Preview

Color preview on black background

This text has color #6EC442 on black background.


Color preview on white background

This text has color #6EC442 on white background.


Black color preview on #6EC442 background

This text has black color on #6EC442 background.


White color preview on #6EC442 background

This text has white color on #6EC442 background.


Related colors

Complementary color

Complementary color for #hex is #913BBD.


I love getcolorcode.com

Triadic colors

1 #426EC4 and #C4426E with #6EC442 are triadic colors.

2 #42C46E and #C46E42 with #6EC442 are triadic colors.