COLOR #6EC948

HEX: #6EC948
RGB: (110,201,72)

Color info

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

RGB color model

#6EC948 color RGB value is (110,201,72).

  • red value is 110;
  • green value is 201;
  • blue value is 72.
RGB:
(110,201,72)
(43%,79%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 201 of 255 = 79%
B 72 of 255 = 28%

110
201
72

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

Portions of RGB colors in percentages

R + G + B =
110 + 201 + 72 = 383 (100%)
R 110 of 383 ~ 28.72%
G 201 of 383 ~ 52.48%
B 72 of 383 ~ 18.8%

%28.72
%52.48
%18.8

CMYK color model

#6EC948 color CMYK value is (45,0,64,21).

  • cyan value is 45.27%
  • magenta value is 0.00%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(45,0,64,21)
C45M0Y64K21 
(45%,0%,64%,21%)
(0.45/0.00/0.64/0.21)	

CMYK percentages

%45.27
%0
%64.18
%21.18

Codes

Color #6EC948 in popluar color models

6EC948
RGB11020172
HSL102°54.43%53.53%
HSB/HSV102°64.18%78.82%
CMYK45.27%0.00%64.18%
21.18%

Color #6EC948 in popluar number systems.

HEX6EC948
Decimal11020172
Binary1101110110010011001000
Octal156311110

Shades and tints

Shades of #6EC948

#6EC948
(110,201,72)
#64B742
(100,183,66)
#5AA53C
(90,165,60)
#509336
(80,147,54)
#468130
(70,129,48)
#3C6F2A
(60,111,42)
#325D24
(50,93,36)
#284B1E
(40,75,30)
#1E3918
(30,57,24)
#142712
(20,39,18)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #6EC948

#6EC948
(110,201,72)
#7BCD58
(123,205,88)
#88D168
(136,209,104)
#95D578
(149,213,120)
#A2D988
(162,217,136)
#AFDD98
(175,221,152)
#BCE1A8
(188,225,168)
#C9E5B8
(201,229,184)
#D6E9C8
(214,233,200)
#E3EDD8
(227,237,216)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC948 color. Also use rgb(110,201,72) instead hex code.

Text Font Color

.myTextColor { color: #6EC948; }

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

This text font color is #6EC948.


Background Color

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

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

This div background color is #6EC948.


Border color

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

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

This div border color is #6EC948.


Opacity

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

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

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

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

This text has shadow with #6EC948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC948 on black background.


Color preview on white background

This text has color #6EC948 on white background.



Black color preview on #6EC948 background

This text has black color on #6EC948 background.


White color preview on #6EC948 background

This text has white color on #6EC948 background.