COLOR #71D48B

HEX: #71D48B
RGB: (113,212,139)

Renk bilgisi

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

RGB renk modeli

#71D48B color RGB value is (113,212,139).

  • kırmız ton 113;
  • yeşil ton 212;
  • mavi ton 139.
RGB:
(113,212,139)
(44%,83%,55%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 212 of 255 = 83%
B 139 of 255 = 55%

113
212
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 212 + 139 = 464 (100%)
R 113 of 464 ~ 24.35%
G 212 of 464 ~ 45.69%
B 139 of 464 ~ 29.96%

%24.35
%45.69
%29.96

CMYK RENK MODELİ

#71D48B rengi CMYK tonu (47,0,34,17).

  • camgöbeği tonu 46.70%
  • eflatun tonu 0.00%
  • sarı tonu 34.43%
  • ana renk tonu 16.86%
CMYK:
(47,0,34,17)
C47M0Y34K17 
(47%,0%,34%,17%)
(0.47/0.00/0.34/0.17)	

CMYK yüzdeleri

%46.7
%0
%34.43
%16.86

Codes

Color #71D48B in popluar color models

71D48B
RGB113212139
HSL136°53.51%63.73%
HSB/HSV136°46.70%83.14%
CMYK46.70%0.00%34.43%
16.86%

Color #71D48B in popluar number systems.

HEX71D48B
Decimal113212139
Binary11100011101010010001011
Octal161324213

Shades and tints

Shades of #71D48B

#71D48B
(113,212,139)
#67C17F
(103,193,127)
#5DAE73
(93,174,115)
#539B67
(83,155,103)
#49885B
(73,136,91)
#3F754F
(63,117,79)
#356243
(53,98,67)
#2B4F37
(43,79,55)
#213C2B
(33,60,43)
#17291F
(23,41,31)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #71D48B

#71D48B
(113,212,139)
#7DD795
(125,215,149)
#89DA9F
(137,218,159)
#95DDA9
(149,221,169)
#A1E0B3
(161,224,179)
#ADE3BD
(173,227,189)
#B9E6C7
(185,230,199)
#C5E9D1
(197,233,209)
#D1ECDB
(209,236,219)
#DDEFE5
(221,239,229)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D48B color. Also use rgb(113,212,139) instead hex code.

Text Font Color

.myTextColor { color: #71D48B; }

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

This text font color is #71D48B.


Background Color

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

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

This div background color is #71D48B.


Border color

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

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

This div border color is #71D48B.


Opacity

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

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

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

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

This text has shadow with #71D48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D48B on black background.


Color preview on white background

This text has color #71D48B on white background.



Black color preview on #71D48B background

This text has black color on #71D48B background.


White color preview on #71D48B background

This text has white color on #71D48B background.