COLOR #E5FB9A

HEX: #E5FB9A
RGB: (229,251,154)

Color info

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

RGB color model

#E5FB9A color RGB value is (229,251,154).

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

RGB channels and saturation

R 229 of 255 = 90%
G 251 of 255 = 98%
B 154 of 255 = 60%

229
251
154

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

Portions of RGB colors in percentages

R + G + B =
229 + 251 + 154 = 634 (100%)
R 229 of 634 ~ 36.12%
G 251 of 634 ~ 39.59%
B 154 of 634 ~ 24.29%

%36.12
%39.59
%24.29

CMYK color model

#E5FB9A color CMYK value is (9,0,39,2).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 1.57%
CMYK:
(9,0,39,2)
C9M0Y39K2 
(9%,0%,39%,2%)
(0.09/0.00/0.39/0.02)	

CMYK percentages

%8.76
%0
%38.65
%1.57

Codes

Color #E5FB9A in popluar color models

E5FB9A
RGB229251154
HSL74°92.38%79.41%
HSB/HSV74°38.65%98.43%
CMYK8.76%0.00%38.65%
1.57%

Color #E5FB9A in popluar number systems.

HEXE5FB9A
Decimal229251154
Binary111001011111101110011010
Octal345373232

Shades and tints

Shades of #E5FB9A

#E5FB9A
(229,251,154)
#D1E58C
(209,229,140)
#BDCF7E
(189,207,126)
#A9B970
(169,185,112)
#95A362
(149,163,98)
#818D54
(129,141,84)
#6D7746
(109,119,70)
#596138
(89,97,56)
#454B2A
(69,75,42)
#31351C
(49,53,28)
#1D1F0E
(29,31,14)
#000000
(0,0,0)

Tints of #E5FB9A

#E5FB9A
(229,251,154)
#E7FBA3
(231,251,163)
#E9FBAC
(233,251,172)
#EBFBB5
(235,251,181)
#EDFBBE
(237,251,190)
#EFFBC7
(239,251,199)
#F1FBD0
(241,251,208)
#F3FBD9
(243,251,217)
#F5FBE2
(245,251,226)
#F7FBEB
(247,251,235)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FB9A; }

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

This text font color is #E5FB9A.


Background Color

.myBgColor { background-color: #E5FB9A; }

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

This div background color is #E5FB9A.


Border color

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

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

This div border color is #E5FB9A.


Opacity

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

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

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

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

This text has shadow with #E5FB9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FB9A on black background.


Color preview on white background

This text has color #E5FB9A on white background.



Black color preview on #E5FB9A background

This text has black color on #E5FB9A background.


White color preview on #E5FB9A background

This text has white color on #E5FB9A background.