COLOR #71B651

HEX: #71B651
RGB: (113,182,81)

Color info

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

RGB color model

#71B651 color RGB value is (113,182,81).

  • red value is 113;
  • green value is 182;
  • blue value is 81.
RGB:
(113,182,81)
(44%,71%,32%)

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 81 of 255 = 32%

113
182
81

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

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 81 = 376 (100%)
R 113 of 376 ~ 30.05%
G 182 of 376 ~ 48.4%
B 81 of 376 ~ 21.54%

%30.05
%48.4
%21.54

CMYK color model

#71B651 color CMYK value is (38,0,55,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 55.49%
  • key color value is 28.63%
CMYK:
(38,0,55,29)
C38M0Y55K29 
(38%,0%,55%,29%)
(0.38/0.00/0.55/0.29)	

CMYK percentages

%37.91
%0
%55.49
%28.63

Codes

Color #71B651 in popluar color models

71B651
RGB11318281
HSL101°40.89%51.57%
HSB/HSV101°55.49%71.37%
CMYK37.91%0.00%55.49%
28.63%

Color #71B651 in popluar number systems.

HEX71B651
Decimal11318281
Binary1110001101101101010001
Octal161266121

Shades and tints

Shades of #71B651

#71B651
(113,182,81)
#67A64A
(103,166,74)
#5D9643
(93,150,67)
#53863C
(83,134,60)
#497635
(73,118,53)
#3F662E
(63,102,46)
#355627
(53,86,39)
#2B4620
(43,70,32)
#213619
(33,54,25)
#172612
(23,38,18)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #71B651

#71B651
(113,182,81)
#7DBC60
(125,188,96)
#89C26F
(137,194,111)
#95C87E
(149,200,126)
#A1CE8D
(161,206,141)
#ADD49C
(173,212,156)
#B9DAAB
(185,218,171)
#C5E0BA
(197,224,186)
#D1E6C9
(209,230,201)
#DDECD8
(221,236,216)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B651 color. Also use rgb(113,182,81) instead hex code.

Text Font Color

.myTextColor { color: #71B651; }

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

This text font color is #71B651.


Background Color

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

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

This div background color is #71B651.


Border color

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

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

This div border color is #71B651.


Opacity

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

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

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

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

This text has shadow with #71B651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B651 on black background.


Color preview on white background

This text has color #71B651 on white background.



Black color preview on #71B651 background

This text has black color on #71B651 background.


White color preview on #71B651 background

This text has white color on #71B651 background.