COLOR #71D855

HEX: #71D855
RGB: (113,216,85)

Color info

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

RGB color model

#71D855 color RGB value is (113,216,85).

  • red value is 113;
  • green value is 216;
  • blue value is 85.
RGB:
(113,216,85)
(44%,85%,33%)

RGB channels and saturation

R 113 of 255 = 44%
G 216 of 255 = 85%
B 85 of 255 = 33%

113
216
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 216 + 85 = 414 (100%)
R 113 of 414 ~ 27.29%
G 216 of 414 ~ 52.17%
B 85 of 414 ~ 20.53%

%27.29
%52.17
%20.53

CMYK color model

#71D855 color CMYK value is (48,0,61,15).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 60.65%
  • key color value is 15.29%
CMYK:
(48,0,61,15)
C48M0Y61K15 
(48%,0%,61%,15%)
(0.48/0.00/0.61/0.15)	

CMYK percentages

%47.69
%0
%60.65
%15.29

Codes

Color #71D855 in popluar color models

71D855
RGB11321685
HSL107°62.68%59.02%
HSB/HSV107°60.65%84.71%
CMYK47.69%0.00%60.65%
15.29%

Color #71D855 in popluar number systems.

HEX71D855
Decimal11321685
Binary1110001110110001010101
Octal161330125

Shades and tints

Shades of #71D855

#71D855
(113,216,85)
#67C54E
(103,197,78)
#5DB247
(93,178,71)
#539F40
(83,159,64)
#498C39
(73,140,57)
#3F7932
(63,121,50)
#35662B
(53,102,43)
#2B5324
(43,83,36)
#21401D
(33,64,29)
#172D16
(23,45,22)
#0D1A0F
(13,26,15)
#000000
(0,0,0)

Tints of #71D855

#71D855
(113,216,85)
#7DDB64
(125,219,100)
#89DE73
(137,222,115)
#95E182
(149,225,130)
#A1E491
(161,228,145)
#ADE7A0
(173,231,160)
#B9EAAF
(185,234,175)
#C5EDBE
(197,237,190)
#D1F0CD
(209,240,205)
#DDF3DC
(221,243,220)
#E9F6EB
(233,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D855 color. Also use rgb(113,216,85) instead hex code.

Text Font Color

.myTextColor { color: #71D855; }

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

This text font color is #71D855.


Background Color

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

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

This div background color is #71D855.


Border color

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

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

This div border color is #71D855.


Opacity

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

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

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

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

This text has shadow with #71D855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D855 on black background.


Color preview on white background

This text has color #71D855 on white background.



Black color preview on #71D855 background

This text has black color on #71D855 background.


White color preview on #71D855 background

This text has white color on #71D855 background.