COLOR #72DA69

HEX: #72DA69
RGB: (114,218,105)

Color info

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

RGB color model

#72DA69 color RGB value is (114,218,105).

  • red value is 114;
  • green value is 218;
  • blue value is 105.
RGB:
(114,218,105)
(45%,85%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 218 of 255 = 85%
B 105 of 255 = 41%

114
218
105

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

Portions of RGB colors in percentages

R + G + B =
114 + 218 + 105 = 437 (100%)
R 114 of 437 ~ 26.09%
G 218 of 437 ~ 49.89%
B 105 of 437 ~ 24.03%

%26.09
%49.89
%24.03

CMYK color model

#72DA69 color CMYK value is (48,0,52,15).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 51.83%
  • key color value is 14.51%
CMYK:
(48,0,52,15)
C48M0Y52K15 
(48%,0%,52%,15%)
(0.48/0.00/0.52/0.15)	

CMYK percentages

%47.71
%0
%51.83
%14.51

Codes

Color #72DA69 in popluar color models

72DA69
RGB114218105
HSL115°60.43%63.33%
HSB/HSV115°51.83%85.49%
CMYK47.71%0.00%51.83%
14.51%

Color #72DA69 in popluar number systems.

HEX72DA69
Decimal114218105
Binary1110010110110101101001
Octal162332151

Shades and tints

Shades of #72DA69

#72DA69
(114,218,105)
#68C760
(104,199,96)
#5EB457
(94,180,87)
#54A14E
(84,161,78)
#4A8E45
(74,142,69)
#407B3C
(64,123,60)
#366833
(54,104,51)
#2C552A
(44,85,42)
#224221
(34,66,33)
#182F18
(24,47,24)
#0E1C0F
(14,28,15)
#000000
(0,0,0)

Tints of #72DA69

#72DA69
(114,218,105)
#7EDD76
(126,221,118)
#8AE083
(138,224,131)
#96E390
(150,227,144)
#A2E69D
(162,230,157)
#AEE9AA
(174,233,170)
#BAECB7
(186,236,183)
#C6EFC4
(198,239,196)
#D2F2D1
(210,242,209)
#DEF5DE
(222,245,222)
#EAF8EB
(234,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72DA69 color. Also use rgb(114,218,105) instead hex code.

Text Font Color

.myTextColor { color: #72DA69; }

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

This text font color is #72DA69.


Background Color

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

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

This div background color is #72DA69.


Border color

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

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

This div border color is #72DA69.


Opacity

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

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

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

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

This text has shadow with #72DA69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DA69 on black background.


Color preview on white background

This text has color #72DA69 on white background.



Black color preview on #72DA69 background

This text has black color on #72DA69 background.


White color preview on #72DA69 background

This text has white color on #72DA69 background.