COLOR #71D963

HEX: #71D963
RGB: (113,217,99)

Color info

#71D963 contains mainly green color. Web safe color of #71D963 is #66CC66 (or #6C6).

RGB color model

#71D963 color RGB value is (113,217,99).

  • red value is 113;
  • green value is 217;
  • blue value is 99.
RGB:
(113,217,99)
(44%,85%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 217 of 255 = 85%
B 99 of 255 = 39%

113
217
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 217 + 99 = 429 (100%)
R 113 of 429 ~ 26.34%
G 217 of 429 ~ 50.58%
B 99 of 429 ~ 23.08%

%26.34
%50.58
%23.08

CMYK color model

#71D963 color CMYK value is (48,0,54,15).

  • cyan value is 47.93%
  • magenta value is 0.00%
  • yellow value is 54.38%
  • key color value is 14.90%
CMYK:
(48,0,54,15)
C48M0Y54K15 
(48%,0%,54%,15%)
(0.48/0.00/0.54/0.15)	

CMYK percentages

%47.93
%0
%54.38
%14.9

Codes

Color #71D963 in popluar color models

71D963
RGB11321799
HSL113°60.82%61.96%
HSB/HSV113°54.38%85.10%
CMYK47.93%0.00%54.38%
14.90%

Color #71D963 in popluar number systems.

HEX71D963
Decimal11321799
Binary1110001110110011100011
Octal161331143

Shades and tints

Shades of #71D963

#71D963
(113,217,99)
#67C65A
(103,198,90)
#5DB351
(93,179,81)
#53A048
(83,160,72)
#498D3F
(73,141,63)
#3F7A36
(63,122,54)
#35672D
(53,103,45)
#2B5424
(43,84,36)
#21411B
(33,65,27)
#172E12
(23,46,18)
#0D1B09
(13,27,9)
#000000
(0,0,0)

Tints of #71D963

#71D963
(113,217,99)
#7DDC71
(125,220,113)
#89DF7F
(137,223,127)
#95E28D
(149,226,141)
#A1E59B
(161,229,155)
#ADE8A9
(173,232,169)
#B9EBB7
(185,235,183)
#C5EEC5
(197,238,197)
#D1F1D3
(209,241,211)
#DDF4E1
(221,244,225)
#E9F7EF
(233,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D963 color. Also use rgb(113,217,99) instead hex code.

Text Font Color

.myTextColor { color: #71D963; }

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

This text font color is #71D963.


Background Color

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

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

This div background color is #71D963.


Border color

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

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

This div border color is #71D963.


Opacity

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

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

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

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

This text has shadow with #71D963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D963 on black background.


Color preview on white background

This text has color #71D963 on white background.



Black color preview on #71D963 background

This text has black color on #71D963 background.


White color preview on #71D963 background

This text has white color on #71D963 background.