COLOR #E5FF9A

HEX: #E5FF9A
RGB: (229,255,154)

Color info

#E5FF9A contains mainly red and green colors. Web safe color of #E5FF9A is #CCFF99 (or #CF9).

RGB color model

#E5FF9A color RGB value is (229,255,154).

  • red value is 229;
  • green value is 255;
  • blue value is 154.
RGB:
(229,255,154)
(90%,100%,60%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 154 of 255 = 60%

229
255
154

R + G + B ~ 83%. #E5FF9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 154 = 638 (100%)
R 229 of 638 ~ 35.89%
G 255 of 638 ~ 39.97%
B 154 of 638 ~ 24.14%

%35.89
%39.97
%24.14

CMYK color model

#E5FF9A color CMYK value is (10,0,40,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 39.61%
  • key color value is 0.00%
CMYK:
(10,0,40,0)
C10M0Y40K0 
(10%,0%,40%,0%)
(0.10/0.00/0.40/0.00)	

CMYK percentages

%10.2
%0
%39.61
%0

Codes

Color #E5FF9A in popluar color models

E5FF9A
RGB229255154
HSL75°100.00%80.20%
HSB/HSV75°39.61%100.00%
CMYK10.20%0.00%39.61%
0.00%

Color #E5FF9A in popluar number systems.

HEXE5FF9A
Decimal229255154
Binary111001011111111110011010
Octal345377232

Shades and tints

Shades of #E5FF9A

#E5FF9A
(229,255,154)
#D1E88C
(209,232,140)
#BDD17E
(189,209,126)
#A9BA70
(169,186,112)
#95A362
(149,163,98)
#818C54
(129,140,84)
#6D7546
(109,117,70)
#595E38
(89,94,56)
#45472A
(69,71,42)
#31301C
(49,48,28)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #E5FF9A

#E5FF9A
(229,255,154)
#E7FFA3
(231,255,163)
#E9FFAC
(233,255,172)
#EBFFB5
(235,255,181)
#EDFFBE
(237,255,190)
#EFFFC7
(239,255,199)
#F1FFD0
(241,255,208)
#F3FFD9
(243,255,217)
#F5FFE2
(245,255,226)
#F7FFEB
(247,255,235)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FF9A color. Also use rgb(229,255,154) instead hex code.

Text Font Color

.myTextColor { color: #E5FF9A; }

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

This text font color is #E5FF9A.


Background Color

.myBgColor { background-color: #E5FF9A; }

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

This div background color is #E5FF9A.


Border color

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

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

This div border color is #E5FF9A.


Opacity

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

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

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

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

This text has shadow with #E5FF9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FF9A on black background.


Color preview on white background

This text has color #E5FF9A on white background.



Black color preview on #E5FF9A background

This text has black color on #E5FF9A background.


White color preview on #E5FF9A background

This text has white color on #E5FF9A background.