COLOR #72FB84

HEX: #72FB84
RGB: (114,251,132)

Color info

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

RGB color model

#72FB84 color RGB value is (114,251,132).

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

RGB channels and saturation

R 114 of 255 = 45%
G 251 of 255 = 98%
B 132 of 255 = 52%

114
251
132

R + G + B ~ 65%. #72FB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 251 + 132 = 497 (100%)
R 114 of 497 ~ 22.94%
G 251 of 497 ~ 50.5%
B 132 of 497 ~ 26.56%

%22.94
%50.5
%26.56

CMYK color model

#72FB84 color CMYK value is (55,0,47,2).

  • cyan value is 54.58%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 1.57%
CMYK:
(55,0,47,2)
C55M0Y47K2 
(55%,0%,47%,2%)
(0.55/0.00/0.47/0.02)	

CMYK percentages

%54.58
%0
%47.41
%1.57

Codes

Color #72FB84 in popluar color models

72FB84
RGB114251132
HSL128°94.48%71.57%
HSB/HSV128°54.58%98.43%
CMYK54.58%0.00%47.41%
1.57%

Color #72FB84 in popluar number systems.

HEX72FB84
Decimal114251132
Binary11100101111101110000100
Octal162373204

Shades and tints

Shades of #72FB84

#72FB84
(114,251,132)
#68E578
(104,229,120)
#5ECF6C
(94,207,108)
#54B960
(84,185,96)
#4AA354
(74,163,84)
#408D48
(64,141,72)
#36773C
(54,119,60)
#2C6130
(44,97,48)
#224B24
(34,75,36)
#183518
(24,53,24)
#0E1F0C
(14,31,12)
#000000
(0,0,0)

Tints of #72FB84

#72FB84
(114,251,132)
#7EFB8F
(126,251,143)
#8AFB9A
(138,251,154)
#96FBA5
(150,251,165)
#A2FBB0
(162,251,176)
#AEFBBB
(174,251,187)
#BAFBC6
(186,251,198)
#C6FBD1
(198,251,209)
#D2FBDC
(210,251,220)
#DEFBE7
(222,251,231)
#EAFBF2
(234,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72FB84; }

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

This text font color is #72FB84.


Background Color

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

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

This div background color is #72FB84.


Border color

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

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

This div border color is #72FB84.


Opacity

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

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

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

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

This text has shadow with #72FB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72FB84 on black background.


Color preview on white background

This text has color #72FB84 on white background.



Black color preview on #72FB84 background

This text has black color on #72FB84 background.


White color preview on #72FB84 background

This text has white color on #72FB84 background.