COLOR #6EE480

HEX: #6EE480
RGB: (110,228,128)

Color info

#6EE480 contains mainly green color. Web safe color of #6EE480 is #66CC66 (or #6C6).

RGB color model

#6EE480 color RGB value is (110,228,128).

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

RGB channels and saturation

R 110 of 255 = 43%
G 228 of 255 = 89%
B 128 of 255 = 50%

110
228
128

R + G + B ~ 61%. #6EE480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 228 + 128 = 466 (100%)
R 110 of 466 ~ 23.61%
G 228 of 466 ~ 48.93%
B 128 of 466 ~ 27.47%

%23.61
%48.93
%27.47

CMYK color model

#6EE480 color CMYK value is (52,0,44,11).

  • cyan value is 51.75%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(52,0,44,11)
C52M0Y44K11 
(52%,0%,44%,11%)
(0.52/0.00/0.44/0.11)	

CMYK percentages

%51.75
%0
%43.86
%10.59

Codes

Color #6EE480 in popluar color models

6EE480
RGB110228128
HSL129°68.60%66.27%
HSB/HSV129°51.75%89.41%
CMYK51.75%0.00%43.86%
10.59%

Color #6EE480 in popluar number systems.

HEX6EE480
Decimal110228128
Binary11011101110010010000000
Octal156344200

Shades and tints

Shades of #6EE480

#6EE480
(110,228,128)
#64D075
(100,208,117)
#5ABC6A
(90,188,106)
#50A85F
(80,168,95)
#469454
(70,148,84)
#3C8049
(60,128,73)
#326C3E
(50,108,62)
#285833
(40,88,51)
#1E4428
(30,68,40)
#14301D
(20,48,29)
#0A1C12
(10,28,18)
#000000
(0,0,0)

Tints of #6EE480

#6EE480
(110,228,128)
#7BE68B
(123,230,139)
#88E896
(136,232,150)
#95EAA1
(149,234,161)
#A2ECAC
(162,236,172)
#AFEEB7
(175,238,183)
#BCF0C2
(188,240,194)
#C9F2CD
(201,242,205)
#D6F4D8
(214,244,216)
#E3F6E3
(227,246,227)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EE480; }

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

This text font color is #6EE480.


Background Color

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

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

This div background color is #6EE480.


Border color

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

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

This div border color is #6EE480.


Opacity

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

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

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

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

This text has shadow with #6EE480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EE480 on black background.


Color preview on white background

This text has color #6EE480 on white background.



Black color preview on #6EE480 background

This text has black color on #6EE480 background.


White color preview on #6EE480 background

This text has white color on #6EE480 background.