COLOR #72C558

HEX: #72C558
RGB: (114,197,88)

Color info

#72C558 contains mainly green color. Web safe color of #72C558 is #66CC66 (or #6C6).

RGB color model

#72C558 color RGB value is (114,197,88).

  • red value is 114;
  • green value is 197;
  • blue value is 88.
RGB:
(114,197,88)
(45%,77%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 197 of 255 = 77%
B 88 of 255 = 35%

114
197
88

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

Portions of RGB colors in percentages

R + G + B =
114 + 197 + 88 = 399 (100%)
R 114 of 399 ~ 28.57%
G 197 of 399 ~ 49.37%
B 88 of 399 ~ 22.06%

%28.57
%49.37
%22.06

CMYK color model

#72C558 color CMYK value is (42,0,55,23).

  • cyan value is 42.13%
  • magenta value is 0.00%
  • yellow value is 55.33%
  • key color value is 22.75%
CMYK:
(42,0,55,23)
C42M0Y55K23 
(42%,0%,55%,23%)
(0.42/0.00/0.55/0.23)	

CMYK percentages

%42.13
%0
%55.33
%22.75

Codes

Color #72C558 in popluar color models

72C558
RGB11419788
HSL106°48.44%55.88%
HSB/HSV106°55.33%77.25%
CMYK42.13%0.00%55.33%
22.75%

Color #72C558 in popluar number systems.

HEX72C558
Decimal11419788
Binary1110010110001011011000
Octal162305130

Shades and tints

Shades of #72C558

#72C558
(114,197,88)
#68B450
(104,180,80)
#5EA348
(94,163,72)
#549240
(84,146,64)
#4A8138
(74,129,56)
#407030
(64,112,48)
#365F28
(54,95,40)
#2C4E20
(44,78,32)
#223D18
(34,61,24)
#182C10
(24,44,16)
#0E1B08
(14,27,8)
#000000
(0,0,0)

Tints of #72C558

#72C558
(114,197,88)
#7ECA67
(126,202,103)
#8ACF76
(138,207,118)
#96D485
(150,212,133)
#A2D994
(162,217,148)
#AEDEA3
(174,222,163)
#BAE3B2
(186,227,178)
#C6E8C1
(198,232,193)
#D2EDD0
(210,237,208)
#DEF2DF
(222,242,223)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C558 color. Also use rgb(114,197,88) instead hex code.

Text Font Color

.myTextColor { color: #72C558; }

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

This text font color is #72C558.


Background Color

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

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

This div background color is #72C558.


Border color

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

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

This div border color is #72C558.


Opacity

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

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

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

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

This text has shadow with #72C558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C558 on black background.


Color preview on white background

This text has color #72C558 on white background.



Black color preview on #72C558 background

This text has black color on #72C558 background.


White color preview on #72C558 background

This text has white color on #72C558 background.