COLOR #71CB72

HEX: #71CB72
RGB: (113,203,114)

Color info

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

RGB color model

#71CB72 color RGB value is (113,203,114).

  • red value is 113;
  • green value is 203;
  • blue value is 114.
RGB:
(113,203,114)
(44%,80%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 203 of 255 = 80%
B 114 of 255 = 45%

113
203
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 203 + 114 = 430 (100%)
R 113 of 430 ~ 26.28%
G 203 of 430 ~ 47.21%
B 114 of 430 ~ 26.51%

%26.28
%47.21
%26.51

CMYK color model

#71CB72 color CMYK value is (44,0,44,20).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 20.39%
CMYK:
(44,0,44,20)
C44M0Y44K20 
(44%,0%,44%,20%)
(0.44/0.00/0.44/0.20)	

CMYK percentages

%44.33
%0
%43.84
%20.39

Codes

Color #71CB72 in popluar color models

71CB72
RGB113203114
HSL121°46.39%61.96%
HSB/HSV121°44.33%79.61%
CMYK44.33%0.00%43.84%
20.39%

Color #71CB72 in popluar number systems.

HEX71CB72
Decimal113203114
Binary1110001110010111110010
Octal161313162

Shades and tints

Shades of #71CB72

#71CB72
(113,203,114)
#67B968
(103,185,104)
#5DA75E
(93,167,94)
#539554
(83,149,84)
#49834A
(73,131,74)
#3F7140
(63,113,64)
#355F36
(53,95,54)
#2B4D2C
(43,77,44)
#213B22
(33,59,34)
#172918
(23,41,24)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #71CB72

#71CB72
(113,203,114)
#7DCF7E
(125,207,126)
#89D38A
(137,211,138)
#95D796
(149,215,150)
#A1DBA2
(161,219,162)
#ADDFAE
(173,223,174)
#B9E3BA
(185,227,186)
#C5E7C6
(197,231,198)
#D1EBD2
(209,235,210)
#DDEFDE
(221,239,222)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CB72 color. Also use rgb(113,203,114) instead hex code.

Text Font Color

.myTextColor { color: #71CB72; }

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

This text font color is #71CB72.


Background Color

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

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

This div background color is #71CB72.


Border color

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

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

This div border color is #71CB72.


Opacity

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

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

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

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

This text has shadow with #71CB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CB72 on black background.


Color preview on white background

This text has color #71CB72 on white background.



Black color preview on #71CB72 background

This text has black color on #71CB72 background.


White color preview on #71CB72 background

This text has white color on #71CB72 background.