COLOR #72D942

HEX: #72D942
RGB: (114,217,66)

Color info

#72D942 contains mainly green color. Web safe color of #72D942 is #66CC33 (or #6C3).

RGB color model

#72D942 color RGB value is (114,217,66).

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

RGB channels and saturation

R 114 of 255 = 45%
G 217 of 255 = 85%
B 66 of 255 = 26%

114
217
66

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

Portions of RGB colors in percentages

R + G + B =
114 + 217 + 66 = 397 (100%)
R 114 of 397 ~ 28.72%
G 217 of 397 ~ 54.66%
B 66 of 397 ~ 16.62%

%28.72
%54.66
%16.62

CMYK color model

#72D942 color CMYK value is (47,0,70,15).

  • cyan value is 47.47%
  • magenta value is 0.00%
  • yellow value is 69.59%
  • key color value is 14.90%
CMYK:
(47,0,70,15)
C47M0Y70K15 
(47%,0%,70%,15%)
(0.47/0.00/0.70/0.15)	

CMYK percentages

%47.47
%0
%69.59
%14.9

Codes

Color #72D942 in popluar color models

72D942
RGB11421766
HSL101°66.52%55.49%
HSB/HSV101°69.59%85.10%
CMYK47.47%0.00%69.59%
14.90%

Color #72D942 in popluar number systems.

HEX72D942
Decimal11421766
Binary1110010110110011000010
Octal162331102

Shades and tints

Shades of #72D942

#72D942
(114,217,66)
#68C63C
(104,198,60)
#5EB336
(94,179,54)
#54A030
(84,160,48)
#4A8D2A
(74,141,42)
#407A24
(64,122,36)
#36671E
(54,103,30)
#2C5418
(44,84,24)
#224112
(34,65,18)
#182E0C
(24,46,12)
#0E1B06
(14,27,6)
#000000
(0,0,0)

Tints of #72D942

#72D942
(114,217,66)
#7EDC53
(126,220,83)
#8ADF64
(138,223,100)
#96E275
(150,226,117)
#A2E586
(162,229,134)
#AEE897
(174,232,151)
#BAEBA8
(186,235,168)
#C6EEB9
(198,238,185)
#D2F1CA
(210,241,202)
#DEF4DB
(222,244,219)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D942; }

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

This text font color is #72D942.


Background Color

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

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

This div background color is #72D942.


Border color

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

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

This div border color is #72D942.


Opacity

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

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

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

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

This text has shadow with #72D942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72D942 on black background.


Color preview on white background

This text has color #72D942 on white background.



Black color preview on #72D942 background

This text has black color on #72D942 background.


White color preview on #72D942 background

This text has white color on #72D942 background.