COLOR #E5F288

HEX: #E5F288
RGB: (229,242,136)

Renk bilgisi

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

RGB renk modeli

#E5F288 color RGB value is (229,242,136).

  • kırmız ton 229;
  • yeşil ton 242;
  • mavi ton 136.
RGB:
(229,242,136)
(90%,95%,53%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 242 of 255 = 95%
B 136 of 255 = 53%

229
242
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 242 + 136 = 607 (100%)
R 229 of 607 ~ 37.73%
G 242 of 607 ~ 39.87%
B 136 of 607 ~ 22.41%

%37.73
%39.87
%22.41

CMYK RENK MODELİ

#E5F288 rengi CMYK tonu (5,0,44,5).

  • camgöbeği tonu 5.37%
  • eflatun tonu 0.00%
  • sarı tonu 43.80%
  • ana renk tonu 5.10%
CMYK:
(5,0,44,5)
C5M0Y44K5 
(5%,0%,44%,5%)
(0.05/0.00/0.44/0.05)	

CMYK yüzdeleri

%5.37
%0
%43.8
%5.1

Codes

Color #E5F288 in popluar color models

E5F288
RGB229242136
HSL67°80.30%74.12%
HSB/HSV67°43.80%94.90%
CMYK5.37%0.00%43.80%
5.10%

Color #E5F288 in popluar number systems.

HEXE5F288
Decimal229242136
Binary111001011111001010001000
Octal345362210

Shades and tints

Shades of #E5F288

#E5F288
(229,242,136)
#D1DC7C
(209,220,124)
#BDC670
(189,198,112)
#A9B064
(169,176,100)
#959A58
(149,154,88)
#81844C
(129,132,76)
#6D6E40
(109,110,64)
#595834
(89,88,52)
#454228
(69,66,40)
#312C1C
(49,44,28)
#1D1610
(29,22,16)
#000000
(0,0,0)

Tints of #E5F288

#E5F288
(229,242,136)
#E7F392
(231,243,146)
#E9F49C
(233,244,156)
#EBF5A6
(235,245,166)
#EDF6B0
(237,246,176)
#EFF7BA
(239,247,186)
#F1F8C4
(241,248,196)
#F3F9CE
(243,249,206)
#F5FAD8
(245,250,216)
#F7FBE2
(247,251,226)
#F9FCEC
(249,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F288 color. Also use rgb(229,242,136) instead hex code.

Text Font Color

.myTextColor { color: #E5F288; }

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

This text font color is #E5F288.


Background Color

.myBgColor { background-color: #E5F288; }

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

This div background color is #E5F288.


Border color

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

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

This div border color is #E5F288.


Opacity

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

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

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

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

This text has shadow with #E5F288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F288 on black background.


Color preview on white background

This text has color #E5F288 on white background.



Black color preview on #E5F288 background

This text has black color on #E5F288 background.


White color preview on #E5F288 background

This text has white color on #E5F288 background.