COLOR #71C935

HEX: #71C935
RGB: (113,201,53)

Color info

#71C935 contains mainly green color. Web safe color of #71C935 is #66CC33 (or #6C3).

RGB color model

#71C935 color RGB value is (113,201,53).

  • red value is 113;
  • green value is 201;
  • blue value is 53.
RGB:
(113,201,53)
(44%,79%,21%)

RGB channels and saturation

R 113 of 255 = 44%
G 201 of 255 = 79%
B 53 of 255 = 21%

113
201
53

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

Portions of RGB colors in percentages

R + G + B =
113 + 201 + 53 = 367 (100%)
R 113 of 367 ~ 30.79%
G 201 of 367 ~ 54.77%
B 53 of 367 ~ 14.44%

%30.79
%54.77
%14.44

CMYK color model

#71C935 color CMYK value is (44,0,74,21).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 73.63%
  • key color value is 21.18%
CMYK:
(44,0,74,21)
C44M0Y74K21 
(44%,0%,74%,21%)
(0.44/0.00/0.74/0.21)	

CMYK percentages

%43.78
%0
%73.63
%21.18

Codes

Color #71C935 in popluar color models

71C935
RGB11320153
HSL96°58.27%49.80%
HSB/HSV96°73.63%78.82%
CMYK43.78%0.00%73.63%
21.18%

Color #71C935 in popluar number systems.

HEX71C935
Decimal11320153
Binary111000111001001110101
Octal16131165

Shades and tints

Shades of #71C935

#71C935
(113,201,53)
#67B731
(103,183,49)
#5DA52D
(93,165,45)
#539329
(83,147,41)
#498125
(73,129,37)
#3F6F21
(63,111,33)
#355D1D
(53,93,29)
#2B4B19
(43,75,25)
#213915
(33,57,21)
#172711
(23,39,17)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #71C935

#71C935
(113,201,53)
#7DCD47
(125,205,71)
#89D159
(137,209,89)
#95D56B
(149,213,107)
#A1D97D
(161,217,125)
#ADDD8F
(173,221,143)
#B9E1A1
(185,225,161)
#C5E5B3
(197,229,179)
#D1E9C5
(209,233,197)
#DDEDD7
(221,237,215)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C935 color. Also use rgb(113,201,53) instead hex code.

Text Font Color

.myTextColor { color: #71C935; }

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

This text font color is #71C935.


Background Color

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

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

This div background color is #71C935.


Border color

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

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

This div border color is #71C935.


Opacity

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

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

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

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

This text has shadow with #71C935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C935 on black background.


Color preview on white background

This text has color #71C935 on white background.



Black color preview on #71C935 background

This text has black color on #71C935 background.


White color preview on #71C935 background

This text has white color on #71C935 background.