COLOR #72C28D

HEX: #72C28D
RGB: (114,194,141)

Color info

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

RGB color model

#72C28D color RGB value is (114,194,141).

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

RGB channels and saturation

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

114
194
141

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

Portions of RGB colors in percentages

R + G + B =
114 + 194 + 141 = 449 (100%)
R 114 of 449 ~ 25.39%
G 194 of 449 ~ 43.21%
B 141 of 449 ~ 31.4%

%25.39
%43.21
%31.4

CMYK color model

#72C28D color CMYK value is (41,0,27,24).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(41,0,27,24)
C41M0Y27K24 
(41%,0%,27%,24%)
(0.41/0.00/0.27/0.24)	

CMYK percentages

%41.24
%0
%27.32
%23.92

Codes

Color #72C28D in popluar color models

72C28D
RGB114194141
HSL140°39.60%60.39%
HSB/HSV140°41.24%76.08%
CMYK41.24%0.00%27.32%
23.92%

Color #72C28D in popluar number systems.

HEX72C28D
Decimal114194141
Binary11100101100001010001101
Octal162302215

Shades and tints

Shades of #72C28D

#72C28D
(114,194,141)
#68B181
(104,177,129)
#5EA075
(94,160,117)
#548F69
(84,143,105)
#4A7E5D
(74,126,93)
#406D51
(64,109,81)
#365C45
(54,92,69)
#2C4B39
(44,75,57)
#223A2D
(34,58,45)
#182921
(24,41,33)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #72C28D

#72C28D
(114,194,141)
#7EC797
(126,199,151)
#8ACCA1
(138,204,161)
#96D1AB
(150,209,171)
#A2D6B5
(162,214,181)
#AEDBBF
(174,219,191)
#BAE0C9
(186,224,201)
#C6E5D3
(198,229,211)
#D2EADD
(210,234,221)
#DEEFE7
(222,239,231)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C28D; }

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

This text font color is #72C28D.


Background Color

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

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

This div background color is #72C28D.


Border color

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

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

This div border color is #72C28D.


Opacity

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

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

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

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

This text has shadow with #72C28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C28D on black background.


Color preview on white background

This text has color #72C28D on white background.



Black color preview on #72C28D background

This text has black color on #72C28D background.


White color preview on #72C28D background

This text has white color on #72C28D background.