COLOR #72CE70

HEX: #72CE70
RGB: (114,206,112)

Color info

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

RGB color model

#72CE70 color RGB value is (114,206,112).

  • red value is 114;
  • green value is 206;
  • blue value is 112.
RGB:
(114,206,112)
(45%,81%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 206 of 255 = 81%
B 112 of 255 = 44%

114
206
112

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

Portions of RGB colors in percentages

R + G + B =
114 + 206 + 112 = 432 (100%)
R 114 of 432 ~ 26.39%
G 206 of 432 ~ 47.69%
B 112 of 432 ~ 25.93%

%26.39
%47.69
%25.93

CMYK color model

#72CE70 color CMYK value is (45,0,46,19).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 45.63%
  • key color value is 19.22%
CMYK:
(45,0,46,19)
C45M0Y46K19 
(45%,0%,46%,19%)
(0.45/0.00/0.46/0.19)	

CMYK percentages

%44.66
%0
%45.63
%19.22

Codes

Color #72CE70 in popluar color models

72CE70
RGB114206112
HSL119°48.96%62.35%
HSB/HSV119°45.63%80.78%
CMYK44.66%0.00%45.63%
19.22%

Color #72CE70 in popluar number systems.

HEX72CE70
Decimal114206112
Binary1110010110011101110000
Octal162316160

Shades and tints

Shades of #72CE70

#72CE70
(114,206,112)
#68BC66
(104,188,102)
#5EAA5C
(94,170,92)
#549852
(84,152,82)
#4A8648
(74,134,72)
#40743E
(64,116,62)
#366234
(54,98,52)
#2C502A
(44,80,42)
#223E20
(34,62,32)
#182C16
(24,44,22)
#0E1A0C
(14,26,12)
#000000
(0,0,0)

Tints of #72CE70

#72CE70
(114,206,112)
#7ED27D
(126,210,125)
#8AD68A
(138,214,138)
#96DA97
(150,218,151)
#A2DEA4
(162,222,164)
#AEE2B1
(174,226,177)
#BAE6BE
(186,230,190)
#C6EACB
(198,234,203)
#D2EED8
(210,238,216)
#DEF2E5
(222,242,229)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CE70 color. Also use rgb(114,206,112) instead hex code.

Text Font Color

.myTextColor { color: #72CE70; }

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

This text font color is #72CE70.


Background Color

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

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

This div background color is #72CE70.


Border color

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

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

This div border color is #72CE70.


Opacity

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

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

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

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

This text has shadow with #72CE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CE70 on black background.


Color preview on white background

This text has color #72CE70 on white background.



Black color preview on #72CE70 background

This text has black color on #72CE70 background.


White color preview on #72CE70 background

This text has white color on #72CE70 background.