COLOR #71E295

HEX: #71E295
RGB: (113,226,149)

Renk bilgisi

#71E295 contains mainly green color. #71E295 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#71E295 color RGB value is (113,226,149).

  • kırmız ton 113;
  • yeşil ton 226;
  • mavi ton 149.
RGB:
(113,226,149)
(44%,89%,58%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 226 of 255 = 89%
B 149 of 255 = 58%

113
226
149

R + G + B ~ 64%. #71E295 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 226 + 149 = 488 (100%)
R 113 of 488 ~ 23.16%
G 226 of 488 ~ 46.31%
B 149 of 488 ~ 30.53%

%23.16
%46.31
%30.53

CMYK RENK MODELİ

#71E295 rengi CMYK tonu (50,0,34,11).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 34.07%
  • ana renk tonu 11.37%
CMYK:
(50,0,34,11)
C50M0Y34K11 
(50%,0%,34%,11%)
(0.50/0.00/0.34/0.11)	

CMYK yüzdeleri

%50
%0
%34.07
%11.37

Codes

Color #71E295 in popluar color models

71E295
RGB113226149
HSL139°66.08%66.47%
HSB/HSV139°50.00%88.63%
CMYK50.00%0.00%34.07%
11.37%

Color #71E295 in popluar number systems.

HEX71E295
Decimal113226149
Binary11100011110001010010101
Octal161342225

Shades and tints

Shades of #71E295

#71E295
(113,226,149)
#67CE88
(103,206,136)
#5DBA7B
(93,186,123)
#53A66E
(83,166,110)
#499261
(73,146,97)
#3F7E54
(63,126,84)
#356A47
(53,106,71)
#2B563A
(43,86,58)
#21422D
(33,66,45)
#172E20
(23,46,32)
#0D1A13
(13,26,19)
#000000
(0,0,0)

Tints of #71E295

#71E295
(113,226,149)
#7DE49E
(125,228,158)
#89E6A7
(137,230,167)
#95E8B0
(149,232,176)
#A1EAB9
(161,234,185)
#ADECC2
(173,236,194)
#B9EECB
(185,238,203)
#C5F0D4
(197,240,212)
#D1F2DD
(209,242,221)
#DDF4E6
(221,244,230)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E295 color. Also use rgb(113,226,149) instead hex code.

Text Font Color

.myTextColor { color: #71E295; }

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

This text font color is #71E295.


Background Color

.myBgColor { background-color: #71E295; }

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

This div background color is #71E295.


Border color

.myBorderColor { border: 1px solid #71E295; }

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

This div border color is #71E295.


Opacity

.myOpacity80 { color: #71E295; opacity: 0.8; }

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

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

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

This text has shadow with #71E295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E295 on black background.


Color preview on white background

This text has color #71E295 on white background.



Black color preview on #71E295 background

This text has black color on #71E295 background.


White color preview on #71E295 background

This text has white color on #71E295 background.