COLOR #6EE494

HEX: #6EE494
RGB: (110,228,148)

Color info

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

RGB color model

#6EE494 color RGB value is (110,228,148).

  • red value is 110;
  • green value is 228;
  • blue value is 148.
RGB:
(110,228,148)
(43%,89%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 228 of 255 = 89%
B 148 of 255 = 58%

110
228
148

R + G + B ~ 63%. #6EE494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 228 + 148 = 486 (100%)
R 110 of 486 ~ 22.63%
G 228 of 486 ~ 46.91%
B 148 of 486 ~ 30.45%

%22.63
%46.91
%30.45

CMYK color model

#6EE494 color CMYK value is (52,0,35,11).

  • cyan value is 51.75%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 10.59%
CMYK:
(52,0,35,11)
C52M0Y35K11 
(52%,0%,35%,11%)
(0.52/0.00/0.35/0.11)	

CMYK percentages

%51.75
%0
%35.09
%10.59

Codes

Color #6EE494 in popluar color models

6EE494
RGB110228148
HSL139°68.60%66.27%
HSB/HSV139°51.75%89.41%
CMYK51.75%0.00%35.09%
10.59%

Color #6EE494 in popluar number systems.

HEX6EE494
Decimal110228148
Binary11011101110010010010100
Octal156344224

Shades and tints

Shades of #6EE494

#6EE494
(110,228,148)
#64D087
(100,208,135)
#5ABC7A
(90,188,122)
#50A86D
(80,168,109)
#469460
(70,148,96)
#3C8053
(60,128,83)
#326C46
(50,108,70)
#285839
(40,88,57)
#1E442C
(30,68,44)
#14301F
(20,48,31)
#0A1C12
(10,28,18)
#000000
(0,0,0)

Tints of #6EE494

#6EE494
(110,228,148)
#7BE69D
(123,230,157)
#88E8A6
(136,232,166)
#95EAAF
(149,234,175)
#A2ECB8
(162,236,184)
#AFEEC1
(175,238,193)
#BCF0CA
(188,240,202)
#C9F2D3
(201,242,211)
#D6F4DC
(214,244,220)
#E3F6E5
(227,246,229)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EE494 color. Also use rgb(110,228,148) instead hex code.

Text Font Color

.myTextColor { color: #6EE494; }

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

This text font color is #6EE494.


Background Color

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

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

This div background color is #6EE494.


Border color

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

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

This div border color is #6EE494.


Opacity

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

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

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

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

This text has shadow with #6EE494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE494 on black background.


Color preview on white background

This text has color #6EE494 on white background.



Black color preview on #6EE494 background

This text has black color on #6EE494 background.


White color preview on #6EE494 background

This text has white color on #6EE494 background.