COLOR #6EF006

HEX: #6EF006
RGB: (110,240,6)

Color info

#6EF006 contains mainly green color. Web safe color of #6EF006 is #66FF00 (or #6F0).

RGB color model

#6EF006 color RGB value is (110,240,6).

  • red value is 110;
  • green value is 240;
  • blue value is 6.
RGB:
(110,240,6)
(43%,94%,2%)

RGB channels and saturation

R 110 of 255 = 43%
G 240 of 255 = 94%
B 6 of 255 = 2%

110
240
6

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

Portions of RGB colors in percentages

R + G + B =
110 + 240 + 6 = 356 (100%)
R 110 of 356 ~ 30.9%
G 240 of 356 ~ 67.42%
B 6 of 356 ~ 1.69%

%30.9
%67.42

CMYK color model

#6EF006 color CMYK value is (54,0,98,6).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 97.50%
  • key color value is 5.88%
CMYK:
(54,0,98,6)
C54M0Y98K6 
(54%,0%,98%,6%)
(0.54/0.00/0.98/0.06)	

CMYK percentages

%54.17
%0
%97.5
%5.88

Codes

Color #6EF006 in popluar color models

6EF006
RGB1102406
HSL93°95.12%48.24%
HSB/HSV93°97.50%94.12%
CMYK54.17%0.00%97.50%
5.88%

Color #6EF006 in popluar number systems.

HEX6EF006
Decimal1102406
Binary110111011110000110
Octal1563606

Shades and tints

Shades of #6EF006

#6EF006
(110,240,6)
#64DB06
(100,219,6)
#5AC606
(90,198,6)
#50B106
(80,177,6)
#469C06
(70,156,6)
#3C8706
(60,135,6)
#327206
(50,114,6)
#285D06
(40,93,6)
#1E4806
(30,72,6)
#143306
(20,51,6)
#0A1E06
(10,30,6)
#000000
(0,0,0)

Tints of #6EF006

#6EF006
(110,240,6)
#7BF11C
(123,241,28)
#88F232
(136,242,50)
#95F348
(149,243,72)
#A2F45E
(162,244,94)
#AFF574
(175,245,116)
#BCF68A
(188,246,138)
#C9F7A0
(201,247,160)
#D6F8B6
(214,248,182)
#E3F9CC
(227,249,204)
#F0FAE2
(240,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EF006; }

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

This text font color is #6EF006.


Background Color

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

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

This div background color is #6EF006.


Border color

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

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

This div border color is #6EF006.


Opacity

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

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

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

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

This text has shadow with #6EF006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EF006 on black background.


Color preview on white background

This text has color #6EF006 on white background.



Black color preview on #6EF006 background

This text has black color on #6EF006 background.


White color preview on #6EF006 background

This text has white color on #6EF006 background.