COLOR #71DF7F

HEX: #71DF7F
RGB: (113,223,127)

Renk bilgisi

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

RGB renk modeli

#71DF7F color RGB value is (113,223,127).

  • kırmız ton 113;
  • yeşil ton 223;
  • mavi ton 127.
RGB:
(113,223,127)
(44%,87%,50%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 223 of 255 = 87%
B 127 of 255 = 50%

113
223
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 223 + 127 = 463 (100%)
R 113 of 463 ~ 24.41%
G 223 of 463 ~ 48.16%
B 127 of 463 ~ 27.43%

%24.41
%48.16
%27.43

CMYK RENK MODELİ

#71DF7F rengi CMYK tonu (49,0,43,13).

  • camgöbeği tonu 49.33%
  • eflatun tonu 0.00%
  • sarı tonu 43.05%
  • ana renk tonu 12.55%
CMYK:
(49,0,43,13)
C49M0Y43K13 
(49%,0%,43%,13%)
(0.49/0.00/0.43/0.13)	

CMYK yüzdeleri

%49.33
%0
%43.05
%12.55

Codes

Color #71DF7F in popluar color models

71DF7F
RGB113223127
HSL128°63.22%65.88%
HSB/HSV128°49.33%87.45%
CMYK49.33%0.00%43.05%
12.55%

Color #71DF7F in popluar number systems.

HEX71DF7F
Decimal113223127
Binary1110001110111111111111
Octal161337177

Shades and tints

Shades of #71DF7F

#71DF7F
(113,223,127)
#67CB74
(103,203,116)
#5DB769
(93,183,105)
#53A35E
(83,163,94)
#498F53
(73,143,83)
#3F7B48
(63,123,72)
#35673D
(53,103,61)
#2B5332
(43,83,50)
#213F27
(33,63,39)
#172B1C
(23,43,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #71DF7F

#71DF7F
(113,223,127)
#7DE18A
(125,225,138)
#89E395
(137,227,149)
#95E5A0
(149,229,160)
#A1E7AB
(161,231,171)
#ADE9B6
(173,233,182)
#B9EBC1
(185,235,193)
#C5EDCC
(197,237,204)
#D1EFD7
(209,239,215)
#DDF1E2
(221,241,226)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71DF7F; }

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

This text font color is #71DF7F.


Background Color

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

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

This div background color is #71DF7F.


Border color

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

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

This div border color is #71DF7F.


Opacity

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

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

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

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

This text has shadow with #71DF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71DF7F on black background.


Color preview on white background

This text has color #71DF7F on white background.



Black color preview on #71DF7F background

This text has black color on #71DF7F background.


White color preview on #71DF7F background

This text has white color on #71DF7F background.