COLOR #72FA80

HEX: #72FA80
RGB: (114,250,128)

Color info

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

RGB color model

#72FA80 color RGB value is (114,250,128).

  • red value is 114;
  • green value is 250;
  • blue value is 128.
RGB:
(114,250,128)
(45%,98%,50%)

RGB channels and saturation

R 114 of 255 = 45%
G 250 of 255 = 98%
B 128 of 255 = 50%

114
250
128

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

Portions of RGB colors in percentages

R + G + B =
114 + 250 + 128 = 492 (100%)
R 114 of 492 ~ 23.17%
G 250 of 492 ~ 50.81%
B 128 of 492 ~ 26.02%

%23.17
%50.81
%26.02

CMYK color model

#72FA80 color CMYK value is (54,0,49,2).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK:
(54,0,49,2)
C54M0Y49K2 
(54%,0%,49%,2%)
(0.54/0.00/0.49/0.02)	

CMYK percentages

%54.4
%0
%48.8
%1.96

Codes

Color #72FA80 in popluar color models

72FA80
RGB114250128
HSL126°93.15%71.37%
HSB/HSV126°54.40%98.04%
CMYK54.40%0.00%48.80%
1.96%

Color #72FA80 in popluar number systems.

HEX72FA80
Decimal114250128
Binary11100101111101010000000
Octal162372200

Shades and tints

Shades of #72FA80

#72FA80
(114,250,128)
#68E475
(104,228,117)
#5ECE6A
(94,206,106)
#54B85F
(84,184,95)
#4AA254
(74,162,84)
#408C49
(64,140,73)
#36763E
(54,118,62)
#2C6033
(44,96,51)
#224A28
(34,74,40)
#18341D
(24,52,29)
#0E1E12
(14,30,18)
#000000
(0,0,0)

Tints of #72FA80

#72FA80
(114,250,128)
#7EFA8B
(126,250,139)
#8AFA96
(138,250,150)
#96FAA1
(150,250,161)
#A2FAAC
(162,250,172)
#AEFAB7
(174,250,183)
#BAFAC2
(186,250,194)
#C6FACD
(198,250,205)
#D2FAD8
(210,250,216)
#DEFAE3
(222,250,227)
#EAFAEE
(234,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72FA80 color. Also use rgb(114,250,128) instead hex code.

Text Font Color

.myTextColor { color: #72FA80; }

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

This text font color is #72FA80.


Background Color

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

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

This div background color is #72FA80.


Border color

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

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

This div border color is #72FA80.


Opacity

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

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

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

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

This text has shadow with #72FA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72FA80 on black background.


Color preview on white background

This text has color #72FA80 on white background.



Black color preview on #72FA80 background

This text has black color on #72FA80 background.


White color preview on #72FA80 background

This text has white color on #72FA80 background.