COLOR #72C287

HEX: #72C287
RGB: (114,194,135)

Color info

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

RGB color model

#72C287 color RGB value is (114,194,135).

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

RGB channels and saturation

R 114 of 255 = 45%
G 194 of 255 = 76%
B 135 of 255 = 53%

114
194
135

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

Portions of RGB colors in percentages

R + G + B =
114 + 194 + 135 = 443 (100%)
R 114 of 443 ~ 25.73%
G 194 of 443 ~ 43.79%
B 135 of 443 ~ 30.47%

%25.73
%43.79
%30.47

CMYK color model

#72C287 color CMYK value is (41,0,30,24).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 23.92%
CMYK:
(41,0,30,24)
C41M0Y30K24 
(41%,0%,30%,24%)
(0.41/0.00/0.30/0.24)	

CMYK percentages

%41.24
%0
%30.41
%23.92

Codes

Color #72C287 in popluar color models

72C287
RGB114194135
HSL136°39.60%60.39%
HSB/HSV136°41.24%76.08%
CMYK41.24%0.00%30.41%
23.92%

Color #72C287 in popluar number systems.

HEX72C287
Decimal114194135
Binary11100101100001010000111
Octal162302207

Shades and tints

Shades of #72C287

#72C287
(114,194,135)
#68B17B
(104,177,123)
#5EA06F
(94,160,111)
#548F63
(84,143,99)
#4A7E57
(74,126,87)
#406D4B
(64,109,75)
#365C3F
(54,92,63)
#2C4B33
(44,75,51)
#223A27
(34,58,39)
#18291B
(24,41,27)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #72C287

#72C287
(114,194,135)
#7EC791
(126,199,145)
#8ACC9B
(138,204,155)
#96D1A5
(150,209,165)
#A2D6AF
(162,214,175)
#AEDBB9
(174,219,185)
#BAE0C3
(186,224,195)
#C6E5CD
(198,229,205)
#D2EAD7
(210,234,215)
#DEEFE1
(222,239,225)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72C287; }

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

This text font color is #72C287.


Background Color

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

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

This div background color is #72C287.


Border color

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

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

This div border color is #72C287.


Opacity

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

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

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

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

This text has shadow with #72C287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C287 on black background.


Color preview on white background

This text has color #72C287 on white background.



Black color preview on #72C287 background

This text has black color on #72C287 background.


White color preview on #72C287 background

This text has white color on #72C287 background.