COLOR #73D728

HEX: #73D728
RGB: (115,215,40)

Color info

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

RGB color model

#73D728 color RGB value is (115,215,40).

  • red value is 115;
  • green value is 215;
  • blue value is 40.
RGB:
(115,215,40)
(45%,84%,16%)

RGB channels and saturation

R 115 of 255 = 45%
G 215 of 255 = 84%
B 40 of 255 = 16%

115
215
40

R + G + B ~ 48%. #73D728 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 215 + 40 = 370 (100%)
R 115 of 370 ~ 31.08%
G 215 of 370 ~ 58.11%
B 40 of 370 ~ 10.81%

%31.08
%58.11
%10.81

CMYK color model

#73D728 color CMYK value is (47,0,81,16).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 81.40%
  • key color value is 15.69%
CMYK:
(47,0,81,16)
C47M0Y81K16 
(47%,0%,81%,16%)
(0.47/0.00/0.81/0.16)	

CMYK percentages

%46.51
%0
%81.4
%15.69

Codes

Color #73D728 in popluar color models

73D728
RGB11521540
HSL94°68.63%50.00%
HSB/HSV94°81.40%84.31%
CMYK46.51%0.00%81.40%
15.69%

Color #73D728 in popluar number systems.

HEX73D728
Decimal11521540
Binary111001111010111101000
Octal16332750

Shades and tints

Shades of #73D728

#73D728
(115,215,40)
#69C425
(105,196,37)
#5FB122
(95,177,34)
#559E1F
(85,158,31)
#4B8B1C
(75,139,28)
#417819
(65,120,25)
#376516
(55,101,22)
#2D5213
(45,82,19)
#233F10
(35,63,16)
#192C0D
(25,44,13)
#0F190A
(15,25,10)
#000000
(0,0,0)

Tints of #73D728

#73D728
(115,215,40)
#7FDA3B
(127,218,59)
#8BDD4E
(139,221,78)
#97E061
(151,224,97)
#A3E374
(163,227,116)
#AFE687
(175,230,135)
#BBE99A
(187,233,154)
#C7ECAD
(199,236,173)
#D3EFC0
(211,239,192)
#DFF2D3
(223,242,211)
#EBF5E6
(235,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D728 color. Also use rgb(115,215,40) instead hex code.

Text Font Color

.myTextColor { color: #73D728; }

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

This text font color is #73D728.


Background Color

.myBgColor { background-color: #73D728; }

<div style="background-color:#73D728">Inner text</div>

This div background color is #73D728.


Border color

.myBorderColor { border: 1px solid #73D728; }

<div style="border:3px solid #73D728">Div</div>

This div border color is #73D728.


Opacity

.myOpacity80 { color: #73D728; opacity: 0.8; }

<p style="color:#73D728;opacity:0.8;">80%</p>

Text with #73D728 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 #73D728;}

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

This text has shadow with #73D728 color.

.textShadow {text-shadow: 3px 3px 1px #73D728, 3px 3px 1px red;}

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

This text has shadow with #73D728 primary color and red secondary color.


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

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

This text has shadow with #73D728 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D728 on black background.


Color preview on white background

This text has color #73D728 on white background.



Black color preview on #73D728 background

This text has black color on #73D728 background.


White color preview on #73D728 background

This text has white color on #73D728 background.