COLOR #E4F198

HEX: #E4F198
RGB: (228,241,152)

Renk bilgisi

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

RGB renk modeli

#E4F198 color RGB value is (228,241,152).

  • kırmız ton 228;
  • yeşil ton 241;
  • mavi ton 152.
RGB:
(228,241,152)
(89%,95%,60%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 241 of 255 = 95%
B 152 of 255 = 60%

228
241
152

R + G + B ~ 81%. #E4F198 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 241 + 152 = 621 (100%)
R 228 of 621 ~ 36.71%
G 241 of 621 ~ 38.81%
B 152 of 621 ~ 24.48%

%36.71
%38.81
%24.48

CMYK RENK MODELİ

#E4F198 rengi CMYK tonu (5,0,37,5).

  • camgöbeği tonu 5.39%
  • eflatun tonu 0.00%
  • sarı tonu 36.93%
  • ana renk tonu 5.49%
CMYK:
(5,0,37,5)
C5M0Y37K5 
(5%,0%,37%,5%)
(0.05/0.00/0.37/0.05)	

CMYK yüzdeleri

%5.39
%0
%36.93
%5.49

Codes

Color #E4F198 in popluar color models

E4F198
RGB228241152
HSL69°76.07%77.06%
HSB/HSV69°36.93%94.51%
CMYK5.39%0.00%36.93%
5.49%

Color #E4F198 in popluar number systems.

HEXE4F198
Decimal228241152
Binary111001001111000110011000
Octal344361230

Shades and tints

Shades of #E4F198

#E4F198
(228,241,152)
#D0DC8B
(208,220,139)
#BCC77E
(188,199,126)
#A8B271
(168,178,113)
#949D64
(148,157,100)
#808857
(128,136,87)
#6C734A
(108,115,74)
#585E3D
(88,94,61)
#444930
(68,73,48)
#303423
(48,52,35)
#1C1F16
(28,31,22)
#000000
(0,0,0)

Tints of #E4F198

#E4F198
(228,241,152)
#E6F2A1
(230,242,161)
#E8F3AA
(232,243,170)
#EAF4B3
(234,244,179)
#ECF5BC
(236,245,188)
#EEF6C5
(238,246,197)
#F0F7CE
(240,247,206)
#F2F8D7
(242,248,215)
#F4F9E0
(244,249,224)
#F6FAE9
(246,250,233)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F198 color. Also use rgb(228,241,152) instead hex code.

Text Font Color

.myTextColor { color: #E4F198; }

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

This text font color is #E4F198.


Background Color

.myBgColor { background-color: #E4F198; }

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

This div background color is #E4F198.


Border color

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

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

This div border color is #E4F198.


Opacity

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

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

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

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

This text has shadow with #E4F198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F198 on black background.


Color preview on white background

This text has color #E4F198 on white background.



Black color preview on #E4F198 background

This text has black color on #E4F198 background.


White color preview on #E4F198 background

This text has white color on #E4F198 background.