COLOR #E2FD79

HEX: #E2FD79
RGB: (226,253,121)

Color info

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

RGB color model

#E2FD79 color RGB value is (226,253,121).

  • red value is 226;
  • green value is 253;
  • blue value is 121.
RGB:
(226,253,121)
(89%,99%,47%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 121 of 255 = 47%

226
253
121

R + G + B ~ 78%. #E2FD79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 253 + 121 = 600 (100%)
R 226 of 600 ~ 37.67%
G 253 of 600 ~ 42.17%
B 121 of 600 ~ 20.17%

%37.67
%42.17
%20.17

CMYK color model

#E2FD79 color CMYK value is (11,0,52,1).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 0.78%
CMYK:
(11,0,52,1)
C11M0Y52K1 
(11%,0%,52%,1%)
(0.11/0.00/0.52/0.01)	

CMYK percentages

%10.67
%0
%52.17
%0.78

Codes

Color #E2FD79 in popluar color models

E2FD79
RGB226253121
HSL72°97.06%73.33%
HSB/HSV72°52.17%99.22%
CMYK10.67%0.00%52.17%
0.78%

Color #E2FD79 in popluar number systems.

HEXE2FD79
Decimal226253121
Binary11100010111111011111001
Octal342375171

Shades and tints

Shades of #E2FD79

#E2FD79
(226,253,121)
#CEE66E
(206,230,110)
#BACF63
(186,207,99)
#A6B858
(166,184,88)
#92A14D
(146,161,77)
#7E8A42
(126,138,66)
#6A7337
(106,115,55)
#565C2C
(86,92,44)
#424521
(66,69,33)
#2E2E16
(46,46,22)
#1A170B
(26,23,11)
#000000
(0,0,0)

Tints of #E2FD79

#E2FD79
(226,253,121)
#E4FD85
(228,253,133)
#E6FD91
(230,253,145)
#E8FD9D
(232,253,157)
#EAFDA9
(234,253,169)
#ECFDB5
(236,253,181)
#EEFDC1
(238,253,193)
#F0FDCD
(240,253,205)
#F2FDD9
(242,253,217)
#F4FDE5
(244,253,229)
#F6FDF1
(246,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FD79 color. Also use rgb(226,253,121) instead hex code.

Text Font Color

.myTextColor { color: #E2FD79; }

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

This text font color is #E2FD79.


Background Color

.myBgColor { background-color: #E2FD79; }

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

This div background color is #E2FD79.


Border color

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

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

This div border color is #E2FD79.


Opacity

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

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

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

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

This text has shadow with #E2FD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FD79 on black background.


Color preview on white background

This text has color #E2FD79 on white background.



Black color preview on #E2FD79 background

This text has black color on #E2FD79 background.


White color preview on #E2FD79 background

This text has white color on #E2FD79 background.