COLOR #72C38D

HEX: #72C38D
RGB: (114,195,141)

Color info

#72C38D contains mainly green and blue colors. Web safe color of #72C38D is #66CC99 (or #6C9).

RGB color model

#72C38D color RGB value is (114,195,141).

  • red value is 114;
  • green value is 195;
  • blue value is 141.
RGB:
(114,195,141)
(45%,76%,55%)

RGB channels and saturation

R 114 of 255 = 45%
G 195 of 255 = 76%
B 141 of 255 = 55%

114
195
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 195 + 141 = 450 (100%)
R 114 of 450 ~ 25.33%
G 195 of 450 ~ 43.33%
B 141 of 450 ~ 31.33%

%25.33
%43.33
%31.33

CMYK color model

#72C38D color CMYK value is (42,0,28,24).

  • cyan value is 41.54%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%
CMYK:
(42,0,28,24)
C42M0Y28K24 
(42%,0%,28%,24%)
(0.42/0.00/0.28/0.24)	

CMYK percentages

%41.54
%0
%27.69
%23.53

Codes

Color #72C38D in popluar color models

72C38D
RGB114195141
HSL140°40.30%60.59%
HSB/HSV140°41.54%76.47%
CMYK41.54%0.00%27.69%
23.53%

Color #72C38D in popluar number systems.

HEX72C38D
Decimal114195141
Binary11100101100001110001101
Octal162303215

Shades and tints

Shades of #72C38D

#72C38D
(114,195,141)
#68B281
(104,178,129)
#5EA175
(94,161,117)
#549069
(84,144,105)
#4A7F5D
(74,127,93)
#406E51
(64,110,81)
#365D45
(54,93,69)
#2C4C39
(44,76,57)
#223B2D
(34,59,45)
#182A21
(24,42,33)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #72C38D

#72C38D
(114,195,141)
#7EC897
(126,200,151)
#8ACDA1
(138,205,161)
#96D2AB
(150,210,171)
#A2D7B5
(162,215,181)
#AEDCBF
(174,220,191)
#BAE1C9
(186,225,201)
#C6E6D3
(198,230,211)
#D2EBDD
(210,235,221)
#DEF0E7
(222,240,231)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C38D color. Also use rgb(114,195,141) instead hex code.

Text Font Color

.myTextColor { color: #72C38D; }

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

This text font color is #72C38D.


Background Color

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

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

This div background color is #72C38D.


Border color

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

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

This div border color is #72C38D.


Opacity

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

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

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

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

This text has shadow with #72C38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C38D on black background.


Color preview on white background

This text has color #72C38D on white background.



Black color preview on #72C38D background

This text has black color on #72C38D background.


White color preview on #72C38D background

This text has white color on #72C38D background.