COLOR #E5FF61

HEX: #E5FF61
RGB: (229,255,97)

Renk bilgisi

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

RGB renk modeli

#E5FF61 color RGB value is (229,255,97).

  • kırmız ton 229;
  • yeşil ton 255;
  • mavi ton 97.
RGB:
(229,255,97)
(90%,100%,38%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 255 of 255 = 100%
B 97 of 255 = 38%

229
255
97

R + G + B ~ 76%. #E5FF61 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 255 + 97 = 581 (100%)
R 229 of 581 ~ 39.41%
G 255 of 581 ~ 43.89%
B 97 of 581 ~ 16.7%

%39.41
%43.89
%16.7

CMYK RENK MODELİ

#E5FF61 rengi CMYK tonu (10,0,62,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 0.00%
  • sarı tonu 61.96%
  • ana renk tonu 0.00%
CMYK:
(10,0,62,0)
C10M0Y62K0 
(10%,0%,62%,0%)
(0.10/0.00/0.62/0.00)	

CMYK yüzdeleri

%10.2
%0
%61.96
%0

Codes

Color #E5FF61 in popluar color models

E5FF61
RGB22925597
HSL70°100.00%69.02%
HSB/HSV70°61.96%100.00%
CMYK10.20%0.00%61.96%
0.00%

Color #E5FF61 in popluar number systems.

HEXE5FF61
Decimal22925597
Binary11100101111111111100001
Octal345377141

Shades and tints

Shades of #E5FF61

#E5FF61
(229,255,97)
#D1E859
(209,232,89)
#BDD151
(189,209,81)
#A9BA49
(169,186,73)
#95A341
(149,163,65)
#818C39
(129,140,57)
#6D7531
(109,117,49)
#595E29
(89,94,41)
#454721
(69,71,33)
#313019
(49,48,25)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #E5FF61

#E5FF61
(229,255,97)
#E7FF6F
(231,255,111)
#E9FF7D
(233,255,125)
#EBFF8B
(235,255,139)
#EDFF99
(237,255,153)
#EFFFA7
(239,255,167)
#F1FFB5
(241,255,181)
#F3FFC3
(243,255,195)
#F5FFD1
(245,255,209)
#F7FFDF
(247,255,223)
#F9FFED
(249,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FF61 color. Also use rgb(229,255,97) instead hex code.

Text Font Color

.myTextColor { color: #E5FF61; }

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

This text font color is #E5FF61.


Background Color

.myBgColor { background-color: #E5FF61; }

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

This div background color is #E5FF61.


Border color

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

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

This div border color is #E5FF61.


Opacity

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

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

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

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

This text has shadow with #E5FF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FF61 on black background.


Color preview on white background

This text has color #E5FF61 on white background.



Black color preview on #E5FF61 background

This text has black color on #E5FF61 background.


White color preview on #E5FF61 background

This text has white color on #E5FF61 background.