COLOR #E4F38E

HEX: #E4F38E
RGB: (228,243,142)

Renk bilgisi

#E4F38E contains mainly red and green colors. #E4F38E ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#E4F38E color RGB value is (228,243,142).

  • kırmız ton 228;
  • yeşil ton 243;
  • mavi ton 142.
RGB:
(228,243,142)
(89%,95%,56%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 243 of 255 = 95%
B 142 of 255 = 56%

228
243
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 243 + 142 = 613 (100%)
R 228 of 613 ~ 37.19%
G 243 of 613 ~ 39.64%
B 142 of 613 ~ 23.16%

%37.19
%39.64
%23.16

CMYK RENK MODELİ

#E4F38E rengi CMYK tonu (6,0,42,5).

  • camgöbeği tonu 6.17%
  • eflatun tonu 0.00%
  • sarı tonu 41.56%
  • ana renk tonu 4.71%
CMYK:
(6,0,42,5)
C6M0Y42K5 
(6%,0%,42%,5%)
(0.06/0.00/0.42/0.05)	

CMYK yüzdeleri

%6.17
%0
%41.56
%4.71

Codes

Color #E4F38E in popluar color models

E4F38E
RGB228243142
HSL69°80.80%75.49%
HSB/HSV69°41.56%95.29%
CMYK6.17%0.00%41.56%
4.71%

Color #E4F38E in popluar number systems.

HEXE4F38E
Decimal228243142
Binary111001001111001110001110
Octal344363216

Shades and tints

Shades of #E4F38E

#E4F38E
(228,243,142)
#D0DD82
(208,221,130)
#BCC776
(188,199,118)
#A8B16A
(168,177,106)
#949B5E
(148,155,94)
#808552
(128,133,82)
#6C6F46
(108,111,70)
#58593A
(88,89,58)
#44432E
(68,67,46)
#302D22
(48,45,34)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #E4F38E

#E4F38E
(228,243,142)
#E6F498
(230,244,152)
#E8F5A2
(232,245,162)
#EAF6AC
(234,246,172)
#ECF7B6
(236,247,182)
#EEF8C0
(238,248,192)
#F0F9CA
(240,249,202)
#F2FAD4
(242,250,212)
#F4FBDE
(244,251,222)
#F6FCE8
(246,252,232)
#F8FDF2
(248,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F38E color. Also use rgb(228,243,142) instead hex code.

Text Font Color

.myTextColor { color: #E4F38E; }

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

This text font color is #E4F38E.


Background Color

.myBgColor { background-color: #E4F38E; }

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

This div background color is #E4F38E.


Border color

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

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

This div border color is #E4F38E.


Opacity

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

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

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

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

This text has shadow with #E4F38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F38E on black background.


Color preview on white background

This text has color #E4F38E on white background.



Black color preview on #E4F38E background

This text has black color on #E4F38E background.


White color preview on #E4F38E background

This text has white color on #E4F38E background.