COLOR #E4F595

HEX: #E4F595
RGB: (228,245,149)

Color info

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

RGB color model

#E4F595 color RGB value is (228,245,149).

  • red value is 228;
  • green value is 245;
  • blue value is 149.
RGB:
(228,245,149)
(89%,96%,58%)

RGB channels and saturation

R 228 of 255 = 89%
G 245 of 255 = 96%
B 149 of 255 = 58%

228
245
149

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

Portions of RGB colors in percentages

R + G + B =
228 + 245 + 149 = 622 (100%)
R 228 of 622 ~ 36.66%
G 245 of 622 ~ 39.39%
B 149 of 622 ~ 23.95%

%36.66
%39.39
%23.95

CMYK color model

#E4F595 color CMYK value is (7,0,39,4).

  • cyan value is 6.94%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 3.92%
CMYK:
(7,0,39,4)
C7M0Y39K4 
(7%,0%,39%,4%)
(0.07/0.00/0.39/0.04)	

CMYK percentages

%6.94
%0
%39.18
%3.92

Codes

Color #E4F595 in popluar color models

E4F595
RGB228245149
HSL71°82.76%77.25%
HSB/HSV71°39.18%96.08%
CMYK6.94%0.00%39.18%
3.92%

Color #E4F595 in popluar number systems.

HEXE4F595
Decimal228245149
Binary111001001111010110010101
Octal344365225

Shades and tints

Shades of #E4F595

#E4F595
(228,245,149)
#D0DF88
(208,223,136)
#BCC97B
(188,201,123)
#A8B36E
(168,179,110)
#949D61
(148,157,97)
#808754
(128,135,84)
#6C7147
(108,113,71)
#585B3A
(88,91,58)
#44452D
(68,69,45)
#302F20
(48,47,32)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #E4F595

#E4F595
(228,245,149)
#E6F59E
(230,245,158)
#E8F5A7
(232,245,167)
#EAF5B0
(234,245,176)
#ECF5B9
(236,245,185)
#EEF5C2
(238,245,194)
#F0F5CB
(240,245,203)
#F2F5D4
(242,245,212)
#F4F5DD
(244,245,221)
#F6F5E6
(246,245,230)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F595 color. Also use rgb(228,245,149) instead hex code.

Text Font Color

.myTextColor { color: #E4F595; }

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

This text font color is #E4F595.


Background Color

.myBgColor { background-color: #E4F595; }

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

This div background color is #E4F595.


Border color

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

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

This div border color is #E4F595.


Opacity

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

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

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

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

This text has shadow with #E4F595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F595 on black background.


Color preview on white background

This text has color #E4F595 on white background.



Black color preview on #E4F595 background

This text has black color on #E4F595 background.


White color preview on #E4F595 background

This text has white color on #E4F595 background.