COLOR #72EA8A

HEX: #72EA8A
RGB: (114,234,138)

Color info

#72EA8A contains mainly green color. Web safe color of #72EA8A is #66FF99 (or #6F9).

RGB color model

#72EA8A color RGB value is (114,234,138).

  • red value is 114;
  • green value is 234;
  • blue value is 138.
RGB:
(114,234,138)
(45%,92%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 234 of 255 = 92%
B 138 of 255 = 54%

114
234
138

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

Portions of RGB colors in percentages

R + G + B =
114 + 234 + 138 = 486 (100%)
R 114 of 486 ~ 23.46%
G 234 of 486 ~ 48.15%
B 138 of 486 ~ 28.4%

%23.46
%48.15
%28.4

CMYK color model

#72EA8A color CMYK value is (51,0,41,8).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK:
(51,0,41,8)
C51M0Y41K8 
(51%,0%,41%,8%)
(0.51/0.00/0.41/0.08)	

CMYK percentages

%51.28
%0
%41.03
%8.24

Codes

Color #72EA8A in popluar color models

72EA8A
RGB114234138
HSL132°74.07%68.24%
HSB/HSV132°51.28%91.76%
CMYK51.28%0.00%41.03%
8.24%

Color #72EA8A in popluar number systems.

HEX72EA8A
Decimal114234138
Binary11100101110101010001010
Octal162352212

Shades and tints

Shades of #72EA8A

#72EA8A
(114,234,138)
#68D57E
(104,213,126)
#5EC072
(94,192,114)
#54AB66
(84,171,102)
#4A965A
(74,150,90)
#40814E
(64,129,78)
#366C42
(54,108,66)
#2C5736
(44,87,54)
#22422A
(34,66,42)
#182D1E
(24,45,30)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #72EA8A

#72EA8A
(114,234,138)
#7EEB94
(126,235,148)
#8AEC9E
(138,236,158)
#96EDA8
(150,237,168)
#A2EEB2
(162,238,178)
#AEEFBC
(174,239,188)
#BAF0C6
(186,240,198)
#C6F1D0
(198,241,208)
#D2F2DA
(210,242,218)
#DEF3E4
(222,243,228)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72EA8A color. Also use rgb(114,234,138) instead hex code.

Text Font Color

.myTextColor { color: #72EA8A; }

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

This text font color is #72EA8A.


Background Color

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

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

This div background color is #72EA8A.


Border color

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

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

This div border color is #72EA8A.


Opacity

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

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

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

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

This text has shadow with #72EA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72EA8A on black background.


Color preview on white background

This text has color #72EA8A on white background.



Black color preview on #72EA8A background

This text has black color on #72EA8A background.


White color preview on #72EA8A background

This text has white color on #72EA8A background.