COLOR #71D270

HEX: #71D270
RGB: (113,210,112)

Color info

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

RGB color model

#71D270 color RGB value is (113,210,112).

  • red value is 113;
  • green value is 210;
  • blue value is 112.
RGB:
(113,210,112)
(44%,82%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 210 of 255 = 82%
B 112 of 255 = 44%

113
210
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 210 + 112 = 435 (100%)
R 113 of 435 ~ 25.98%
G 210 of 435 ~ 48.28%
B 112 of 435 ~ 25.75%

%25.98
%48.28
%25.75

CMYK color model

#71D270 color CMYK value is (46,0,47,18).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 17.65%
CMYK:
(46,0,47,18)
C46M0Y47K18 
(46%,0%,47%,18%)
(0.46/0.00/0.47/0.18)	

CMYK percentages

%46.19
%0
%46.67
%17.65

Codes

Color #71D270 in popluar color models

71D270
RGB113210112
HSL119°52.13%63.14%
HSB/HSV119°46.67%82.35%
CMYK46.19%0.00%46.67%
17.65%

Color #71D270 in popluar number systems.

HEX71D270
Decimal113210112
Binary1110001110100101110000
Octal161322160

Shades and tints

Shades of #71D270

#71D270
(113,210,112)
#67BF66
(103,191,102)
#5DAC5C
(93,172,92)
#539952
(83,153,82)
#498648
(73,134,72)
#3F733E
(63,115,62)
#356034
(53,96,52)
#2B4D2A
(43,77,42)
#213A20
(33,58,32)
#172716
(23,39,22)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #71D270

#71D270
(113,210,112)
#7DD67D
(125,214,125)
#89DA8A
(137,218,138)
#95DE97
(149,222,151)
#A1E2A4
(161,226,164)
#ADE6B1
(173,230,177)
#B9EABE
(185,234,190)
#C5EECB
(197,238,203)
#D1F2D8
(209,242,216)
#DDF6E5
(221,246,229)
#E9FAF2
(233,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D270 color. Also use rgb(113,210,112) instead hex code.

Text Font Color

.myTextColor { color: #71D270; }

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

This text font color is #71D270.


Background Color

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

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

This div background color is #71D270.


Border color

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

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

This div border color is #71D270.


Opacity

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

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

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

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

This text has shadow with #71D270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D270 on black background.


Color preview on white background

This text has color #71D270 on white background.



Black color preview on #71D270 background

This text has black color on #71D270 background.


White color preview on #71D270 background

This text has white color on #71D270 background.