COLOR #E5FF5F

HEX: #E5FF5F
RGB: (229,255,95)

Color info

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

RGB color model

#E5FF5F color RGB value is (229,255,95).

  • red value is 229;
  • green value is 255;
  • blue value is 95.
RGB:
(229,255,95)
(90%,100%,37%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 95 of 255 = 37%

229
255
95

R + G + B ~ 76%. #E5FF5F is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 95 = 579 (100%)
R 229 of 579 ~ 39.55%
G 255 of 579 ~ 44.04%
B 95 of 579 ~ 16.41%

%39.55
%44.04
%16.41

CMYK color model

#E5FF5F color CMYK value is (10,0,63,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 0.00%
CMYK:
(10,0,63,0)
C10M0Y63K0 
(10%,0%,63%,0%)
(0.10/0.00/0.63/0.00)	

CMYK percentages

%10.2
%0
%62.75
%0

Codes

Color #E5FF5F in popluar color models

E5FF5F
RGB22925595
HSL70°100.00%68.63%
HSB/HSV70°62.75%100.00%
CMYK10.20%0.00%62.75%
0.00%

Color #E5FF5F in popluar number systems.

HEXE5FF5F
Decimal22925595
Binary11100101111111111011111
Octal345377137

Shades and tints

Shades of #E5FF5F

#E5FF5F
(229,255,95)
#D1E857
(209,232,87)
#BDD14F
(189,209,79)
#A9BA47
(169,186,71)
#95A33F
(149,163,63)
#818C37
(129,140,55)
#6D752F
(109,117,47)
#595E27
(89,94,39)
#45471F
(69,71,31)
#313017
(49,48,23)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #E5FF5F

#E5FF5F
(229,255,95)
#E7FF6D
(231,255,109)
#E9FF7B
(233,255,123)
#EBFF89
(235,255,137)
#EDFF97
(237,255,151)
#EFFFA5
(239,255,165)
#F1FFB3
(241,255,179)
#F3FFC1
(243,255,193)
#F5FFCF
(245,255,207)
#F7FFDD
(247,255,221)
#F9FFEB
(249,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FF5F color. Also use rgb(229,255,95) instead hex code.

Text Font Color

.myTextColor { color: #E5FF5F; }

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

This text font color is #E5FF5F.


Background Color

.myBgColor { background-color: #E5FF5F; }

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

This div background color is #E5FF5F.


Border color

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

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

This div border color is #E5FF5F.


Opacity

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

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

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

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

This text has shadow with #E5FF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FF5F on black background.


Color preview on white background

This text has color #E5FF5F on white background.



Black color preview on #E5FF5F background

This text has black color on #E5FF5F background.


White color preview on #E5FF5F background

This text has white color on #E5FF5F background.