COLOR #72D072

HEX: #72D072
RGB: (114,208,114)

Color info

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

RGB color model

#72D072 color RGB value is (114,208,114).

  • red value is 114;
  • green value is 208;
  • blue value is 114.
RGB:
(114,208,114)
(45%,82%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 208 of 255 = 82%
B 114 of 255 = 45%

114
208
114

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

Portions of RGB colors in percentages

R + G + B =
114 + 208 + 114 = 436 (100%)
R 114 of 436 ~ 26.15%
G 208 of 436 ~ 47.71%
B 114 of 436 ~ 26.15%

%26.15
%47.71
%26.15

CMYK color model

#72D072 color CMYK value is (45,0,45,18).

  • cyan value is 45.19%
  • magenta value is 0.00%
  • yellow value is 45.19%
  • key color value is 18.43%
CMYK:
(45,0,45,18)
C45M0Y45K18 
(45%,0%,45%,18%)
(0.45/0.00/0.45/0.18)	

CMYK percentages

%45.19
%0
%45.19
%18.43

Codes

Color #72D072 in popluar color models

72D072
RGB114208114
HSL120°50.00%63.14%
HSB/HSV120°45.19%81.57%
CMYK45.19%0.00%45.19%
18.43%

Color #72D072 in popluar number systems.

HEX72D072
Decimal114208114
Binary1110010110100001110010
Octal162320162

Shades and tints

Shades of #72D072

#72D072
(114,208,114)
#68BE68
(104,190,104)
#5EAC5E
(94,172,94)
#549A54
(84,154,84)
#4A884A
(74,136,74)
#407640
(64,118,64)
#366436
(54,100,54)
#2C522C
(44,82,44)
#224022
(34,64,34)
#182E18
(24,46,24)
#0E1C0E
(14,28,14)
#000000
(0,0,0)

Tints of #72D072

#72D072
(114,208,114)
#7ED47E
(126,212,126)
#8AD88A
(138,216,138)
#96DC96
(150,220,150)
#A2E0A2
(162,224,162)
#AEE4AE
(174,228,174)
#BAE8BA
(186,232,186)
#C6ECC6
(198,236,198)
#D2F0D2
(210,240,210)
#DEF4DE
(222,244,222)
#EAF8EA
(234,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D072; }

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

This text font color is #72D072.


Background Color

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

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

This div background color is #72D072.


Border color

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

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

This div border color is #72D072.


Opacity

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

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

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

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

This text has shadow with #72D072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D072 on black background.


Color preview on white background

This text has color #72D072 on white background.



Black color preview on #72D072 background

This text has black color on #72D072 background.


White color preview on #72D072 background

This text has white color on #72D072 background.