COLOR #72C487

HEX: #72C487
RGB: (114,196,135)

Color info

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

RGB color model

#72C487 color RGB value is (114,196,135).

  • red value is 114;
  • green value is 196;
  • blue value is 135.
RGB:
(114,196,135)
(45%,77%,53%)

RGB channels and saturation

R 114 of 255 = 45%
G 196 of 255 = 77%
B 135 of 255 = 53%

114
196
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 196 + 135 = 445 (100%)
R 114 of 445 ~ 25.62%
G 196 of 445 ~ 44.04%
B 135 of 445 ~ 30.34%

%25.62
%44.04
%30.34

CMYK color model

#72C487 color CMYK value is (42,0,31,23).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK:
(42,0,31,23)
C42M0Y31K23 
(42%,0%,31%,23%)
(0.42/0.00/0.31/0.23)	

CMYK percentages

%41.84
%0
%31.12
%23.14

Codes

Color #72C487 in popluar color models

72C487
RGB114196135
HSL135°41.00%60.78%
HSB/HSV135°41.84%76.86%
CMYK41.84%0.00%31.12%
23.14%

Color #72C487 in popluar number systems.

HEX72C487
Decimal114196135
Binary11100101100010010000111
Octal162304207

Shades and tints

Shades of #72C487

#72C487
(114,196,135)
#68B37B
(104,179,123)
#5EA26F
(94,162,111)
#549163
(84,145,99)
#4A8057
(74,128,87)
#406F4B
(64,111,75)
#365E3F
(54,94,63)
#2C4D33
(44,77,51)
#223C27
(34,60,39)
#182B1B
(24,43,27)
#0E1A0F
(14,26,15)
#000000
(0,0,0)

Tints of #72C487

#72C487
(114,196,135)
#7EC991
(126,201,145)
#8ACE9B
(138,206,155)
#96D3A5
(150,211,165)
#A2D8AF
(162,216,175)
#AEDDB9
(174,221,185)
#BAE2C3
(186,226,195)
#C6E7CD
(198,231,205)
#D2ECD7
(210,236,215)
#DEF1E1
(222,241,225)
#EAF6EB
(234,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C487 color. Also use rgb(114,196,135) instead hex code.

Text Font Color

.myTextColor { color: #72C487; }

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

This text font color is #72C487.


Background Color

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

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

This div background color is #72C487.


Border color

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

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

This div border color is #72C487.


Opacity

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

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

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

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

This text has shadow with #72C487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C487 on black background.


Color preview on white background

This text has color #72C487 on white background.



Black color preview on #72C487 background

This text has black color on #72C487 background.


White color preview on #72C487 background

This text has white color on #72C487 background.