COLOR #E6FE5B

HEX: #E6FE5B
RGB: (230,254,91)

Color info

#E6FE5B contains mainly red and green colors. Web safe color of #E6FE5B is #CCFF66 (or #CF6).

RGB color model

#E6FE5B color RGB value is (230,254,91).

  • red value is 230;
  • green value is 254;
  • blue value is 91.
RGB:
(230,254,91)
(90%,100%,36%)

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 91 of 255 = 36%

230
254
91

R + G + B ~ 75%. #E6FE5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 91 = 575 (100%)
R 230 of 575 ~ 40%
G 254 of 575 ~ 44.17%
B 91 of 575 ~ 15.83%

%40
%44.17
%15.83

CMYK color model

#E6FE5B color CMYK value is (9,0,64,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 64.17%
  • key color value is 0.39%
CMYK:
(9,0,64,0)
C9M0Y64K0 
(9%,0%,64%,0%)
(0.09/0.00/0.64/0.00)	

CMYK percentages

%9.45
%0
%64.17
%0.39

Codes

Color #E6FE5B in popluar color models

E6FE5B
RGB23025491
HSL69°98.79%67.65%
HSB/HSV69°64.17%99.61%
CMYK9.45%0.00%64.17%
0.39%

Color #E6FE5B in popluar number systems.

HEXE6FE5B
Decimal23025491
Binary11100110111111101011011
Octal346376133

Shades and tints

Shades of #E6FE5B

#E6FE5B
(230,254,91)
#D2E753
(210,231,83)
#BED04B
(190,208,75)
#AAB943
(170,185,67)
#96A23B
(150,162,59)
#828B33
(130,139,51)
#6E742B
(110,116,43)
#5A5D23
(90,93,35)
#46461B
(70,70,27)
#322F13
(50,47,19)
#1E180B
(30,24,11)
#000000
(0,0,0)

Tints of #E6FE5B

#E6FE5B
(230,254,91)
#E8FE69
(232,254,105)
#EAFE77
(234,254,119)
#ECFE85
(236,254,133)
#EEFE93
(238,254,147)
#F0FEA1
(240,254,161)
#F2FEAF
(242,254,175)
#F4FEBD
(244,254,189)
#F6FECB
(246,254,203)
#F8FED9
(248,254,217)
#FAFEE7
(250,254,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FE5B color. Also use rgb(230,254,91) instead hex code.

Text Font Color

.myTextColor { color: #E6FE5B; }

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

This text font color is #E6FE5B.


Background Color

.myBgColor { background-color: #E6FE5B; }

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

This div background color is #E6FE5B.


Border color

.myBorderColor { border: 1px solid #E6FE5B; }

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

This div border color is #E6FE5B.


Opacity

.myOpacity80 { color: #E6FE5B; opacity: 0.8; }

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

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

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

This text has shadow with #E6FE5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FE5B on black background.


Color preview on white background

This text has color #E6FE5B on white background.



Black color preview on #E6FE5B background

This text has black color on #E6FE5B background.


White color preview on #E6FE5B background

This text has white color on #E6FE5B background.