COLOR #72F1B0

HEX: #72F1B0
RGB: (114,241,176)

Color info

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

RGB color model

#72F1B0 color RGB value is (114,241,176).

  • red value is 114;
  • green value is 241;
  • blue value is 176.
RGB:
(114,241,176)
(45%,95%,69%)

RGB channels and saturation

R 114 of 255 = 45%
G 241 of 255 = 95%
B 176 of 255 = 69%

114
241
176

R + G + B ~ 70%. #72F1B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 241 + 176 = 531 (100%)
R 114 of 531 ~ 21.47%
G 241 of 531 ~ 45.39%
B 176 of 531 ~ 33.15%

%21.47
%45.39
%33.15

CMYK color model

#72F1B0 color CMYK value is (53,0,27,5).

  • cyan value is 52.70%
  • magenta value is 0.00%
  • yellow value is 26.97%
  • key color value is 5.49%
CMYK:
(53,0,27,5)
C53M0Y27K5 
(53%,0%,27%,5%)
(0.53/0.00/0.27/0.05)	

CMYK percentages

%52.7
%0
%26.97
%5.49

Codes

Color #72F1B0 in popluar color models

72F1B0
RGB114241176
HSL149°81.94%69.61%
HSB/HSV149°52.70%94.51%
CMYK52.70%0.00%26.97%
5.49%

Color #72F1B0 in popluar number systems.

HEX72F1B0
Decimal114241176
Binary11100101111000110110000
Octal162361260

Shades and tints

Shades of #72F1B0

#72F1B0
(114,241,176)
#68DCA0
(104,220,160)
#5EC790
(94,199,144)
#54B280
(84,178,128)
#4A9D70
(74,157,112)
#408860
(64,136,96)
#367350
(54,115,80)
#2C5E40
(44,94,64)
#224930
(34,73,48)
#183420
(24,52,32)
#0E1F10
(14,31,16)
#000000
(0,0,0)

Tints of #72F1B0

#72F1B0
(114,241,176)
#7EF2B7
(126,242,183)
#8AF3BE
(138,243,190)
#96F4C5
(150,244,197)
#A2F5CC
(162,245,204)
#AEF6D3
(174,246,211)
#BAF7DA
(186,247,218)
#C6F8E1
(198,248,225)
#D2F9E8
(210,249,232)
#DEFAEF
(222,250,239)
#EAFBF6
(234,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72F1B0 color. Also use rgb(114,241,176) instead hex code.

Text Font Color

.myTextColor { color: #72F1B0; }

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

This text font color is #72F1B0.


Background Color

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

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

This div background color is #72F1B0.


Border color

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

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

This div border color is #72F1B0.


Opacity

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

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

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

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

This text has shadow with #72F1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F1B0 on black background.


Color preview on white background

This text has color #72F1B0 on white background.



Black color preview on #72F1B0 background

This text has black color on #72F1B0 background.


White color preview on #72F1B0 background

This text has white color on #72F1B0 background.