COLOR #72E16F

HEX: #72E16F
RGB: (114,225,111)

Color info

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

RGB color model

#72E16F color RGB value is (114,225,111).

  • red value is 114;
  • green value is 225;
  • blue value is 111.
RGB:
(114,225,111)
(45%,88%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 225 of 255 = 88%
B 111 of 255 = 44%

114
225
111

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

Portions of RGB colors in percentages

R + G + B =
114 + 225 + 111 = 450 (100%)
R 114 of 450 ~ 25.33%
G 225 of 450 ~ 50%
B 111 of 450 ~ 24.67%

%25.33
%50
%24.67

CMYK color model

#72E16F color CMYK value is (49,0,51,12).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 50.67%
  • key color value is 11.76%
CMYK:
(49,0,51,12)
C49M0Y51K12 
(49%,0%,51%,12%)
(0.49/0.00/0.51/0.12)	

CMYK percentages

%49.33
%0
%50.67
%11.76

Codes

Color #72E16F in popluar color models

72E16F
RGB114225111
HSL118°65.52%65.88%
HSB/HSV118°50.67%88.24%
CMYK49.33%0.00%50.67%
11.76%

Color #72E16F in popluar number systems.

HEX72E16F
Decimal114225111
Binary1110010111000011101111
Octal162341157

Shades and tints

Shades of #72E16F

#72E16F
(114,225,111)
#68CD65
(104,205,101)
#5EB95B
(94,185,91)
#54A551
(84,165,81)
#4A9147
(74,145,71)
#407D3D
(64,125,61)
#366933
(54,105,51)
#2C5529
(44,85,41)
#22411F
(34,65,31)
#182D15
(24,45,21)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #72E16F

#72E16F
(114,225,111)
#7EE37C
(126,227,124)
#8AE589
(138,229,137)
#96E796
(150,231,150)
#A2E9A3
(162,233,163)
#AEEBB0
(174,235,176)
#BAEDBD
(186,237,189)
#C6EFCA
(198,239,202)
#D2F1D7
(210,241,215)
#DEF3E4
(222,243,228)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E16F; }

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

This text font color is #72E16F.


Background Color

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

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

This div background color is #72E16F.


Border color

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

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

This div border color is #72E16F.


Opacity

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

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

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

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

This text has shadow with #72E16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E16F on black background.


Color preview on white background

This text has color #72E16F on white background.



Black color preview on #72E16F background

This text has black color on #72E16F background.


White color preview on #72E16F background

This text has white color on #72E16F background.