COLOR #72C391

HEX: #72C391
RGB: (114,195,145)

Color info

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

RGB color model

#72C391 color RGB value is (114,195,145).

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

RGB channels and saturation

R 114 of 255 = 45%
G 195 of 255 = 76%
B 145 of 255 = 57%

114
195
145

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

Portions of RGB colors in percentages

R + G + B =
114 + 195 + 145 = 454 (100%)
R 114 of 454 ~ 25.11%
G 195 of 454 ~ 42.95%
B 145 of 454 ~ 31.94%

%25.11
%42.95
%31.94

CMYK color model

#72C391 color CMYK value is (42,0,26,24).

  • cyan value is 41.54%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 23.53%
CMYK:
(42,0,26,24)
C42M0Y26K24 
(42%,0%,26%,24%)
(0.42/0.00/0.26/0.24)	

CMYK percentages

%41.54
%0
%25.64
%23.53

Codes

Color #72C391 in popluar color models

72C391
RGB114195145
HSL143°40.30%60.59%
HSB/HSV143°41.54%76.47%
CMYK41.54%0.00%25.64%
23.53%

Color #72C391 in popluar number systems.

HEX72C391
Decimal114195145
Binary11100101100001110010001
Octal162303221

Shades and tints

Shades of #72C391

#72C391
(114,195,145)
#68B284
(104,178,132)
#5EA177
(94,161,119)
#54906A
(84,144,106)
#4A7F5D
(74,127,93)
#406E50
(64,110,80)
#365D43
(54,93,67)
#2C4C36
(44,76,54)
#223B29
(34,59,41)
#182A1C
(24,42,28)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72C391

#72C391
(114,195,145)
#7EC89B
(126,200,155)
#8ACDA5
(138,205,165)
#96D2AF
(150,210,175)
#A2D7B9
(162,215,185)
#AEDCC3
(174,220,195)
#BAE1CD
(186,225,205)
#C6E6D7
(198,230,215)
#D2EBE1
(210,235,225)
#DEF0EB
(222,240,235)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C391; }

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

This text font color is #72C391.


Background Color

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

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

This div background color is #72C391.


Border color

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

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

This div border color is #72C391.


Opacity

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

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

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

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

This text has shadow with #72C391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C391 on black background.


Color preview on white background

This text has color #72C391 on white background.



Black color preview on #72C391 background

This text has black color on #72C391 background.


White color preview on #72C391 background

This text has white color on #72C391 background.