COLOR #72CE62

HEX: #72CE62
RGB: (114,206,98)

Color info

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

RGB color model

#72CE62 color RGB value is (114,206,98).

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

RGB channels and saturation

R 114 of 255 = 45%
G 206 of 255 = 81%
B 98 of 255 = 38%

114
206
98

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

Portions of RGB colors in percentages

R + G + B =
114 + 206 + 98 = 418 (100%)
R 114 of 418 ~ 27.27%
G 206 of 418 ~ 49.28%
B 98 of 418 ~ 23.44%

%27.27
%49.28
%23.44

CMYK color model

#72CE62 color CMYK value is (45,0,52,19).

  • cyan value is 44.66%
  • magenta value is 0.00%
  • yellow value is 52.43%
  • key color value is 19.22%
CMYK:
(45,0,52,19)
C45M0Y52K19 
(45%,0%,52%,19%)
(0.45/0.00/0.52/0.19)	

CMYK percentages

%44.66
%0
%52.43
%19.22

Codes

Color #72CE62 in popluar color models

72CE62
RGB11420698
HSL111°52.43%59.61%
HSB/HSV111°52.43%80.78%
CMYK44.66%0.00%52.43%
19.22%

Color #72CE62 in popluar number systems.

HEX72CE62
Decimal11420698
Binary1110010110011101100010
Octal162316142

Shades and tints

Shades of #72CE62

#72CE62
(114,206,98)
#68BC5A
(104,188,90)
#5EAA52
(94,170,82)
#54984A
(84,152,74)
#4A8642
(74,134,66)
#40743A
(64,116,58)
#366232
(54,98,50)
#2C502A
(44,80,42)
#223E22
(34,62,34)
#182C1A
(24,44,26)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #72CE62

#72CE62
(114,206,98)
#7ED270
(126,210,112)
#8AD67E
(138,214,126)
#96DA8C
(150,218,140)
#A2DE9A
(162,222,154)
#AEE2A8
(174,226,168)
#BAE6B6
(186,230,182)
#C6EAC4
(198,234,196)
#D2EED2
(210,238,210)
#DEF2E0
(222,242,224)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72CE62; }

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

This text font color is #72CE62.


Background Color

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

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

This div background color is #72CE62.


Border color

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

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

This div border color is #72CE62.


Opacity

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

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

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

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

This text has shadow with #72CE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CE62 on black background.


Color preview on white background

This text has color #72CE62 on white background.



Black color preview on #72CE62 background

This text has black color on #72CE62 background.


White color preview on #72CE62 background

This text has white color on #72CE62 background.