COLOR #E5F57E

HEX: #E5F57E
RGB: (229,245,126)

Renk bilgisi

#E5F57E contains mainly red and green colors. #E5F57E ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#E5F57E color RGB value is (229,245,126).

  • kırmız ton 229;
  • yeşil ton 245;
  • mavi ton 126.
RGB:
(229,245,126)
(90%,96%,49%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 245 of 255 = 96%
B 126 of 255 = 49%

229
245
126

R + G + B ~ 78%. #E5F57E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 245 + 126 = 600 (100%)
R 229 of 600 ~ 38.17%
G 245 of 600 ~ 40.83%
B 126 of 600 ~ 21%

%38.17
%40.83
%21

CMYK RENK MODELİ

#E5F57E rengi CMYK tonu (7,0,49,4).

  • camgöbeği tonu 6.53%
  • eflatun tonu 0.00%
  • sarı tonu 48.57%
  • ana renk tonu 3.92%
CMYK:
(7,0,49,4)
C7M0Y49K4 
(7%,0%,49%,4%)
(0.07/0.00/0.49/0.04)	

CMYK yüzdeleri

%6.53
%0
%48.57
%3.92

Codes

Color #E5F57E in popluar color models

E5F57E
RGB229245126
HSL68°85.61%72.75%
HSB/HSV68°48.57%96.08%
CMYK6.53%0.00%48.57%
3.92%

Color #E5F57E in popluar number systems.

HEXE5F57E
Decimal229245126
Binary11100101111101011111110
Octal345365176

Shades and tints

Shades of #E5F57E

#E5F57E
(229,245,126)
#D1DF73
(209,223,115)
#BDC968
(189,201,104)
#A9B35D
(169,179,93)
#959D52
(149,157,82)
#818747
(129,135,71)
#6D713C
(109,113,60)
#595B31
(89,91,49)
#454526
(69,69,38)
#312F1B
(49,47,27)
#1D1910
(29,25,16)
#000000
(0,0,0)

Tints of #E5F57E

#E5F57E
(229,245,126)
#E7F589
(231,245,137)
#E9F594
(233,245,148)
#EBF59F
(235,245,159)
#EDF5AA
(237,245,170)
#EFF5B5
(239,245,181)
#F1F5C0
(241,245,192)
#F3F5CB
(243,245,203)
#F5F5D6
(245,245,214)
#F7F5E1
(247,245,225)
#F9F5EC
(249,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F57E color. Also use rgb(229,245,126) instead hex code.

Text Font Color

.myTextColor { color: #E5F57E; }

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

This text font color is #E5F57E.


Background Color

.myBgColor { background-color: #E5F57E; }

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

This div background color is #E5F57E.


Border color

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

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

This div border color is #E5F57E.


Opacity

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

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

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

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

This text has shadow with #E5F57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F57E on black background.


Color preview on white background

This text has color #E5F57E on white background.



Black color preview on #E5F57E background

This text has black color on #E5F57E background.


White color preview on #E5F57E background

This text has white color on #E5F57E background.