COLOR #72C083

HEX: #72C083
RGB: (114,192,131)

Color info

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

RGB color model

#72C083 color RGB value is (114,192,131).

  • red value is 114;
  • green value is 192;
  • blue value is 131.
RGB:
(114,192,131)
(45%,75%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 192 of 255 = 75%
B 131 of 255 = 51%

114
192
131

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

Portions of RGB colors in percentages

R + G + B =
114 + 192 + 131 = 437 (100%)
R 114 of 437 ~ 26.09%
G 192 of 437 ~ 43.94%
B 131 of 437 ~ 29.98%

%26.09
%43.94
%29.98

CMYK color model

#72C083 color CMYK value is (41,0,32,25).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(41,0,32,25)
C41M0Y32K25 
(41%,0%,32%,25%)
(0.41/0.00/0.32/0.25)	

CMYK percentages

%40.63
%0
%31.77
%24.71

Codes

Color #72C083 in popluar color models

72C083
RGB114192131
HSL133°38.24%60.00%
HSB/HSV133°40.63%75.29%
CMYK40.63%0.00%31.77%
24.71%

Color #72C083 in popluar number systems.

HEX72C083
Decimal114192131
Binary11100101100000010000011
Octal162300203

Shades and tints

Shades of #72C083

#72C083
(114,192,131)
#68AF78
(104,175,120)
#5E9E6D
(94,158,109)
#548D62
(84,141,98)
#4A7C57
(74,124,87)
#406B4C
(64,107,76)
#365A41
(54,90,65)
#2C4936
(44,73,54)
#22382B
(34,56,43)
#182720
(24,39,32)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #72C083

#72C083
(114,192,131)
#7EC58E
(126,197,142)
#8ACA99
(138,202,153)
#96CFA4
(150,207,164)
#A2D4AF
(162,212,175)
#AED9BA
(174,217,186)
#BADEC5
(186,222,197)
#C6E3D0
(198,227,208)
#D2E8DB
(210,232,219)
#DEEDE6
(222,237,230)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C083 color. Also use rgb(114,192,131) instead hex code.

Text Font Color

.myTextColor { color: #72C083; }

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

This text font color is #72C083.


Background Color

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

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

This div background color is #72C083.


Border color

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

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

This div border color is #72C083.


Opacity

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

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

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

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

This text has shadow with #72C083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C083 on black background.


Color preview on white background

This text has color #72C083 on white background.



Black color preview on #72C083 background

This text has black color on #72C083 background.


White color preview on #72C083 background

This text has white color on #72C083 background.