COLOR #72D28E

HEX: #72D28E
RGB: (114,210,142)

Color info

#72D28E contains mainly green color. Web safe color of #72D28E is #66CC99 (or #6C9).

RGB color model

#72D28E color RGB value is (114,210,142).

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

RGB channels and saturation

R 114 of 255 = 45%
G 210 of 255 = 82%
B 142 of 255 = 56%

114
210
142

R + G + B ~ 61%. #72D28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 210 + 142 = 466 (100%)
R 114 of 466 ~ 24.46%
G 210 of 466 ~ 45.06%
B 142 of 466 ~ 30.47%

%24.46
%45.06
%30.47

CMYK color model

#72D28E color CMYK value is (46,0,32,18).

  • cyan value is 45.71%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 17.65%
CMYK:
(46,0,32,18)
C46M0Y32K18 
(46%,0%,32%,18%)
(0.46/0.00/0.32/0.18)	

CMYK percentages

%45.71
%0
%32.38
%17.65

Codes

Color #72D28E in popluar color models

72D28E
RGB114210142
HSL138°51.61%63.53%
HSB/HSV138°45.71%82.35%
CMYK45.71%0.00%32.38%
17.65%

Color #72D28E in popluar number systems.

HEX72D28E
Decimal114210142
Binary11100101101001010001110
Octal162322216

Shades and tints

Shades of #72D28E

#72D28E
(114,210,142)
#68BF82
(104,191,130)
#5EAC76
(94,172,118)
#54996A
(84,153,106)
#4A865E
(74,134,94)
#407352
(64,115,82)
#366046
(54,96,70)
#2C4D3A
(44,77,58)
#223A2E
(34,58,46)
#182722
(24,39,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #72D28E

#72D28E
(114,210,142)
#7ED698
(126,214,152)
#8ADAA2
(138,218,162)
#96DEAC
(150,222,172)
#A2E2B6
(162,226,182)
#AEE6C0
(174,230,192)
#BAEACA
(186,234,202)
#C6EED4
(198,238,212)
#D2F2DE
(210,242,222)
#DEF6E8
(222,246,232)
#EAFAF2
(234,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D28E; }

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

This text font color is #72D28E.


Background Color

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

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

This div background color is #72D28E.


Border color

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

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

This div border color is #72D28E.


Opacity

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

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

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

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

This text has shadow with #72D28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D28E on black background.


Color preview on white background

This text has color #72D28E on white background.



Black color preview on #72D28E background

This text has black color on #72D28E background.


White color preview on #72D28E background

This text has white color on #72D28E background.