COLOR #72E492

HEX: #72E492
RGB: (114,228,146)

Color info

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

RGB color model

#72E492 color RGB value is (114,228,146).

  • red value is 114;
  • green value is 228;
  • blue value is 146.
RGB:
(114,228,146)
(45%,89%,57%)

RGB channels and saturation

R 114 of 255 = 45%
G 228 of 255 = 89%
B 146 of 255 = 57%

114
228
146

R + G + B ~ 64%. #72E492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 228 + 146 = 488 (100%)
R 114 of 488 ~ 23.36%
G 228 of 488 ~ 46.72%
B 146 of 488 ~ 29.92%

%23.36
%46.72
%29.92

CMYK color model

#72E492 color CMYK value is (50,0,36,11).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 35.96%
  • key color value is 10.59%
CMYK:
(50,0,36,11)
C50M0Y36K11 
(50%,0%,36%,11%)
(0.50/0.00/0.36/0.11)	

CMYK percentages

%50
%0
%35.96
%10.59

Codes

Color #72E492 in popluar color models

72E492
RGB114228146
HSL137°67.86%67.06%
HSB/HSV137°50.00%89.41%
CMYK50.00%0.00%35.96%
10.59%

Color #72E492 in popluar number systems.

HEX72E492
Decimal114228146
Binary11100101110010010010010
Octal162344222

Shades and tints

Shades of #72E492

#72E492
(114,228,146)
#68D085
(104,208,133)
#5EBC78
(94,188,120)
#54A86B
(84,168,107)
#4A945E
(74,148,94)
#408051
(64,128,81)
#366C44
(54,108,68)
#2C5837
(44,88,55)
#22442A
(34,68,42)
#18301D
(24,48,29)
#0E1C10
(14,28,16)
#000000
(0,0,0)

Tints of #72E492

#72E492
(114,228,146)
#7EE69B
(126,230,155)
#8AE8A4
(138,232,164)
#96EAAD
(150,234,173)
#A2ECB6
(162,236,182)
#AEEEBF
(174,238,191)
#BAF0C8
(186,240,200)
#C6F2D1
(198,242,209)
#D2F4DA
(210,244,218)
#DEF6E3
(222,246,227)
#EAF8EC
(234,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E492; }

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

This text font color is #72E492.


Background Color

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

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

This div background color is #72E492.


Border color

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

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

This div border color is #72E492.


Opacity

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

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

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

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

This text has shadow with #72E492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E492 on black background.


Color preview on white background

This text has color #72E492 on white background.



Black color preview on #72E492 background

This text has black color on #72E492 background.


White color preview on #72E492 background

This text has white color on #72E492 background.