COLOR #E4F476

HEX: #E4F476
RGB: (228,244,118)

Color info

#E4F476 contains mainly red and green colors. Web safe color of #E4F476 is #CCFF66 (or #CF6).

RGB color model

#E4F476 color RGB value is (228,244,118).

  • red value is 228;
  • green value is 244;
  • blue value is 118.
RGB:
(228,244,118)
(89%,96%,46%)

RGB channels and saturation

R 228 of 255 = 89%
G 244 of 255 = 96%
B 118 of 255 = 46%

228
244
118

R + G + B ~ 77%. #E4F476 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 244 + 118 = 590 (100%)
R 228 of 590 ~ 38.64%
G 244 of 590 ~ 41.36%
B 118 of 590 ~ 20%

%38.64
%41.36
%20

CMYK color model

#E4F476 color CMYK value is (7,0,52,4).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 51.64%
  • key color value is 4.31%
CMYK:
(7,0,52,4)
C7M0Y52K4 
(7%,0%,52%,4%)
(0.07/0.00/0.52/0.04)	

CMYK percentages

%6.56
%0
%51.64
%4.31

Codes

Color #E4F476 in popluar color models

E4F476
RGB228244118
HSL68°85.14%70.98%
HSB/HSV68°51.64%95.69%
CMYK6.56%0.00%51.64%
4.31%

Color #E4F476 in popluar number systems.

HEXE4F476
Decimal228244118
Binary11100100111101001110110
Octal344364166

Shades and tints

Shades of #E4F476

#E4F476
(228,244,118)
#D0DE6C
(208,222,108)
#BCC862
(188,200,98)
#A8B258
(168,178,88)
#949C4E
(148,156,78)
#808644
(128,134,68)
#6C703A
(108,112,58)
#585A30
(88,90,48)
#444426
(68,68,38)
#302E1C
(48,46,28)
#1C1812
(28,24,18)
#000000
(0,0,0)

Tints of #E4F476

#E4F476
(228,244,118)
#E6F582
(230,245,130)
#E8F68E
(232,246,142)
#EAF79A
(234,247,154)
#ECF8A6
(236,248,166)
#EEF9B2
(238,249,178)
#F0FABE
(240,250,190)
#F2FBCA
(242,251,202)
#F4FCD6
(244,252,214)
#F6FDE2
(246,253,226)
#F8FEEE
(248,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F476 color. Also use rgb(228,244,118) instead hex code.

Text Font Color

.myTextColor { color: #E4F476; }

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

This text font color is #E4F476.


Background Color

.myBgColor { background-color: #E4F476; }

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

This div background color is #E4F476.


Border color

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

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

This div border color is #E4F476.


Opacity

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

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

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

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

This text has shadow with #E4F476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F476 on black background.


Color preview on white background

This text has color #E4F476 on white background.



Black color preview on #E4F476 background

This text has black color on #E4F476 background.


White color preview on #E4F476 background

This text has white color on #E4F476 background.