COLOR #71D691

HEX: #71D691
RGB: (113,214,145)

Renk bilgisi

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

RGB renk modeli

#71D691 color RGB value is (113,214,145).

  • kırmız ton 113;
  • yeşil ton 214;
  • mavi ton 145.
RGB:
(113,214,145)
(44%,84%,57%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 214 of 255 = 84%
B 145 of 255 = 57%

113
214
145

R + G + B ~ 62%. #71D691 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 214 + 145 = 472 (100%)
R 113 of 472 ~ 23.94%
G 214 of 472 ~ 45.34%
B 145 of 472 ~ 30.72%

%23.94
%45.34
%30.72

CMYK RENK MODELİ

#71D691 rengi CMYK tonu (47,0,32,16).

  • camgöbeği tonu 47.20%
  • eflatun tonu 0.00%
  • sarı tonu 32.24%
  • ana renk tonu 16.08%
CMYK:
(47,0,32,16)
C47M0Y32K16 
(47%,0%,32%,16%)
(0.47/0.00/0.32/0.16)	

CMYK yüzdeleri

%47.2
%0
%32.24
%16.08

Codes

Color #71D691 in popluar color models

71D691
RGB113214145
HSL139°55.19%64.12%
HSB/HSV139°47.20%83.92%
CMYK47.20%0.00%32.24%
16.08%

Color #71D691 in popluar number systems.

HEX71D691
Decimal113214145
Binary11100011101011010010001
Octal161326221

Shades and tints

Shades of #71D691

#71D691
(113,214,145)
#67C384
(103,195,132)
#5DB077
(93,176,119)
#539D6A
(83,157,106)
#498A5D
(73,138,93)
#3F7750
(63,119,80)
#356443
(53,100,67)
#2B5136
(43,81,54)
#213E29
(33,62,41)
#172B1C
(23,43,28)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #71D691

#71D691
(113,214,145)
#7DD99B
(125,217,155)
#89DCA5
(137,220,165)
#95DFAF
(149,223,175)
#A1E2B9
(161,226,185)
#ADE5C3
(173,229,195)
#B9E8CD
(185,232,205)
#C5EBD7
(197,235,215)
#D1EEE1
(209,238,225)
#DDF1EB
(221,241,235)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D691 color. Also use rgb(113,214,145) instead hex code.

Text Font Color

.myTextColor { color: #71D691; }

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

This text font color is #71D691.


Background Color

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

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

This div background color is #71D691.


Border color

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

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

This div border color is #71D691.


Opacity

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

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

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

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

This text has shadow with #71D691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D691 on black background.


Color preview on white background

This text has color #71D691 on white background.



Black color preview on #71D691 background

This text has black color on #71D691 background.


White color preview on #71D691 background

This text has white color on #71D691 background.