COLOR #E5FD13

HEX: #E5FD13
RGB: (229,253,19)

Color info

#E5FD13 contains mainly red and green colors. Web safe color of #E5FD13 is #CCFF00 (or #CF0).

RGB color model

#E5FD13 color RGB value is (229,253,19).

  • red value is 229;
  • green value is 253;
  • blue value is 19.
RGB:
(229,253,19)
(90%,99%,7%)

RGB channels and saturation

R 229 of 255 = 90%
G 253 of 255 = 99%
B 19 of 255 = 7%

229
253
19

R + G + B ~ 65%. #E5FD13 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 253 + 19 = 501 (100%)
R 229 of 501 ~ 45.71%
G 253 of 501 ~ 50.5%
B 19 of 501 ~ 3.79%

%45.71
%50.5

CMYK color model

#E5FD13 color CMYK value is (9,0,92,1).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 92.49%
  • key color value is 0.78%
CMYK:
(9,0,92,1)
C9M0Y92K1 
(9%,0%,92%,1%)
(0.09/0.00/0.92/0.01)	

CMYK percentages

%9.49
%0
%92.49
%0.78

Codes

Color #E5FD13 in popluar color models

E5FD13
RGB22925319
HSL66°98.32%53.33%
HSB/HSV66°92.49%99.22%
CMYK9.49%0.00%92.49%
0.78%

Color #E5FD13 in popluar number systems.

HEXE5FD13
Decimal22925319
Binary111001011111110110011
Octal34537523

Shades and tints

Shades of #E5FD13

#E5FD13
(229,253,19)
#D1E612
(209,230,18)
#BDCF11
(189,207,17)
#A9B810
(169,184,16)
#95A10F
(149,161,15)
#818A0E
(129,138,14)
#6D730D
(109,115,13)
#595C0C
(89,92,12)
#45450B
(69,69,11)
#312E0A
(49,46,10)
#1D1709
(29,23,9)
#000000
(0,0,0)

Tints of #E5FD13

#E5FD13
(229,253,19)
#E7FD28
(231,253,40)
#E9FD3D
(233,253,61)
#EBFD52
(235,253,82)
#EDFD67
(237,253,103)
#EFFD7C
(239,253,124)
#F1FD91
(241,253,145)
#F3FDA6
(243,253,166)
#F5FDBB
(245,253,187)
#F7FDD0
(247,253,208)
#F9FDE5
(249,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FD13 color. Also use rgb(229,253,19) instead hex code.

Text Font Color

.myTextColor { color: #E5FD13; }

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

This text font color is #E5FD13.


Background Color

.myBgColor { background-color: #E5FD13; }

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

This div background color is #E5FD13.


Border color

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

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

This div border color is #E5FD13.


Opacity

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

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

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

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

This text has shadow with #E5FD13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FD13 on black background.


Color preview on white background

This text has color #E5FD13 on white background.



Black color preview on #E5FD13 background

This text has black color on #E5FD13 background.


White color preview on #E5FD13 background

This text has white color on #E5FD13 background.