COLOR #71D279

HEX: #71D279
RGB: (113,210,121)

Renk bilgisi

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

RGB renk modeli

#71D279 color RGB value is (113,210,121).

  • kırmız ton 113;
  • yeşil ton 210;
  • mavi ton 121.
RGB:
(113,210,121)
(44%,82%,47%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 210 of 255 = 82%
B 121 of 255 = 47%

113
210
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 210 + 121 = 444 (100%)
R 113 of 444 ~ 25.45%
G 210 of 444 ~ 47.3%
B 121 of 444 ~ 27.25%

%25.45
%47.3
%27.25

CMYK RENK MODELİ

#71D279 rengi CMYK tonu (46,0,42,18).

  • camgöbeği tonu 46.19%
  • eflatun tonu 0.00%
  • sarı tonu 42.38%
  • ana renk tonu 17.65%
CMYK:
(46,0,42,18)
C46M0Y42K18 
(46%,0%,42%,18%)
(0.46/0.00/0.42/0.18)	

CMYK yüzdeleri

%46.19
%0
%42.38
%17.65

Codes

Color #71D279 in popluar color models

71D279
RGB113210121
HSL125°51.87%63.33%
HSB/HSV125°46.19%82.35%
CMYK46.19%0.00%42.38%
17.65%

Color #71D279 in popluar number systems.

HEX71D279
Decimal113210121
Binary1110001110100101111001
Octal161322171

Shades and tints

Shades of #71D279

#71D279
(113,210,121)
#67BF6E
(103,191,110)
#5DAC63
(93,172,99)
#539958
(83,153,88)
#49864D
(73,134,77)
#3F7342
(63,115,66)
#356037
(53,96,55)
#2B4D2C
(43,77,44)
#213A21
(33,58,33)
#172716
(23,39,22)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #71D279

#71D279
(113,210,121)
#7DD685
(125,214,133)
#89DA91
(137,218,145)
#95DE9D
(149,222,157)
#A1E2A9
(161,226,169)
#ADE6B5
(173,230,181)
#B9EAC1
(185,234,193)
#C5EECD
(197,238,205)
#D1F2D9
(209,242,217)
#DDF6E5
(221,246,229)
#E9FAF1
(233,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71D279; }

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

This text font color is #71D279.


Background Color

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

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

This div background color is #71D279.


Border color

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

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

This div border color is #71D279.


Opacity

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

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

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

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

This text has shadow with #71D279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D279 on black background.


Color preview on white background

This text has color #71D279 on white background.



Black color preview on #71D279 background

This text has black color on #71D279 background.


White color preview on #71D279 background

This text has white color on #71D279 background.