COLOR #72F072

HEX: #72F072
RGB: (114,240,114)

Color info

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

RGB color model

#72F072 color RGB value is (114,240,114).

  • red value is 114;
  • green value is 240;
  • blue value is 114.
RGB:
(114,240,114)
(45%,94%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 240 of 255 = 94%
B 114 of 255 = 45%

114
240
114

R + G + B ~ 61%. #72F072 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 240 + 114 = 468 (100%)
R 114 of 468 ~ 24.36%
G 240 of 468 ~ 51.28%
B 114 of 468 ~ 24.36%

%24.36
%51.28
%24.36

CMYK color model

#72F072 color CMYK value is (53,0,53,6).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 52.50%
  • key color value is 5.88%
CMYK:
(53,0,53,6)
C53M0Y53K6 
(53%,0%,53%,6%)
(0.53/0.00/0.53/0.06)	

CMYK percentages

%52.5
%0
%52.5
%5.88

Codes

Color #72F072 in popluar color models

72F072
RGB114240114
HSL120°80.77%69.41%
HSB/HSV120°52.50%94.12%
CMYK52.50%0.00%52.50%
5.88%

Color #72F072 in popluar number systems.

HEX72F072
Decimal114240114
Binary1110010111100001110010
Octal162360162

Shades and tints

Shades of #72F072

#72F072
(114,240,114)
#68DB68
(104,219,104)
#5EC65E
(94,198,94)
#54B154
(84,177,84)
#4A9C4A
(74,156,74)
#408740
(64,135,64)
#367236
(54,114,54)
#2C5D2C
(44,93,44)
#224822
(34,72,34)
#183318
(24,51,24)
#0E1E0E
(14,30,14)
#000000
(0,0,0)

Tints of #72F072

#72F072
(114,240,114)
#7EF17E
(126,241,126)
#8AF28A
(138,242,138)
#96F396
(150,243,150)
#A2F4A2
(162,244,162)
#AEF5AE
(174,245,174)
#BAF6BA
(186,246,186)
#C6F7C6
(198,247,198)
#D2F8D2
(210,248,210)
#DEF9DE
(222,249,222)
#EAFAEA
(234,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72F072; }

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

This text font color is #72F072.


Background Color

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

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

This div background color is #72F072.


Border color

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

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

This div border color is #72F072.


Opacity

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

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

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

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

This text has shadow with #72F072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F072 on black background.


Color preview on white background

This text has color #72F072 on white background.



Black color preview on #72F072 background

This text has black color on #72F072 background.


White color preview on #72F072 background

This text has white color on #72F072 background.