COLOR #71C996

HEX: #71C996
RGB: (113,201,150)

Renk bilgisi

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

RGB renk modeli

#71C996 color RGB value is (113,201,150).

  • kırmız ton 113;
  • yeşil ton 201;
  • mavi ton 150.
RGB:
(113,201,150)
(44%,79%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 201 of 255 = 79%
B 150 of 255 = 59%

113
201
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 201 + 150 = 464 (100%)
R 113 of 464 ~ 24.35%
G 201 of 464 ~ 43.32%
B 150 of 464 ~ 32.33%

%24.35
%43.32
%32.33

CMYK RENK MODELİ

#71C996 rengi CMYK tonu (44,0,25,21).

  • camgöbeği tonu 43.78%
  • eflatun tonu 0.00%
  • sarı tonu 25.37%
  • ana renk tonu 21.18%
CMYK:
(44,0,25,21)
C44M0Y25K21 
(44%,0%,25%,21%)
(0.44/0.00/0.25/0.21)	

CMYK yüzdeleri

%43.78
%0
%25.37
%21.18

Codes

Color #71C996 in popluar color models

71C996
RGB113201150
HSL145°44.90%61.57%
HSB/HSV145°43.78%78.82%
CMYK43.78%0.00%25.37%
21.18%

Color #71C996 in popluar number systems.

HEX71C996
Decimal113201150
Binary11100011100100110010110
Octal161311226

Shades and tints

Shades of #71C996

#71C996
(113,201,150)
#67B789
(103,183,137)
#5DA57C
(93,165,124)
#53936F
(83,147,111)
#498162
(73,129,98)
#3F6F55
(63,111,85)
#355D48
(53,93,72)
#2B4B3B
(43,75,59)
#21392E
(33,57,46)
#172721
(23,39,33)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #71C996

#71C996
(113,201,150)
#7DCD9F
(125,205,159)
#89D1A8
(137,209,168)
#95D5B1
(149,213,177)
#A1D9BA
(161,217,186)
#ADDDC3
(173,221,195)
#B9E1CC
(185,225,204)
#C5E5D5
(197,229,213)
#D1E9DE
(209,233,222)
#DDEDE7
(221,237,231)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C996 color. Also use rgb(113,201,150) instead hex code.

Text Font Color

.myTextColor { color: #71C996; }

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

This text font color is #71C996.


Background Color

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

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

This div background color is #71C996.


Border color

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

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

This div border color is #71C996.


Opacity

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

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

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

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

This text has shadow with #71C996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C996 on black background.


Color preview on white background

This text has color #71C996 on white background.



Black color preview on #71C996 background

This text has black color on #71C996 background.


White color preview on #71C996 background

This text has white color on #71C996 background.