COLOR #71C380

HEX: #71C380
RGB: (113,195,128)

Renk bilgisi

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

RGB renk modeli

#71C380 color RGB value is (113,195,128).

  • kırmız ton 113;
  • yeşil ton 195;
  • mavi ton 128.
RGB:
(113,195,128)
(44%,76%,50%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 195 of 255 = 76%
B 128 of 255 = 50%

113
195
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 195 + 128 = 436 (100%)
R 113 of 436 ~ 25.92%
G 195 of 436 ~ 44.72%
B 128 of 436 ~ 29.36%

%25.92
%44.72
%29.36

CMYK RENK MODELİ

#71C380 rengi CMYK tonu (42,0,34,24).

  • camgöbeği tonu 42.05%
  • eflatun tonu 0.00%
  • sarı tonu 34.36%
  • ana renk tonu 23.53%
CMYK:
(42,0,34,24)
C42M0Y34K24 
(42%,0%,34%,24%)
(0.42/0.00/0.34/0.24)	

CMYK yüzdeleri

%42.05
%0
%34.36
%23.53

Codes

Color #71C380 in popluar color models

71C380
RGB113195128
HSL131°40.59%60.39%
HSB/HSV131°42.05%76.47%
CMYK42.05%0.00%34.36%
23.53%

Color #71C380 in popluar number systems.

HEX71C380
Decimal113195128
Binary11100011100001110000000
Octal161303200

Shades and tints

Shades of #71C380

#71C380
(113,195,128)
#67B275
(103,178,117)
#5DA16A
(93,161,106)
#53905F
(83,144,95)
#497F54
(73,127,84)
#3F6E49
(63,110,73)
#355D3E
(53,93,62)
#2B4C33
(43,76,51)
#213B28
(33,59,40)
#172A1D
(23,42,29)
#0D1912
(13,25,18)
#000000
(0,0,0)

Tints of #71C380

#71C380
(113,195,128)
#7DC88B
(125,200,139)
#89CD96
(137,205,150)
#95D2A1
(149,210,161)
#A1D7AC
(161,215,172)
#ADDCB7
(173,220,183)
#B9E1C2
(185,225,194)
#C5E6CD
(197,230,205)
#D1EBD8
(209,235,216)
#DDF0E3
(221,240,227)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C380; }

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

This text font color is #71C380.


Background Color

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

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

This div background color is #71C380.


Border color

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

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

This div border color is #71C380.


Opacity

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

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

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

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

This text has shadow with #71C380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C380 on black background.


Color preview on white background

This text has color #71C380 on white background.



Black color preview on #71C380 background

This text has black color on #71C380 background.


White color preview on #71C380 background

This text has white color on #71C380 background.