COLOR #71C59D

HEX: #71C59D
RGB: (113,197,157)

Renk bilgisi

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

RGB renk modeli

#71C59D color RGB value is (113,197,157).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 197 of 255 = 77%
B 157 of 255 = 62%

113
197
157

R + G + B ~ 61%. #71C59D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 197 + 157 = 467 (100%)
R 113 of 467 ~ 24.2%
G 197 of 467 ~ 42.18%
B 157 of 467 ~ 33.62%

%24.2
%42.18
%33.62

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%42.64
%0
%20.3
%22.75

Codes

Color #71C59D in popluar color models

71C59D
RGB113197157
HSL151°42.00%60.78%
HSB/HSV151°42.64%77.25%
CMYK42.64%0.00%20.30%
22.75%

Color #71C59D in popluar number systems.

HEX71C59D
Decimal113197157
Binary11100011100010110011101
Octal161305235

Shades and tints

Shades of #71C59D

#71C59D
(113,197,157)
#67B48F
(103,180,143)
#5DA381
(93,163,129)
#539273
(83,146,115)
#498165
(73,129,101)
#3F7057
(63,112,87)
#355F49
(53,95,73)
#2B4E3B
(43,78,59)
#213D2D
(33,61,45)
#172C1F
(23,44,31)
#0D1B11
(13,27,17)
#000000
(0,0,0)

Tints of #71C59D

#71C59D
(113,197,157)
#7DCAA5
(125,202,165)
#89CFAD
(137,207,173)
#95D4B5
(149,212,181)
#A1D9BD
(161,217,189)
#ADDEC5
(173,222,197)
#B9E3CD
(185,227,205)
#C5E8D5
(197,232,213)
#D1EDDD
(209,237,221)
#DDF2E5
(221,242,229)
#E9F7ED
(233,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C59D; }

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

This text font color is #71C59D.


Background Color

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

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

This div background color is #71C59D.


Border color

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

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

This div border color is #71C59D.


Opacity

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

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

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

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

This text has shadow with #71C59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C59D on black background.


Color preview on white background

This text has color #71C59D on white background.



Black color preview on #71C59D background

This text has black color on #71C59D background.


White color preview on #71C59D background

This text has white color on #71C59D background.