COLOR #72F591

HEX: #72F591 RGB: (114,245,145)

Color info

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

RGB color model

#72F591 color RGB value is (114,245,145).

RGB: (114,245,145) (45%, 96%, 57%)

RGB channels and saturation

R 114 of 255 = 45%
G 245 of 255 = 96%
B 145 of 255 = 57%

114
245
145

R + G + B ~ 66%. #72F591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 245 + 145 = 504 (100%)
R 114 of 504 ~ 22.62%
G 245 of 504 ~ 48.61%
B 145 of 504 ~ 28.77'%

%22.62
%48.61
%28.77

CMYK color model

#72F591 color CMYK value is (53,0,41,4).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 3.92%

CMYK: (53,0,41,4)
C53M0Y41K4 (53%, 0%, 41%, 4%)
(0.53 / 0.00 / 0.41 / 0.04)

CMYK percentages

%53.47
%0
%40.82
%3.92

Codes

Color #72F591 in popluar color models

72 F5 91
RGB 114 245 145
HSL 134° 86.75% 70.39%
HSB/HSV 134° 53.47% 96.08%
CMYK 53.47% 0.00% 40.82%
3.92%

Color #72F591 in popluar number systems.

HEX 72 F5 91
Decimal 114 245 145
Binary 1110010 11110101 10010001
Octal 162 365 221

Shades and tints

Shades of #72F591

#72F591
(114,245,145)
#68DF84
(104,223,132)
#5EC977
(94,201,119)
#54B36A
(84,179,106)
#4A9D5D
(74,157,93)
#408750
(64,135,80)
#367143
(54,113,67)
#2C5B36
(44,91,54)
#224529
(34,69,41)
#182F1C
(24,47,28)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #72F591

#72F591
(114,245,145)
#7EF59B
(126,245,155)
#8AF5A5
(138,245,165)
#96F5AF
(150,245,175)
#A2F5B9
(162,245,185)
#AEF5C3
(174,245,195)
#BAF5CD
(186,245,205)
#C6F5D7
(198,245,215)
#D2F5E1
(210,245,225)
#DEF5EB
(222,245,235)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72F591 color. Also use rgb(114,245,145) instead hex code.

Text Font Color

.myTextColor { color: #72F591; }

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

This text font color is #72F591.

Background Color

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

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

This div background color is #72F591.

Border color

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

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

This div border color is #72F591.

Opacity

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

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

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

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

This text has shadow with #72F591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72F591.

Preview

Color preview on black background

This text has color #72F591 on black background.


Color preview on white background

This text has color #72F591 on white background.


Black color preview on #72F591 background

This text has black color on #72F591 background.


White color preview on #72F591 background

This text has white color on #72F591 background.


Related colors

Complementary color

Complementary color for #hex is #8D0A6E.


I love getcolorcode.com

Triadic colors

1 #9172F5 and #F59172 with #72F591 are triadic colors.

2 #91F572 and #F57291 with #72F591 are triadic colors.