COLOR #E0F68E

HEX: #E0F68E
RGB: (224,246,142)

Color info

#E0F68E contains mainly red and green colors. Web safe color of #E0F68E is #CCFF99 (or #CF9).

RGB color model

#E0F68E color RGB value is (224,246,142).

  • red value is 224;
  • green value is 246;
  • blue value is 142.
RGB:
(224,246,142)
(88%,96%,56%)

RGB channels and saturation

R 224 of 255 = 88%
G 246 of 255 = 96%
B 142 of 255 = 56%

224
246
142

R + G + B ~ 80%. #E0F68E is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 246 + 142 = 612 (100%)
R 224 of 612 ~ 36.6%
G 246 of 612 ~ 40.2%
B 142 of 612 ~ 23.2%

%36.6
%40.2
%23.2

CMYK color model

#E0F68E color CMYK value is (9,0,42,4).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 42.28%
  • key color value is 3.53%
CMYK:
(9,0,42,4)
C9M0Y42K4 
(9%,0%,42%,4%)
(0.09/0.00/0.42/0.04)	

CMYK percentages

%8.94
%0
%42.28
%3.53

Codes

Color #E0F68E in popluar color models

E0F68E
RGB224246142
HSL73°85.25%76.08%
HSB/HSV73°42.28%96.47%
CMYK8.94%0.00%42.28%
3.53%

Color #E0F68E in popluar number systems.

HEXE0F68E
Decimal224246142
Binary111000001111011010001110
Octal340366216

Shades and tints

Shades of #E0F68E

#E0F68E
(224,246,142)
#CCE082
(204,224,130)
#B8CA76
(184,202,118)
#A4B46A
(164,180,106)
#909E5E
(144,158,94)
#7C8852
(124,136,82)
#687246
(104,114,70)
#545C3A
(84,92,58)
#40462E
(64,70,46)
#2C3022
(44,48,34)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #E0F68E

#E0F68E
(224,246,142)
#E2F698
(226,246,152)
#E4F6A2
(228,246,162)
#E6F6AC
(230,246,172)
#E8F6B6
(232,246,182)
#EAF6C0
(234,246,192)
#ECF6CA
(236,246,202)
#EEF6D4
(238,246,212)
#F0F6DE
(240,246,222)
#F2F6E8
(242,246,232)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F68E color. Also use rgb(224,246,142) instead hex code.

Text Font Color

.myTextColor { color: #E0F68E; }

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

This text font color is #E0F68E.


Background Color

.myBgColor { background-color: #E0F68E; }

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

This div background color is #E0F68E.


Border color

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

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

This div border color is #E0F68E.


Opacity

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

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

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

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

This text has shadow with #E0F68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F68E on black background.


Color preview on white background

This text has color #E0F68E on white background.



Black color preview on #E0F68E background

This text has black color on #E0F68E background.


White color preview on #E0F68E background

This text has white color on #E0F68E background.