COLOR #E8F480

HEX: #E8F480
RGB: (232,244,128)

Color info

#E8F480 contains mainly red and green colors. Web safe color of #E8F480 is #FFFF66 (or #FF6).

RGB color model

#E8F480 color RGB value is (232,244,128).

  • red value is 232;
  • green value is 244;
  • blue value is 128.
RGB:
(232,244,128)
(91%,96%,50%)

RGB channels and saturation

R 232 of 255 = 91%
G 244 of 255 = 96%
B 128 of 255 = 50%

232
244
128

R + G + B ~ 79%. #E8F480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 244 + 128 = 604 (100%)
R 232 of 604 ~ 38.41%
G 244 of 604 ~ 40.4%
B 128 of 604 ~ 21.19%

%38.41
%40.4
%21.19

CMYK color model

#E8F480 color CMYK value is (5,0,48,4).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 4.31%
CMYK:
(5,0,48,4)
C5M0Y48K4 
(5%,0%,48%,4%)
(0.05/0.00/0.48/0.04)	

CMYK percentages

%4.92
%0
%47.54
%4.31

Codes

Color #E8F480 in popluar color models

E8F480
RGB232244128
HSL66°84.06%72.94%
HSB/HSV66°47.54%95.69%
CMYK4.92%0.00%47.54%
4.31%

Color #E8F480 in popluar number systems.

HEXE8F480
Decimal232244128
Binary111010001111010010000000
Octal350364200

Shades and tints

Shades of #E8F480

#E8F480
(232,244,128)
#D3DE75
(211,222,117)
#BEC86A
(190,200,106)
#A9B25F
(169,178,95)
#949C54
(148,156,84)
#7F8649
(127,134,73)
#6A703E
(106,112,62)
#555A33
(85,90,51)
#404428
(64,68,40)
#2B2E1D
(43,46,29)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #E8F480

#E8F480
(232,244,128)
#EAF58B
(234,245,139)
#ECF696
(236,246,150)
#EEF7A1
(238,247,161)
#F0F8AC
(240,248,172)
#F2F9B7
(242,249,183)
#F4FAC2
(244,250,194)
#F6FBCD
(246,251,205)
#F8FCD8
(248,252,216)
#FAFDE3
(250,253,227)
#FCFEEE
(252,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F480 color. Also use rgb(232,244,128) instead hex code.

Text Font Color

.myTextColor { color: #E8F480; }

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

This text font color is #E8F480.


Background Color

.myBgColor { background-color: #E8F480; }

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

This div background color is #E8F480.


Border color

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

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

This div border color is #E8F480.


Opacity

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

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

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

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

This text has shadow with #E8F480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F480 on black background.


Color preview on white background

This text has color #E8F480 on white background.



Black color preview on #E8F480 background

This text has black color on #E8F480 background.


White color preview on #E8F480 background

This text has white color on #E8F480 background.