COLOR #71C597

HEX: #71C597
RGB: (113,197,151)

Renk bilgisi

#71C597 contains mainly green and blue colors. #71C597 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#71C597 color RGB value is (113,197,151).

  • kırmız ton 113;
  • yeşil ton 197;
  • mavi ton 151.
RGB:
(113,197,151)
(44%,77%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 197 of 255 = 77%
B 151 of 255 = 59%

113
197
151

R + G + B ~ 60%. #71C597 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 197 + 151 = 461 (100%)
R 113 of 461 ~ 24.51%
G 197 of 461 ~ 42.73%
B 151 of 461 ~ 32.75%

%24.51
%42.73
%32.75

CMYK RENK MODELİ

#71C597 rengi CMYK tonu (43,0,23,23).

  • camgöbeği tonu 42.64%
  • eflatun tonu 0.00%
  • sarı tonu 23.35%
  • ana renk tonu 22.75%
CMYK:
(43,0,23,23)
C43M0Y23K23 
(43%,0%,23%,23%)
(0.43/0.00/0.23/0.23)	

CMYK yüzdeleri

%42.64
%0
%23.35
%22.75

Codes

Color #71C597 in popluar color models

71C597
RGB113197151
HSL147°42.00%60.78%
HSB/HSV147°42.64%77.25%
CMYK42.64%0.00%23.35%
22.75%

Color #71C597 in popluar number systems.

HEX71C597
Decimal113197151
Binary11100011100010110010111
Octal161305227

Shades and tints

Shades of #71C597

#71C597
(113,197,151)
#67B48A
(103,180,138)
#5DA37D
(93,163,125)
#539270
(83,146,112)
#498163
(73,129,99)
#3F7056
(63,112,86)
#355F49
(53,95,73)
#2B4E3C
(43,78,60)
#213D2F
(33,61,47)
#172C22
(23,44,34)
#0D1B15
(13,27,21)
#000000
(0,0,0)

Tints of #71C597

#71C597
(113,197,151)
#7DCAA0
(125,202,160)
#89CFA9
(137,207,169)
#95D4B2
(149,212,178)
#A1D9BB
(161,217,187)
#ADDEC4
(173,222,196)
#B9E3CD
(185,227,205)
#C5E8D6
(197,232,214)
#D1EDDF
(209,237,223)
#DDF2E8
(221,242,232)
#E9F7F1
(233,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C597 color. Also use rgb(113,197,151) instead hex code.

Text Font Color

.myTextColor { color: #71C597; }

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

This text font color is #71C597.


Background Color

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

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

This div background color is #71C597.


Border color

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

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

This div border color is #71C597.


Opacity

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

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

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

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

This text has shadow with #71C597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C597 on black background.


Color preview on white background

This text has color #71C597 on white background.



Black color preview on #71C597 background

This text has black color on #71C597 background.


White color preview on #71C597 background

This text has white color on #71C597 background.