COLOR #E4FB90

HEX: #E4FB90
RGB: (228,251,144)

Color info

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

RGB color model

#E4FB90 color RGB value is (228,251,144).

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

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 144 of 255 = 56%

228
251
144

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

Portions of RGB colors in percentages

R + G + B =
228 + 251 + 144 = 623 (100%)
R 228 of 623 ~ 36.6%
G 251 of 623 ~ 40.29%
B 144 of 623 ~ 23.11%

%36.6
%40.29
%23.11

CMYK color model

#E4FB90 color CMYK value is (9,0,43,2).

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 42.63%
  • key color value is 1.57%
CMYK:
(9,0,43,2)
C9M0Y43K2 
(9%,0%,43%,2%)
(0.09/0.00/0.43/0.02)	

CMYK percentages

%9.16
%0
%42.63
%1.57

Codes

Color #E4FB90 in popluar color models

E4FB90
RGB228251144
HSL73°93.04%77.45%
HSB/HSV73°42.63%98.43%
CMYK9.16%0.00%42.63%
1.57%

Color #E4FB90 in popluar number systems.

HEXE4FB90
Decimal228251144
Binary111001001111101110010000
Octal344373220

Shades and tints

Shades of #E4FB90

#E4FB90
(228,251,144)
#D0E583
(208,229,131)
#BCCF76
(188,207,118)
#A8B969
(168,185,105)
#94A35C
(148,163,92)
#808D4F
(128,141,79)
#6C7742
(108,119,66)
#586135
(88,97,53)
#444B28
(68,75,40)
#30351B
(48,53,27)
#1C1F0E
(28,31,14)
#000000
(0,0,0)

Tints of #E4FB90

#E4FB90
(228,251,144)
#E6FB9A
(230,251,154)
#E8FBA4
(232,251,164)
#EAFBAE
(234,251,174)
#ECFBB8
(236,251,184)
#EEFBC2
(238,251,194)
#F0FBCC
(240,251,204)
#F2FBD6
(242,251,214)
#F4FBE0
(244,251,224)
#F6FBEA
(246,251,234)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FB90; }

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

This text font color is #E4FB90.


Background Color

.myBgColor { background-color: #E4FB90; }

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

This div background color is #E4FB90.


Border color

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

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

This div border color is #E4FB90.


Opacity

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

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

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

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

This text has shadow with #E4FB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FB90 on black background.


Color preview on white background

This text has color #E4FB90 on white background.



Black color preview on #E4FB90 background

This text has black color on #E4FB90 background.


White color preview on #E4FB90 background

This text has white color on #E4FB90 background.