COLOR #E4F390

HEX: #E4F390
RGB: (228,243,144)

Color info

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

RGB color model

#E4F390 color RGB value is (228,243,144).

  • red value is 228;
  • green value is 243;
  • blue value is 144.
RGB:
(228,243,144)
(89%,95%,56%)

RGB channels and saturation

R 228 of 255 = 89%
G 243 of 255 = 95%
B 144 of 255 = 56%

228
243
144

R + G + B ~ 80%. #E4F390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 243 + 144 = 615 (100%)
R 228 of 615 ~ 37.07%
G 243 of 615 ~ 39.51%
B 144 of 615 ~ 23.41%

%37.07
%39.51
%23.41

CMYK color model

#E4F390 color CMYK value is (6,0,41,5).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 4.71%
CMYK:
(6,0,41,5)
C6M0Y41K5 
(6%,0%,41%,5%)
(0.06/0.00/0.41/0.05)	

CMYK percentages

%6.17
%0
%40.74
%4.71

Codes

Color #E4F390 in popluar color models

E4F390
RGB228243144
HSL69°80.49%75.88%
HSB/HSV69°40.74%95.29%
CMYK6.17%0.00%40.74%
4.71%

Color #E4F390 in popluar number systems.

HEXE4F390
Decimal228243144
Binary111001001111001110010000
Octal344363220

Shades and tints

Shades of #E4F390

#E4F390
(228,243,144)
#D0DD83
(208,221,131)
#BCC776
(188,199,118)
#A8B169
(168,177,105)
#949B5C
(148,155,92)
#80854F
(128,133,79)
#6C6F42
(108,111,66)
#585935
(88,89,53)
#444328
(68,67,40)
#302D1B
(48,45,27)
#1C170E
(28,23,14)
#000000
(0,0,0)

Tints of #E4F390

#E4F390
(228,243,144)
#E6F49A
(230,244,154)
#E8F5A4
(232,245,164)
#EAF6AE
(234,246,174)
#ECF7B8
(236,247,184)
#EEF8C2
(238,248,194)
#F0F9CC
(240,249,204)
#F2FAD6
(242,250,214)
#F4FBE0
(244,251,224)
#F6FCEA
(246,252,234)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F390 color. Also use rgb(228,243,144) instead hex code.

Text Font Color

.myTextColor { color: #E4F390; }

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

This text font color is #E4F390.


Background Color

.myBgColor { background-color: #E4F390; }

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

This div background color is #E4F390.


Border color

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

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

This div border color is #E4F390.


Opacity

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

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

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

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

This text has shadow with #E4F390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F390 on black background.


Color preview on white background

This text has color #E4F390 on white background.



Black color preview on #E4F390 background

This text has black color on #E4F390 background.


White color preview on #E4F390 background

This text has white color on #E4F390 background.