COLOR #72D95A

HEX: #72D95A
RGB: (114,217,90)

Color info

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

RGB color model

#72D95A color RGB value is (114,217,90).

  • red value is 114;
  • green value is 217;
  • blue value is 90.
RGB:
(114,217,90)
(45%,85%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 217 of 255 = 85%
B 90 of 255 = 35%

114
217
90

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

Portions of RGB colors in percentages

R + G + B =
114 + 217 + 90 = 421 (100%)
R 114 of 421 ~ 27.08%
G 217 of 421 ~ 51.54%
B 90 of 421 ~ 21.38%

%27.08
%51.54
%21.38

CMYK color model

#72D95A color CMYK value is (47,0,59,15).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 58.53%
  • key color value is 14.90%
CMYK:
(47,0,59,15)
C47M0Y59K15 
(47%,0%,59%,15%)
(0.47/0.00/0.59/0.15)	

CMYK percentages

%47.47
%0
%58.53
%14.9

Codes

Color #72D95A in popluar color models

72D95A
RGB11421790
HSL109°62.56%60.20%
HSB/HSV109°58.53%85.10%
CMYK47.47%0.00%58.53%
14.90%

Color #72D95A in popluar number systems.

HEX72D95A
Decimal11421790
Binary1110010110110011011010
Octal162331132

Shades and tints

Shades of #72D95A

#72D95A
(114,217,90)
#68C652
(104,198,82)
#5EB34A
(94,179,74)
#54A042
(84,160,66)
#4A8D3A
(74,141,58)
#407A32
(64,122,50)
#36672A
(54,103,42)
#2C5422
(44,84,34)
#22411A
(34,65,26)
#182E12
(24,46,18)
#0E1B0A
(14,27,10)
#000000
(0,0,0)

Tints of #72D95A

#72D95A
(114,217,90)
#7EDC69
(126,220,105)
#8ADF78
(138,223,120)
#96E287
(150,226,135)
#A2E596
(162,229,150)
#AEE8A5
(174,232,165)
#BAEBB4
(186,235,180)
#C6EEC3
(198,238,195)
#D2F1D2
(210,241,210)
#DEF4E1
(222,244,225)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D95A; }

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

This text font color is #72D95A.


Background Color

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

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

This div background color is #72D95A.


Border color

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

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

This div border color is #72D95A.


Opacity

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

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

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

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

This text has shadow with #72D95A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D95A on black background.


Color preview on white background

This text has color #72D95A on white background.



Black color preview on #72D95A background

This text has black color on #72D95A background.


White color preview on #72D95A background

This text has white color on #72D95A background.