COLOR #72F277

HEX: #72F277
RGB: (114,242,119)

Color info

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

RGB color model

#72F277 color RGB value is (114,242,119).

  • red value is 114;
  • green value is 242;
  • blue value is 119.
RGB:
(114,242,119)
(45%,95%,47%)

RGB channels and saturation

R 114 of 255 = 45%
G 242 of 255 = 95%
B 119 of 255 = 47%

114
242
119

R + G + B ~ 62%. #72F277 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 242 + 119 = 475 (100%)
R 114 of 475 ~ 24%
G 242 of 475 ~ 50.95%
B 119 of 475 ~ 25.05%

%24
%50.95
%25.05

CMYK color model

#72F277 color CMYK value is (53,0,51,5).

  • cyan value is 52.89%
  • magenta value is 0.00%
  • yellow value is 50.83%
  • key color value is 5.10%
CMYK:
(53,0,51,5)
C53M0Y51K5 
(53%,0%,51%,5%)
(0.53/0.00/0.51/0.05)	

CMYK percentages

%52.89
%0
%50.83
%5.1

Codes

Color #72F277 in popluar color models

72F277
RGB114242119
HSL122°83.12%69.80%
HSB/HSV122°52.89%94.90%
CMYK52.89%0.00%50.83%
5.10%

Color #72F277 in popluar number systems.

HEX72F277
Decimal114242119
Binary1110010111100101110111
Octal162362167

Shades and tints

Shades of #72F277

#72F277
(114,242,119)
#68DC6D
(104,220,109)
#5EC663
(94,198,99)
#54B059
(84,176,89)
#4A9A4F
(74,154,79)
#408445
(64,132,69)
#366E3B
(54,110,59)
#2C5831
(44,88,49)
#224227
(34,66,39)
#182C1D
(24,44,29)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #72F277

#72F277
(114,242,119)
#7EF383
(126,243,131)
#8AF48F
(138,244,143)
#96F59B
(150,245,155)
#A2F6A7
(162,246,167)
#AEF7B3
(174,247,179)
#BAF8BF
(186,248,191)
#C6F9CB
(198,249,203)
#D2FAD7
(210,250,215)
#DEFBE3
(222,251,227)
#EAFCEF
(234,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72F277; }

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

This text font color is #72F277.


Background Color

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

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

This div background color is #72F277.


Border color

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

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

This div border color is #72F277.


Opacity

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

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

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

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

This text has shadow with #72F277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F277 on black background.


Color preview on white background

This text has color #72F277 on white background.



Black color preview on #72F277 background

This text has black color on #72F277 background.


White color preview on #72F277 background

This text has white color on #72F277 background.