COLOR #E4FF7D

HEX: #E4FF7D
RGB: (228,255,125)

Color info

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

RGB color model

#E4FF7D color RGB value is (228,255,125).

  • red value is 228;
  • green value is 255;
  • blue value is 125.
RGB:
(228,255,125)
(89%,100%,49%)

RGB channels and saturation

R 228 of 255 = 89%
G 255 of 255 = 100%
B 125 of 255 = 49%

228
255
125

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

Portions of RGB colors in percentages

R + G + B =
228 + 255 + 125 = 608 (100%)
R 228 of 608 ~ 37.5%
G 255 of 608 ~ 41.94%
B 125 of 608 ~ 20.56%

%37.5
%41.94
%20.56

CMYK color model

#E4FF7D color CMYK value is (11,0,51,0).

  • cyan value is 10.59%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 0.00%
CMYK:
(11,0,51,0)
C11M0Y51K0 
(11%,0%,51%,0%)
(0.11/0.00/0.51/0.00)	

CMYK percentages

%10.59
%0
%50.98
%0

Codes

Color #E4FF7D in popluar color models

E4FF7D
RGB228255125
HSL72°100.00%74.51%
HSB/HSV72°50.98%100.00%
CMYK10.59%0.00%50.98%
0.00%

Color #E4FF7D in popluar number systems.

HEXE4FF7D
Decimal228255125
Binary11100100111111111111101
Octal344377175

Shades and tints

Shades of #E4FF7D

#E4FF7D
(228,255,125)
#D0E872
(208,232,114)
#BCD167
(188,209,103)
#A8BA5C
(168,186,92)
#94A351
(148,163,81)
#808C46
(128,140,70)
#6C753B
(108,117,59)
#585E30
(88,94,48)
#444725
(68,71,37)
#30301A
(48,48,26)
#1C190F
(28,25,15)
#000000
(0,0,0)

Tints of #E4FF7D

#E4FF7D
(228,255,125)
#E6FF88
(230,255,136)
#E8FF93
(232,255,147)
#EAFF9E
(234,255,158)
#ECFFA9
(236,255,169)
#EEFFB4
(238,255,180)
#F0FFBF
(240,255,191)
#F2FFCA
(242,255,202)
#F4FFD5
(244,255,213)
#F6FFE0
(246,255,224)
#F8FFEB
(248,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FF7D color. Also use rgb(228,255,125) instead hex code.

Text Font Color

.myTextColor { color: #E4FF7D; }

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

This text font color is #E4FF7D.


Background Color

.myBgColor { background-color: #E4FF7D; }

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

This div background color is #E4FF7D.


Border color

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

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

This div border color is #E4FF7D.


Opacity

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

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

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

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

This text has shadow with #E4FF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FF7D on black background.


Color preview on white background

This text has color #E4FF7D on white background.



Black color preview on #E4FF7D background

This text has black color on #E4FF7D background.


White color preview on #E4FF7D background

This text has white color on #E4FF7D background.