COLOR #72DB71

HEX: #72DB71
RGB: (114,219,113)

Color info

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

RGB color model

#72DB71 color RGB value is (114,219,113).

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

RGB channels and saturation

R 114 of 255 = 45%
G 219 of 255 = 86%
B 113 of 255 = 44%

114
219
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 219 + 113 = 446 (100%)
R 114 of 446 ~ 25.56%
G 219 of 446 ~ 49.1%
B 113 of 446 ~ 25.34%

%25.56
%49.1
%25.34

CMYK color model

#72DB71 color CMYK value is (48,0,48,14).

  • cyan value is 47.95%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 14.12%
CMYK:
(48,0,48,14)
C48M0Y48K14 
(48%,0%,48%,14%)
(0.48/0.00/0.48/0.14)	

CMYK percentages

%47.95
%0
%48.4
%14.12

Codes

Color #72DB71 in popluar color models

72DB71
RGB114219113
HSL119°59.55%65.10%
HSB/HSV119°48.40%85.88%
CMYK47.95%0.00%48.40%
14.12%

Color #72DB71 in popluar number systems.

HEX72DB71
Decimal114219113
Binary1110010110110111110001
Octal162333161

Shades and tints

Shades of #72DB71

#72DB71
(114,219,113)
#68C867
(104,200,103)
#5EB55D
(94,181,93)
#54A253
(84,162,83)
#4A8F49
(74,143,73)
#407C3F
(64,124,63)
#366935
(54,105,53)
#2C562B
(44,86,43)
#224321
(34,67,33)
#183017
(24,48,23)
#0E1D0D
(14,29,13)
#000000
(0,0,0)

Tints of #72DB71

#72DB71
(114,219,113)
#7EDE7D
(126,222,125)
#8AE189
(138,225,137)
#96E495
(150,228,149)
#A2E7A1
(162,231,161)
#AEEAAD
(174,234,173)
#BAEDB9
(186,237,185)
#C6F0C5
(198,240,197)
#D2F3D1
(210,243,209)
#DEF6DD
(222,246,221)
#EAF9E9
(234,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72DB71; }

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

This text font color is #72DB71.


Background Color

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

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

This div background color is #72DB71.


Border color

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

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

This div border color is #72DB71.


Opacity

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

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

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

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

This text has shadow with #72DB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DB71 on black background.


Color preview on white background

This text has color #72DB71 on white background.



Black color preview on #72DB71 background

This text has black color on #72DB71 background.


White color preview on #72DB71 background

This text has white color on #72DB71 background.