COLOR #72ED67

HEX: #72ED67
RGB: (114,237,103)

Color info

#72ED67 contains mainly green color. Web safe color of #72ED67 is #66FF66 (or #6F6).

RGB color model

#72ED67 color RGB value is (114,237,103).

  • red value is 114;
  • green value is 237;
  • blue value is 103.
RGB:
(114,237,103)
(45%,93%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 237 of 255 = 93%
B 103 of 255 = 40%

114
237
103

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

Portions of RGB colors in percentages

R + G + B =
114 + 237 + 103 = 454 (100%)
R 114 of 454 ~ 25.11%
G 237 of 454 ~ 52.2%
B 103 of 454 ~ 22.69%

%25.11
%52.2
%22.69

CMYK color model

#72ED67 color CMYK value is (52,0,57,7).

  • cyan value is 51.90%
  • magenta value is 0.00%
  • yellow value is 56.54%
  • key color value is 7.06%
CMYK:
(52,0,57,7)
C52M0Y57K7 
(52%,0%,57%,7%)
(0.52/0.00/0.57/0.07)	

CMYK percentages

%51.9
%0
%56.54
%7.06

Codes

Color #72ED67 in popluar color models

72ED67
RGB114237103
HSL115°78.82%66.67%
HSB/HSV115°56.54%92.94%
CMYK51.90%0.00%56.54%
7.06%

Color #72ED67 in popluar number systems.

HEX72ED67
Decimal114237103
Binary1110010111011011100111
Octal162355147

Shades and tints

Shades of #72ED67

#72ED67
(114,237,103)
#68D85E
(104,216,94)
#5EC355
(94,195,85)
#54AE4C
(84,174,76)
#4A9943
(74,153,67)
#40843A
(64,132,58)
#366F31
(54,111,49)
#2C5A28
(44,90,40)
#22451F
(34,69,31)
#183016
(24,48,22)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #72ED67

#72ED67
(114,237,103)
#7EEE74
(126,238,116)
#8AEF81
(138,239,129)
#96F08E
(150,240,142)
#A2F19B
(162,241,155)
#AEF2A8
(174,242,168)
#BAF3B5
(186,243,181)
#C6F4C2
(198,244,194)
#D2F5CF
(210,245,207)
#DEF6DC
(222,246,220)
#EAF7E9
(234,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72ED67 color. Also use rgb(114,237,103) instead hex code.

Text Font Color

.myTextColor { color: #72ED67; }

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

This text font color is #72ED67.


Background Color

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

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

This div background color is #72ED67.


Border color

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

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

This div border color is #72ED67.


Opacity

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

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

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

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

This text has shadow with #72ED67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72ED67 on black background.


Color preview on white background

This text has color #72ED67 on white background.



Black color preview on #72ED67 background

This text has black color on #72ED67 background.


White color preview on #72ED67 background

This text has white color on #72ED67 background.