COLOR #72D48F

HEX: #72D48F RGB: (114,212,143)

Color info

#72D48F contains mainly green color. Web safe color of #72D48F is #66CC99 (or #6C9).

RGB color model

#72D48F color RGB value is (114,212,143).

RGB: (114,212,143) (45%, 83%, 56%)

RGB channels and saturation

R 114 of 255 = 45%
G 212 of 255 = 83%
B 143 of 255 = 56%

114
212
143

R + G + B ~ 61%. #72D48F is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 212 + 143 = 469 (100%)
R 114 of 469 ~ 24.31%
G 212 of 469 ~ 45.2%
B 143 of 469 ~ 30.49'%

%24.31
%45.2
%30.49

CMYK color model

#72D48F color CMYK value is (46,0,33,17).

  • cyan value is 46.23%
  • magenta value is 0.00%
  • yellow value is 32.55%
  • key color value is 16.86%

CMYK: (46,0,33,17)
C46M0Y33K17 (46%, 0%, 33%, 17%)
(0.46 / 0.00 / 0.33 / 0.17)

CMYK percentages

%46.23
%0
%32.55
%16.86

Codes

Color #72D48F in popluar color models

72 D4 8F
RGB 114 212 143
HSL 138° 53.26% 63.92%
HSB/HSV 138° 46.23% 83.14%
CMYK 46.23% 0.00% 32.55%
16.86%

Color #72D48F in popluar number systems.

HEX 72 D4 8F
Decimal 114 212 143
Binary 1110010 11010100 10001111
Octal 162 324 217

Shades and tints

Shades of #72D48F

#72D48F
(114,212,143)
#68C182
(104,193,130)
#5EAE75
(94,174,117)
#549B68
(84,155,104)
#4A885B
(74,136,91)
#40754E
(64,117,78)
#366241
(54,98,65)
#2C4F34
(44,79,52)
#223C27
(34,60,39)
#18291A
(24,41,26)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #72D48F

#72D48F
(114,212,143)
#7ED799
(126,215,153)
#8ADAA3
(138,218,163)
#96DDAD
(150,221,173)
#A2E0B7
(162,224,183)
#AEE3C1
(174,227,193)
#BAE6CB
(186,230,203)
#C6E9D5
(198,233,213)
#D2ECDF
(210,236,223)
#DEEFE9
(222,239,233)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72D48F color. Also use rgb(114,212,143) instead hex code.

Text Font Color

.myTextColor { color: #72D48F; }

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

This text font color is #72D48F.

Background Color

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

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

This div background color is #72D48F.

Border color

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

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

This div border color is #72D48F.

Opacity

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

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

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

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

This text has shadow with #72D48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72D48F.

Preview

Color preview on black background

This text has color #72D48F on black background.


Color preview on white background

This text has color #72D48F on white background.


Black color preview on #72D48F background

This text has black color on #72D48F background.


White color preview on #72D48F background

This text has white color on #72D48F background.


Related colors

Complementary color

Complementary color for #hex is #8D2B70.


I love getcolorcode.com

Triadic colors

1 #8F72D4 and #D48F72 with #72D48F are triadic colors.

2 #8FD472 and #D4728F with #72D48F are triadic colors.