COLOR #71B863

HEX: #71B863
RGB: (113,184,99)

Color info

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

RGB color model

#71B863 color RGB value is (113,184,99).

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

RGB channels and saturation

R 113 of 255 = 44%
G 184 of 255 = 72%
B 99 of 255 = 39%

113
184
99

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

Portions of RGB colors in percentages

R + G + B =
113 + 184 + 99 = 396 (100%)
R 113 of 396 ~ 28.54%
G 184 of 396 ~ 46.46%
B 99 of 396 ~ 25%

%28.54
%46.46
%25

CMYK color model

#71B863 color CMYK value is (39,0,46,28).

  • cyan value is 38.59%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 27.84%
CMYK:
(39,0,46,28)
C39M0Y46K28 
(39%,0%,46%,28%)
(0.39/0.00/0.46/0.28)	

CMYK percentages

%38.59
%0
%46.2
%27.84

Codes

Color #71B863 in popluar color models

71B863
RGB11318499
HSL110°37.44%55.49%
HSB/HSV110°46.20%72.16%
CMYK38.59%0.00%46.20%
27.84%

Color #71B863 in popluar number systems.

HEX71B863
Decimal11318499
Binary1110001101110001100011
Octal161270143

Shades and tints

Shades of #71B863

#71B863
(113,184,99)
#67A85A
(103,168,90)
#5D9851
(93,152,81)
#538848
(83,136,72)
#49783F
(73,120,63)
#3F6836
(63,104,54)
#35582D
(53,88,45)
#2B4824
(43,72,36)
#21381B
(33,56,27)
#172812
(23,40,18)
#0D1809
(13,24,9)
#000000
(0,0,0)

Tints of #71B863

#71B863
(113,184,99)
#7DBE71
(125,190,113)
#89C47F
(137,196,127)
#95CA8D
(149,202,141)
#A1D09B
(161,208,155)
#ADD6A9
(173,214,169)
#B9DCB7
(185,220,183)
#C5E2C5
(197,226,197)
#D1E8D3
(209,232,211)
#DDEEE1
(221,238,225)
#E9F4EF
(233,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B863; }

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

This text font color is #71B863.


Background Color

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

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

This div background color is #71B863.


Border color

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

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

This div border color is #71B863.


Opacity

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

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

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

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

This text has shadow with #71B863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B863 on black background.


Color preview on white background

This text has color #71B863 on white background.



Black color preview on #71B863 background

This text has black color on #71B863 background.


White color preview on #71B863 background

This text has white color on #71B863 background.