COLOR #72B821

HEX: #72B821 RGB: (114,184,33)

Color info

#72B821 contains mainly green color. Web safe color of #72B821 is #66CC33 (or #6C3).

RGB color model

#72B821 color RGB value is (114,184,33).

RGB: (114,184,33) (45%, 72%, 13%)

RGB channels and saturation

R 114 of 255 = 45%
G 184 of 255 = 72%
B 33 of 255 = 13%

114
184
33

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

Portions of RGB colors in percentages

R + G + B = 114 + 184 + 33 = 331 (100%)
R 114 of 331 ~ 34.44%
G 184 of 331 ~ 55.59%
B 33 of 331 ~ 9.97'%

%34.44
%55.59

CMYK color model

#72B821 color CMYK value is (38,0,82,28).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 82.07%
  • key color value is 27.84%

CMYK: (38,0,82,28)
C38M0Y82K28 (38%, 0%, 82%, 28%)
(0.38 / 0.00 / 0.82 / 0.28)

CMYK percentages

%38.04
%0
%82.07
%27.84

Codes

Color #72B821 in popluar color models

72 B8 21
RGB 114 184 33
HSL 88° 69.59% 42.55%
HSB/HSV 88° 82.07% 72.16%
CMYK 38.04% 0.00% 82.07%
27.84%

Color #72B821 in popluar number systems.

HEX 72 B8 21
Decimal 114 184 33
Binary 1110010 10111000 100001
Octal 162 270 41

Shades and tints

Shades of #72B821

#72B821
(114,184,33)
#68A81E
(104,168,30)
#5E981B
(94,152,27)
#548818
(84,136,24)
#4A7815
(74,120,21)
#406812
(64,104,18)
#36580F
(54,88,15)
#2C480C
(44,72,12)
#223809
(34,56,9)
#182806
(24,40,6)
#0E1803
(14,24,3)
#000000
(0,0,0)

Tints of #72B821

#72B821
(114,184,33)
#7EBE35
(126,190,53)
#8AC449
(138,196,73)
#96CA5D
(150,202,93)
#A2D071
(162,208,113)
#AED685
(174,214,133)
#BADC99
(186,220,153)
#C6E2AD
(198,226,173)
#D2E8C1
(210,232,193)
#DEEED5
(222,238,213)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72B821; }

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

This text font color is #72B821.

Background Color

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

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

This div background color is #72B821.

Border color

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

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

This div border color is #72B821.

Opacity

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

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

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

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

This text has shadow with #72B821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72B821.

Preview

Color preview on black background

This text has color #72B821 on black background.


Color preview on white background

This text has color #72B821 on white background.


Black color preview on #72B821 background

This text has black color on #72B821 background.


White color preview on #72B821 background

This text has white color on #72B821 background.


Related colors

Complementary color

Complementary color for #hex is #8D47DE.


I love getcolorcode.com

Triadic colors

1 #2172B8 and #B82172 with #72B821 are triadic colors.

2 #21B872 and #B87221 with #72B821 are triadic colors.