COLOR #E5F541

HEX: #E5F541
RGB: (229,245,65)

Renk bilgisi

#E5F541 contains mainly red and green colors. #E5F541 ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#E5F541 color RGB value is (229,245,65).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 245 of 255 = 96%
B 65 of 255 = 25%

229
245
65

R + G + B ~ 70%. #E5F541 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 245 + 65 = 539 (100%)
R 229 of 539 ~ 42.49%
G 245 of 539 ~ 45.45%
B 65 of 539 ~ 12.06%

%42.49
%45.45
%12.06

CMYK RENK MODELİ

#E5F541 rengi CMYK tonu (7,0,73,4).

  • camgöbeği tonu 6.53%
  • eflatun tonu 0.00%
  • sarı tonu 73.47%
  • ana renk tonu 3.92%
CMYK:
(7,0,73,4)
C7M0Y73K4 
(7%,0%,73%,4%)
(0.07/0.00/0.73/0.04)	

CMYK yüzdeleri

%6.53
%0
%73.47
%3.92

Codes

Color #E5F541 in popluar color models

E5F541
RGB22924565
HSL65°90.00%60.78%
HSB/HSV65°73.47%96.08%
CMYK6.53%0.00%73.47%
3.92%

Color #E5F541 in popluar number systems.

HEXE5F541
Decimal22924565
Binary11100101111101011000001
Octal345365101

Shades and tints

Shades of #E5F541

#E5F541
(229,245,65)
#D1DF3C
(209,223,60)
#BDC937
(189,201,55)
#A9B332
(169,179,50)
#959D2D
(149,157,45)
#818728
(129,135,40)
#6D7123
(109,113,35)
#595B1E
(89,91,30)
#454519
(69,69,25)
#312F14
(49,47,20)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #E5F541

#E5F541
(229,245,65)
#E7F552
(231,245,82)
#E9F563
(233,245,99)
#EBF574
(235,245,116)
#EDF585
(237,245,133)
#EFF596
(239,245,150)
#F1F5A7
(241,245,167)
#F3F5B8
(243,245,184)
#F5F5C9
(245,245,201)
#F7F5DA
(247,245,218)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F541; }

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

This text font color is #E5F541.


Background Color

.myBgColor { background-color: #E5F541; }

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

This div background color is #E5F541.


Border color

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

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

This div border color is #E5F541.


Opacity

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

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

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

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

This text has shadow with #E5F541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F541 on black background.


Color preview on white background

This text has color #E5F541 on white background.



Black color preview on #E5F541 background

This text has black color on #E5F541 background.


White color preview on #E5F541 background

This text has white color on #E5F541 background.