COLOR #72DF52

HEX: #72DF52
RGB: (114,223,82)

Color info

#72DF52 contains mainly green color. Web safe color of #72DF52 is #66CC66 (or #6C6).

RGB color model

#72DF52 color RGB value is (114,223,82).

  • red value is 114;
  • green value is 223;
  • blue value is 82.
RGB:
(114,223,82)
(45%,87%,32%)

RGB channels and saturation

R 114 of 255 = 45%
G 223 of 255 = 87%
B 82 of 255 = 32%

114
223
82

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

Portions of RGB colors in percentages

R + G + B =
114 + 223 + 82 = 419 (100%)
R 114 of 419 ~ 27.21%
G 223 of 419 ~ 53.22%
B 82 of 419 ~ 19.57%

%27.21
%53.22
%19.57

CMYK color model

#72DF52 color CMYK value is (49,0,63,13).

  • cyan value is 48.88%
  • magenta value is 0.00%
  • yellow value is 63.23%
  • key color value is 12.55%
CMYK:
(49,0,63,13)
C49M0Y63K13 
(49%,0%,63%,13%)
(0.49/0.00/0.63/0.13)	

CMYK percentages

%48.88
%0
%63.23
%12.55

Codes

Color #72DF52 in popluar color models

72DF52
RGB11422382
HSL106°68.78%59.80%
HSB/HSV106°63.23%87.45%
CMYK48.88%0.00%63.23%
12.55%

Color #72DF52 in popluar number systems.

HEX72DF52
Decimal11422382
Binary1110010110111111010010
Octal162337122

Shades and tints

Shades of #72DF52

#72DF52
(114,223,82)
#68CB4B
(104,203,75)
#5EB744
(94,183,68)
#54A33D
(84,163,61)
#4A8F36
(74,143,54)
#407B2F
(64,123,47)
#366728
(54,103,40)
#2C5321
(44,83,33)
#223F1A
(34,63,26)
#182B13
(24,43,19)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #72DF52

#72DF52
(114,223,82)
#7EE161
(126,225,97)
#8AE370
(138,227,112)
#96E57F
(150,229,127)
#A2E78E
(162,231,142)
#AEE99D
(174,233,157)
#BAEBAC
(186,235,172)
#C6EDBB
(198,237,187)
#D2EFCA
(210,239,202)
#DEF1D9
(222,241,217)
#EAF3E8
(234,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72DF52; }

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

This text font color is #72DF52.


Background Color

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

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

This div background color is #72DF52.


Border color

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

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

This div border color is #72DF52.


Opacity

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

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

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

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

This text has shadow with #72DF52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DF52 on black background.


Color preview on white background

This text has color #72DF52 on white background.



Black color preview on #72DF52 background

This text has black color on #72DF52 background.


White color preview on #72DF52 background

This text has white color on #72DF52 background.