COLOR #71C157

HEX: #71C157
RGB: (113,193,87)

Renk bilgisi

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

RGB renk modeli

#71C157 color RGB value is (113,193,87).

  • kırmız ton 113;
  • yeşil ton 193;
  • mavi ton 87.
RGB:
(113,193,87)
(44%,76%,34%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 193 of 255 = 76%
B 87 of 255 = 34%

113
193
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 193 + 87 = 393 (100%)
R 113 of 393 ~ 28.75%
G 193 of 393 ~ 49.11%
B 87 of 393 ~ 22.14%

%28.75
%49.11
%22.14

CMYK RENK MODELİ

#71C157 rengi CMYK tonu (41,0,55,24).

  • camgöbeği tonu 41.45%
  • eflatun tonu 0.00%
  • sarı tonu 54.92%
  • ana renk tonu 24.31%
CMYK:
(41,0,55,24)
C41M0Y55K24 
(41%,0%,55%,24%)
(0.41/0.00/0.55/0.24)	

CMYK yüzdeleri

%41.45
%0
%54.92
%24.31

Codes

Color #71C157 in popluar color models

71C157
RGB11319387
HSL105°46.09%54.90%
HSB/HSV105°54.92%75.69%
CMYK41.45%0.00%54.92%
24.31%

Color #71C157 in popluar number systems.

HEX71C157
Decimal11319387
Binary1110001110000011010111
Octal161301127

Shades and tints

Shades of #71C157

#71C157
(113,193,87)
#67B050
(103,176,80)
#5D9F49
(93,159,73)
#538E42
(83,142,66)
#497D3B
(73,125,59)
#3F6C34
(63,108,52)
#355B2D
(53,91,45)
#2B4A26
(43,74,38)
#21391F
(33,57,31)
#172818
(23,40,24)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #71C157

#71C157
(113,193,87)
#7DC666
(125,198,102)
#89CB75
(137,203,117)
#95D084
(149,208,132)
#A1D593
(161,213,147)
#ADDAA2
(173,218,162)
#B9DFB1
(185,223,177)
#C5E4C0
(197,228,192)
#D1E9CF
(209,233,207)
#DDEEDE
(221,238,222)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C157; }

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

This text font color is #71C157.


Background Color

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

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

This div background color is #71C157.


Border color

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

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

This div border color is #71C157.


Opacity

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

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

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

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

This text has shadow with #71C157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C157 on black background.


Color preview on white background

This text has color #71C157 on white background.



Black color preview on #71C157 background

This text has black color on #71C157 background.


White color preview on #71C157 background

This text has white color on #71C157 background.