COLOR #E5F58F

HEX: #E5F58F
RGB: (229,245,143)

Color info

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

RGB color model

#E5F58F color RGB value is (229,245,143).

  • red value is 229;
  • green value is 245;
  • blue value is 143.
RGB:
(229,245,143)
(90%,96%,56%)

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 143 of 255 = 56%

229
245
143

R + G + B ~ 81%. #E5F58F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 143 = 617 (100%)
R 229 of 617 ~ 37.12%
G 245 of 617 ~ 39.71%
B 143 of 617 ~ 23.18%

%37.12
%39.71
%23.18

CMYK color model

#E5F58F color CMYK value is (7,0,42,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 41.63%
  • key color value is 3.92%
CMYK:
(7,0,42,4)
C7M0Y42K4 
(7%,0%,42%,4%)
(0.07/0.00/0.42/0.04)	

CMYK percentages

%6.53
%0
%41.63
%3.92

Codes

Color #E5F58F in popluar color models

E5F58F
RGB229245143
HSL69°83.61%76.08%
HSB/HSV69°41.63%96.08%
CMYK6.53%0.00%41.63%
3.92%

Color #E5F58F in popluar number systems.

HEXE5F58F
Decimal229245143
Binary111001011111010110001111
Octal345365217

Shades and tints

Shades of #E5F58F

#E5F58F
(229,245,143)
#D1DF82
(209,223,130)
#BDC975
(189,201,117)
#A9B368
(169,179,104)
#959D5B
(149,157,91)
#81874E
(129,135,78)
#6D7141
(109,113,65)
#595B34
(89,91,52)
#454527
(69,69,39)
#312F1A
(49,47,26)
#1D190D
(29,25,13)
#000000
(0,0,0)

Tints of #E5F58F

#E5F58F
(229,245,143)
#E7F599
(231,245,153)
#E9F5A3
(233,245,163)
#EBF5AD
(235,245,173)
#EDF5B7
(237,245,183)
#EFF5C1
(239,245,193)
#F1F5CB
(241,245,203)
#F3F5D5
(243,245,213)
#F5F5DF
(245,245,223)
#F7F5E9
(247,245,233)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F58F color. Also use rgb(229,245,143) instead hex code.

Text Font Color

.myTextColor { color: #E5F58F; }

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

This text font color is #E5F58F.


Background Color

.myBgColor { background-color: #E5F58F; }

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

This div background color is #E5F58F.


Border color

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

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

This div border color is #E5F58F.


Opacity

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

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

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

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

This text has shadow with #E5F58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F58F on black background.


Color preview on white background

This text has color #E5F58F on white background.



Black color preview on #E5F58F background

This text has black color on #E5F58F background.


White color preview on #E5F58F background

This text has white color on #E5F58F background.