COLOR #72FB50

HEX: #72FB50
RGB: (114,251,80)

Color info

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

RGB color model

#72FB50 color RGB value is (114,251,80).

  • red value is 114;
  • green value is 251;
  • blue value is 80.
RGB:
(114,251,80)
(45%,98%,31%)

RGB channels and saturation

R 114 of 255 = 45%
G 251 of 255 = 98%
B 80 of 255 = 31%

114
251
80

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

Portions of RGB colors in percentages

R + G + B =
114 + 251 + 80 = 445 (100%)
R 114 of 445 ~ 25.62%
G 251 of 445 ~ 56.4%
B 80 of 445 ~ 17.98%

%25.62
%56.4
%17.98

CMYK color model

#72FB50 color CMYK value is (55,0,68,2).

  • cyan value is 54.58%
  • magenta value is 0.00%
  • yellow value is 68.13%
  • key color value is 1.57%
CMYK:
(55,0,68,2)
C55M0Y68K2 
(55%,0%,68%,2%)
(0.55/0.00/0.68/0.02)	

CMYK percentages

%54.58
%0
%68.13
%1.57

Codes

Color #72FB50 in popluar color models

72FB50
RGB11425180
HSL108°95.53%64.90%
HSB/HSV108°68.13%98.43%
CMYK54.58%0.00%68.13%
1.57%

Color #72FB50 in popluar number systems.

HEX72FB50
Decimal11425180
Binary1110010111110111010000
Octal162373120

Shades and tints

Shades of #72FB50

#72FB50
(114,251,80)
#68E549
(104,229,73)
#5ECF42
(94,207,66)
#54B93B
(84,185,59)
#4AA334
(74,163,52)
#408D2D
(64,141,45)
#367726
(54,119,38)
#2C611F
(44,97,31)
#224B18
(34,75,24)
#183511
(24,53,17)
#0E1F0A
(14,31,10)
#000000
(0,0,0)

Tints of #72FB50

#72FB50
(114,251,80)
#7EFB5F
(126,251,95)
#8AFB6E
(138,251,110)
#96FB7D
(150,251,125)
#A2FB8C
(162,251,140)
#AEFB9B
(174,251,155)
#BAFBAA
(186,251,170)
#C6FBB9
(198,251,185)
#D2FBC8
(210,251,200)
#DEFBD7
(222,251,215)
#EAFBE6
(234,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72FB50 color. Also use rgb(114,251,80) instead hex code.

Text Font Color

.myTextColor { color: #72FB50; }

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

This text font color is #72FB50.


Background Color

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

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

This div background color is #72FB50.


Border color

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

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

This div border color is #72FB50.


Opacity

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

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

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

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

This text has shadow with #72FB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72FB50 on black background.


Color preview on white background

This text has color #72FB50 on white background.



Black color preview on #72FB50 background

This text has black color on #72FB50 background.


White color preview on #72FB50 background

This text has white color on #72FB50 background.