COLOR #72DD11

HEX: #72DD11
RGB: (114,221,17)

Color info

#72DD11 contains mainly green color. Web safe color of #72DD11 is #66CC00 (or #6C0).

RGB color model

#72DD11 color RGB value is (114,221,17).

  • red value is 114;
  • green value is 221;
  • blue value is 17.
RGB:
(114,221,17)
(45%,87%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 221 of 255 = 87%
B 17 of 255 = 7%

114
221
17

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

Portions of RGB colors in percentages

R + G + B =
114 + 221 + 17 = 352 (100%)
R 114 of 352 ~ 32.39%
G 221 of 352 ~ 62.78%
B 17 of 352 ~ 4.83%

%32.39
%62.78

CMYK color model

#72DD11 color CMYK value is (48,0,92,13).

  • cyan value is 48.42%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 13.33%
CMYK:
(48,0,92,13)
C48M0Y92K13 
(48%,0%,92%,13%)
(0.48/0.00/0.92/0.13)	

CMYK percentages

%48.42
%0
%92.31
%13.33

Codes

Color #72DD11 in popluar color models

72DD11
RGB11422117
HSL91°85.71%46.67%
HSB/HSV91°92.31%86.67%
CMYK48.42%0.00%92.31%
13.33%

Color #72DD11 in popluar number systems.

HEX72DD11
Decimal11422117
Binary11100101101110110001
Octal16233521

Shades and tints

Shades of #72DD11

#72DD11
(114,221,17)
#68C910
(104,201,16)
#5EB50F
(94,181,15)
#54A10E
(84,161,14)
#4A8D0D
(74,141,13)
#40790C
(64,121,12)
#36650B
(54,101,11)
#2C510A
(44,81,10)
#223D09
(34,61,9)
#182908
(24,41,8)
#0E1507
(14,21,7)
#000000
(0,0,0)

Tints of #72DD11

#72DD11
(114,221,17)
#7EE026
(126,224,38)
#8AE33B
(138,227,59)
#96E650
(150,230,80)
#A2E965
(162,233,101)
#AEEC7A
(174,236,122)
#BAEF8F
(186,239,143)
#C6F2A4
(198,242,164)
#D2F5B9
(210,245,185)
#DEF8CE
(222,248,206)
#EAFBE3
(234,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72DD11; }

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

This text font color is #72DD11.


Background Color

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

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

This div background color is #72DD11.


Border color

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

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

This div border color is #72DD11.


Opacity

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

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

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

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

This text has shadow with #72DD11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72DD11 on black background.


Color preview on white background

This text has color #72DD11 on white background.



Black color preview on #72DD11 background

This text has black color on #72DD11 background.


White color preview on #72DD11 background

This text has white color on #72DD11 background.