COLOR #72F568

HEX: #72F568
RGB: (114,245,104)

Color info

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

RGB color model

#72F568 color RGB value is (114,245,104).

  • red value is 114;
  • green value is 245;
  • blue value is 104.
RGB:
(114,245,104)
(45%,96%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 245 of 255 = 96%
B 104 of 255 = 41%

114
245
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 245 + 104 = 463 (100%)
R 114 of 463 ~ 24.62%
G 245 of 463 ~ 52.92%
B 104 of 463 ~ 22.46%

%24.62
%52.92
%22.46

CMYK color model

#72F568 color CMYK value is (53,0,58,4).

  • cyan value is 53.47%
  • magenta value is 0.00%
  • yellow value is 57.55%
  • key color value is 3.92%
CMYK:
(53,0,58,4)
C53M0Y58K4 
(53%,0%,58%,4%)
(0.53/0.00/0.58/0.04)	

CMYK percentages

%53.47
%0
%57.55
%3.92

Codes

Color #72F568 in popluar color models

72F568
RGB114245104
HSL116°87.58%68.43%
HSB/HSV116°57.55%96.08%
CMYK53.47%0.00%57.55%
3.92%

Color #72F568 in popluar number systems.

HEX72F568
Decimal114245104
Binary1110010111101011101000
Octal162365150

Shades and tints

Shades of #72F568

#72F568
(114,245,104)
#68DF5F
(104,223,95)
#5EC956
(94,201,86)
#54B34D
(84,179,77)
#4A9D44
(74,157,68)
#40873B
(64,135,59)
#367132
(54,113,50)
#2C5B29
(44,91,41)
#224520
(34,69,32)
#182F17
(24,47,23)
#0E190E
(14,25,14)
#000000
(0,0,0)

Tints of #72F568

#72F568
(114,245,104)
#7EF575
(126,245,117)
#8AF582
(138,245,130)
#96F58F
(150,245,143)
#A2F59C
(162,245,156)
#AEF5A9
(174,245,169)
#BAF5B6
(186,245,182)
#C6F5C3
(198,245,195)
#D2F5D0
(210,245,208)
#DEF5DD
(222,245,221)
#EAF5EA
(234,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72F568; }

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

This text font color is #72F568.


Background Color

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

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

This div background color is #72F568.


Border color

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

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

This div border color is #72F568.


Opacity

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

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

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

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

This text has shadow with #72F568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F568 on black background.


Color preview on white background

This text has color #72F568 on white background.



Black color preview on #72F568 background

This text has black color on #72F568 background.


White color preview on #72F568 background

This text has white color on #72F568 background.