COLOR #72AF33

HEX: #72AF33
RGB: (114,175,51)

Color info

#72AF33 contains mainly green color. Web safe color of #72AF33 is #669933 (or #693).

RGB color model

#72AF33 color RGB value is (114,175,51).

  • red value is 114;
  • green value is 175;
  • blue value is 51.
RGB:
(114,175,51)
(45%,69%,20%)

RGB channels and saturation

R 114 of 255 = 45%
G 175 of 255 = 69%
B 51 of 255 = 20%

114
175
51

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

Portions of RGB colors in percentages

R + G + B =
114 + 175 + 51 = 340 (100%)
R 114 of 340 ~ 33.53%
G 175 of 340 ~ 51.47%
B 51 of 340 ~ 15%

%33.53
%51.47
%15

CMYK color model

#72AF33 color CMYK value is (35,0,71,31).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(35,0,71,31)
C35M0Y71K31 
(35%,0%,71%,31%)
(0.35/0.00/0.71/0.31)	

CMYK percentages

%34.86
%0
%70.86
%31.37

Codes

Color #72AF33 in popluar color models

72AF33
RGB11417551
HSL90°54.87%44.31%
HSB/HSV90°70.86%68.63%
CMYK34.86%0.00%70.86%
31.37%

Color #72AF33 in popluar number systems.

HEX72AF33
Decimal11417551
Binary111001010101111110011
Octal16225763

Shades and tints

Shades of #72AF33

#72AF33
(114,175,51)
#68A02F
(104,160,47)
#5E912B
(94,145,43)
#548227
(84,130,39)
#4A7323
(74,115,35)
#40641F
(64,100,31)
#36551B
(54,85,27)
#2C4617
(44,70,23)
#223713
(34,55,19)
#18280F
(24,40,15)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #72AF33

#72AF33
(114,175,51)
#7EB645
(126,182,69)
#8ABD57
(138,189,87)
#96C469
(150,196,105)
#A2CB7B
(162,203,123)
#AED28D
(174,210,141)
#BAD99F
(186,217,159)
#C6E0B1
(198,224,177)
#D2E7C3
(210,231,195)
#DEEED5
(222,238,213)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72AF33 color. Also use rgb(114,175,51) instead hex code.

Text Font Color

.myTextColor { color: #72AF33; }

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

This text font color is #72AF33.


Background Color

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

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

This div background color is #72AF33.


Border color

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

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

This div border color is #72AF33.


Opacity

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

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

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

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

This text has shadow with #72AF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72AF33 on black background.


Color preview on white background

This text has color #72AF33 on white background.



Black color preview on #72AF33 background

This text has black color on #72AF33 background.


White color preview on #72AF33 background

This text has white color on #72AF33 background.