COLOR #71BA71

HEX: #71BA71
RGB: (113,186,113)

Renk bilgisi

#71BA71 contains mainly green color. #71BA71 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#71BA71 color RGB value is (113,186,113).

  • kırmız ton 113;
  • yeşil ton 186;
  • mavi ton 113.
RGB:
(113,186,113)
(44%,73%,44%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 186 of 255 = 73%
B 113 of 255 = 44%

113
186
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 186 + 113 = 412 (100%)
R 113 of 412 ~ 27.43%
G 186 of 412 ~ 45.15%
B 113 of 412 ~ 27.43%

%27.43
%45.15
%27.43

CMYK RENK MODELİ

#71BA71 rengi CMYK tonu (39,0,39,27).

  • camgöbeği tonu 39.25%
  • eflatun tonu 0.00%
  • sarı tonu 39.25%
  • ana renk tonu 27.06%
CMYK:
(39,0,39,27)
C39M0Y39K27 
(39%,0%,39%,27%)
(0.39/0.00/0.39/0.27)	

CMYK yüzdeleri

%39.25
%0
%39.25
%27.06

Codes

Color #71BA71 in popluar color models

71BA71
RGB113186113
HSL120°34.60%58.63%
HSB/HSV120°39.25%72.94%
CMYK39.25%0.00%39.25%
27.06%

Color #71BA71 in popluar number systems.

HEX71BA71
Decimal113186113
Binary1110001101110101110001
Octal161272161

Shades and tints

Shades of #71BA71

#71BA71
(113,186,113)
#67AA67
(103,170,103)
#5D9A5D
(93,154,93)
#538A53
(83,138,83)
#497A49
(73,122,73)
#3F6A3F
(63,106,63)
#355A35
(53,90,53)
#2B4A2B
(43,74,43)
#213A21
(33,58,33)
#172A17
(23,42,23)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #71BA71

#71BA71
(113,186,113)
#7DC07D
(125,192,125)
#89C689
(137,198,137)
#95CC95
(149,204,149)
#A1D2A1
(161,210,161)
#ADD8AD
(173,216,173)
#B9DEB9
(185,222,185)
#C5E4C5
(197,228,197)
#D1EAD1
(209,234,209)
#DDF0DD
(221,240,221)
#E9F6E9
(233,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BA71; }

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

This text font color is #71BA71.


Background Color

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

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

This div background color is #71BA71.


Border color

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

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

This div border color is #71BA71.


Opacity

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

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

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

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

This text has shadow with #71BA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BA71 on black background.


Color preview on white background

This text has color #71BA71 on white background.



Black color preview on #71BA71 background

This text has black color on #71BA71 background.


White color preview on #71BA71 background

This text has white color on #71BA71 background.