COLOR #E5F67F

HEX: #E5F67F
RGB: (229,246,127)

Color info

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

RGB color model

#E5F67F color RGB value is (229,246,127).

  • red value is 229;
  • green value is 246;
  • blue value is 127.
RGB:
(229,246,127)
(90%,96%,50%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 127 of 255 = 50%

229
246
127

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

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 127 = 602 (100%)
R 229 of 602 ~ 38.04%
G 246 of 602 ~ 40.86%
B 127 of 602 ~ 21.1%

%38.04
%40.86
%21.1

CMYK color model

#E5F67F color CMYK value is (7,0,48,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 48.37%
  • key color value is 3.53%
CMYK:
(7,0,48,4)
C7M0Y48K4 
(7%,0%,48%,4%)
(0.07/0.00/0.48/0.04)	

CMYK percentages

%6.91
%0
%48.37
%3.53

Codes

Color #E5F67F in popluar color models

E5F67F
RGB229246127
HSL69°86.86%73.14%
HSB/HSV69°48.37%96.47%
CMYK6.91%0.00%48.37%
3.53%

Color #E5F67F in popluar number systems.

HEXE5F67F
Decimal229246127
Binary11100101111101101111111
Octal345366177

Shades and tints

Shades of #E5F67F

#E5F67F
(229,246,127)
#D1E074
(209,224,116)
#BDCA69
(189,202,105)
#A9B45E
(169,180,94)
#959E53
(149,158,83)
#818848
(129,136,72)
#6D723D
(109,114,61)
#595C32
(89,92,50)
#454627
(69,70,39)
#31301C
(49,48,28)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #E5F67F

#E5F67F
(229,246,127)
#E7F68A
(231,246,138)
#E9F695
(233,246,149)
#EBF6A0
(235,246,160)
#EDF6AB
(237,246,171)
#EFF6B6
(239,246,182)
#F1F6C1
(241,246,193)
#F3F6CC
(243,246,204)
#F5F6D7
(245,246,215)
#F7F6E2
(247,246,226)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F67F color. Also use rgb(229,246,127) instead hex code.

Text Font Color

.myTextColor { color: #E5F67F; }

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

This text font color is #E5F67F.


Background Color

.myBgColor { background-color: #E5F67F; }

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

This div background color is #E5F67F.


Border color

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

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

This div border color is #E5F67F.


Opacity

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

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

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

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

This text has shadow with #E5F67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F67F on black background.


Color preview on white background

This text has color #E5F67F on white background.



Black color preview on #E5F67F background

This text has black color on #E5F67F background.


White color preview on #E5F67F background

This text has white color on #E5F67F background.