COLOR #72E17E

HEX: #72E17E RGB: (114,225,126)

Color info

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

RGB color model

#72E17E color RGB value is (114,225,126).

RGB: (114,225,126) (45%, 88%, 49%)

RGB channels and saturation

R 114 of 255 = 45%
G 225 of 255 = 88%
B 126 of 255 = 49%

114
225
126

R + G + B ~ 61%. #72E17E is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 225 + 126 = 465 (100%)
R 114 of 465 ~ 24.52%
G 225 of 465 ~ 48.39%
B 126 of 465 ~ 27.1'%

%24.52
%48.39
%27.1

CMYK color model

#72E17E color CMYK value is (49,0,44,12).

  • cyan value is 49.33%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 11.76%

CMYK: (49,0,44,12)
C49M0Y44K12 (49%, 0%, 44%, 12%)
(0.49 / 0.00 / 0.44 / 0.12)

CMYK percentages

%49.33
%0
%44
%11.76

Codes

Color #72E17E in popluar color models

72 E1 7E
RGB 114 225 126
HSL 126° 64.91% 66.47%
HSB/HSV 126° 49.33% 88.24%
CMYK 49.33% 0.00% 44.00%
11.76%

Color #72E17E in popluar number systems.

HEX 72 E1 7E
Decimal 114 225 126
Binary 1110010 11100001 1111110
Octal 162 341 176

Shades and tints

Shades of #72E17E

#72E17E
(114,225,126)
#68CD73
(104,205,115)
#5EB968
(94,185,104)
#54A55D
(84,165,93)
#4A9152
(74,145,82)
#407D47
(64,125,71)
#36693C
(54,105,60)
#2C5531
(44,85,49)
#224126
(34,65,38)
#182D1B
(24,45,27)
#0E1910
(14,25,16)
#000000
(0,0,0)

Tints of #72E17E

#72E17E
(114,225,126)
#7EE389
(126,227,137)
#8AE594
(138,229,148)
#96E79F
(150,231,159)
#A2E9AA
(162,233,170)
#AEEBB5
(174,235,181)
#BAEDC0
(186,237,192)
#C6EFCB
(198,239,203)
#D2F1D6
(210,241,214)
#DEF3E1
(222,243,225)
#EAF5EC
(234,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E17E; }

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

This text font color is #72E17E.

Background Color

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

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

This div background color is #72E17E.

Border color

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

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

This div border color is #72E17E.

Opacity

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

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

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

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

This text has shadow with #72E17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72E17E.

Preview

Color preview on black background

This text has color #72E17E on black background.


Color preview on white background

This text has color #72E17E on white background.


Black color preview on #72E17E background

This text has black color on #72E17E background.


White color preview on #72E17E background

This text has white color on #72E17E background.


Related colors

Complementary color

Complementary color for #hex is #8D1E81.


I love getcolorcode.com

Triadic colors

1 #7E72E1 and #E17E72 with #72E17E are triadic colors.

2 #7EE172 and #E1727E with #72E17E are triadic colors.