COLOR #71CC4E

HEX: #71CC4E
RGB: (113,204,78)

Color info

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

RGB color model

#71CC4E color RGB value is (113,204,78).

  • red value is 113;
  • green value is 204;
  • blue value is 78.
RGB:
(113,204,78)
(44%,80%,31%)

RGB channels and saturation

R 113 of 255 = 44%
G 204 of 255 = 80%
B 78 of 255 = 31%

113
204
78

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

Portions of RGB colors in percentages

R + G + B =
113 + 204 + 78 = 395 (100%)
R 113 of 395 ~ 28.61%
G 204 of 395 ~ 51.65%
B 78 of 395 ~ 19.75%

%28.61
%51.65
%19.75

CMYK color model

#71CC4E color CMYK value is (45,0,62,20).

  • cyan value is 44.61%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 20.00%
CMYK:
(45,0,62,20)
C45M0Y62K20 
(45%,0%,62%,20%)
(0.45/0.00/0.62/0.20)	

CMYK percentages

%44.61
%0
%61.76
%20

Codes

Color #71CC4E in popluar color models

71CC4E
RGB11320478
HSL103°55.26%55.29%
HSB/HSV103°61.76%80.00%
CMYK44.61%0.00%61.76%
20.00%

Color #71CC4E in popluar number systems.

HEX71CC4E
Decimal11320478
Binary1110001110011001001110
Octal161314116

Shades and tints

Shades of #71CC4E

#71CC4E
(113,204,78)
#67BA47
(103,186,71)
#5DA840
(93,168,64)
#539639
(83,150,57)
#498432
(73,132,50)
#3F722B
(63,114,43)
#356024
(53,96,36)
#2B4E1D
(43,78,29)
#213C16
(33,60,22)
#172A0F
(23,42,15)
#0D1808
(13,24,8)
#000000
(0,0,0)

Tints of #71CC4E

#71CC4E
(113,204,78)
#7DD05E
(125,208,94)
#89D46E
(137,212,110)
#95D87E
(149,216,126)
#A1DC8E
(161,220,142)
#ADE09E
(173,224,158)
#B9E4AE
(185,228,174)
#C5E8BE
(197,232,190)
#D1ECCE
(209,236,206)
#DDF0DE
(221,240,222)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CC4E color. Also use rgb(113,204,78) instead hex code.

Text Font Color

.myTextColor { color: #71CC4E; }

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

This text font color is #71CC4E.


Background Color

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

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

This div background color is #71CC4E.


Border color

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

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

This div border color is #71CC4E.


Opacity

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

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

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

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

This text has shadow with #71CC4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CC4E on black background.


Color preview on white background

This text has color #71CC4E on white background.



Black color preview on #71CC4E background

This text has black color on #71CC4E background.


White color preview on #71CC4E background

This text has white color on #71CC4E background.