COLOR #72BD71

HEX: #72BD71
RGB: (114,189,113)

Color info

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

RGB color model

#72BD71 color RGB value is (114,189,113).

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

RGB channels and saturation

R 114 of 255 = 45%
G 189 of 255 = 74%
B 113 of 255 = 44%

114
189
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 189 + 113 = 416 (100%)
R 114 of 416 ~ 27.4%
G 189 of 416 ~ 45.43%
B 113 of 416 ~ 27.16%

%27.4
%45.43
%27.16

CMYK color model

#72BD71 color CMYK value is (40,0,40,26).

  • cyan value is 39.68%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 25.88%
CMYK:
(40,0,40,26)
C40M0Y40K26 
(40%,0%,40%,26%)
(0.40/0.00/0.40/0.26)	

CMYK percentages

%39.68
%0
%40.21
%25.88

Codes

Color #72BD71 in popluar color models

72BD71
RGB114189113
HSL119°36.54%59.22%
HSB/HSV119°40.21%74.12%
CMYK39.68%0.00%40.21%
25.88%

Color #72BD71 in popluar number systems.

HEX72BD71
Decimal114189113
Binary1110010101111011110001
Octal162275161

Shades and tints

Shades of #72BD71

#72BD71
(114,189,113)
#68AC67
(104,172,103)
#5E9B5D
(94,155,93)
#548A53
(84,138,83)
#4A7949
(74,121,73)
#40683F
(64,104,63)
#365735
(54,87,53)
#2C462B
(44,70,43)
#223521
(34,53,33)
#182417
(24,36,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #72BD71

#72BD71
(114,189,113)
#7EC37D
(126,195,125)
#8AC989
(138,201,137)
#96CF95
(150,207,149)
#A2D5A1
(162,213,161)
#AEDBAD
(174,219,173)
#BAE1B9
(186,225,185)
#C6E7C5
(198,231,197)
#D2EDD1
(210,237,209)
#DEF3DD
(222,243,221)
#EAF9E9
(234,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BD71 color. Also use rgb(114,189,113) instead hex code.

Text Font Color

.myTextColor { color: #72BD71; }

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

This text font color is #72BD71.


Background Color

.myBgColor { background-color: #72BD71; }

<div style="background-color:#72BD71">Inner text</div>

This div background color is #72BD71.


Border color

.myBorderColor { border: 1px solid #72BD71; }

<div style="border:3px solid #72BD71">Div</div>

This div border color is #72BD71.


Opacity

.myOpacity80 { color: #72BD71; opacity: 0.8; }

<p style="color:#72BD71;opacity:0.8;">80%</p>

Text with #72BD71 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 #72BD71;}

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

This text has shadow with #72BD71 color.

.textShadow {text-shadow: 3px 3px 1px #72BD71, 3px 3px 1px red;}

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

This text has shadow with #72BD71 primary color and red secondary color.


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

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

This text has shadow with #72BD71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72BD71 on black background.


Color preview on white background

This text has color #72BD71 on white background.



Black color preview on #72BD71 background

This text has black color on #72BD71 background.


White color preview on #72BD71 background

This text has white color on #72BD71 background.