COLOR #71D13D

HEX: #71D13D
RGB: (113,209,61)

Renk bilgisi

#71D13D contains mainly green color. #71D13D ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#71D13D color RGB value is (113,209,61).

  • kırmız ton 113;
  • yeşil ton 209;
  • mavi ton 61.
RGB:
(113,209,61)
(44%,82%,24%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 209 of 255 = 82%
B 61 of 255 = 24%

113
209
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 209 + 61 = 383 (100%)
R 113 of 383 ~ 29.5%
G 209 of 383 ~ 54.57%
B 61 of 383 ~ 15.93%

%29.5
%54.57
%15.93

CMYK RENK MODELİ

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

  • camgöbeği tonu 45.93%
  • eflatun tonu 0.00%
  • sarı tonu 70.81%
  • ana renk tonu 18.04%
CMYK:
(46,0,71,18)
C46M0Y71K18 
(46%,0%,71%,18%)
(0.46/0.00/0.71/0.18)	

CMYK yüzdeleri

%45.93
%0
%70.81
%18.04

Codes

Color #71D13D in popluar color models

71D13D
RGB11320961
HSL99°61.67%52.94%
HSB/HSV99°70.81%81.96%
CMYK45.93%0.00%70.81%
18.04%

Color #71D13D in popluar number systems.

HEX71D13D
Decimal11320961
Binary111000111010001111101
Octal16132175

Shades and tints

Shades of #71D13D

#71D13D
(113,209,61)
#67BE38
(103,190,56)
#5DAB33
(93,171,51)
#53982E
(83,152,46)
#498529
(73,133,41)
#3F7224
(63,114,36)
#355F1F
(53,95,31)
#2B4C1A
(43,76,26)
#213915
(33,57,21)
#172610
(23,38,16)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #71D13D

#71D13D
(113,209,61)
#7DD54E
(125,213,78)
#89D95F
(137,217,95)
#95DD70
(149,221,112)
#A1E181
(161,225,129)
#ADE592
(173,229,146)
#B9E9A3
(185,233,163)
#C5EDB4
(197,237,180)
#D1F1C5
(209,241,197)
#DDF5D6
(221,245,214)
#E9F9E7
(233,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71D13D; }

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

This text font color is #71D13D.


Background Color

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

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

This div background color is #71D13D.


Border color

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

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

This div border color is #71D13D.


Opacity

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

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

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

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

This text has shadow with #71D13D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D13D on black background.


Color preview on white background

This text has color #71D13D on white background.



Black color preview on #71D13D background

This text has black color on #71D13D background.


White color preview on #71D13D background

This text has white color on #71D13D background.