COLOR #73D51F

HEX: #73D51F
RGB: (115,213,31)

Color info

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

RGB color model

#73D51F color RGB value is (115,213,31).

  • red value is 115;
  • green value is 213;
  • blue value is 31.
RGB:
(115,213,31)
(45%,84%,12%)

RGB channels and saturation

R 115 of 255 = 45%
G 213 of 255 = 84%
B 31 of 255 = 12%

115
213
31

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

Portions of RGB colors in percentages

R + G + B =
115 + 213 + 31 = 359 (100%)
R 115 of 359 ~ 32.03%
G 213 of 359 ~ 59.33%
B 31 of 359 ~ 8.64%

%32.03
%59.33

CMYK color model

#73D51F color CMYK value is (46,0,85,16).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 85.45%
  • key color value is 16.47%
CMYK:
(46,0,85,16)
C46M0Y85K16 
(46%,0%,85%,16%)
(0.46/0.00/0.85/0.16)	

CMYK percentages

%46.01
%0
%85.45
%16.47

Codes

Color #73D51F in popluar color models

73D51F
RGB11521331
HSL92°74.59%47.84%
HSB/HSV92°85.45%83.53%
CMYK46.01%0.00%85.45%
16.47%

Color #73D51F in popluar number systems.

HEX73D51F
Decimal11521331
Binary11100111101010111111
Octal16332537

Shades and tints

Shades of #73D51F

#73D51F
(115,213,31)
#69C21D
(105,194,29)
#5FAF1B
(95,175,27)
#559C19
(85,156,25)
#4B8917
(75,137,23)
#417615
(65,118,21)
#376313
(55,99,19)
#2D5011
(45,80,17)
#233D0F
(35,61,15)
#192A0D
(25,42,13)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #73D51F

#73D51F
(115,213,31)
#7FD833
(127,216,51)
#8BDB47
(139,219,71)
#97DE5B
(151,222,91)
#A3E16F
(163,225,111)
#AFE483
(175,228,131)
#BBE797
(187,231,151)
#C7EAAB
(199,234,171)
#D3EDBF
(211,237,191)
#DFF0D3
(223,240,211)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D51F color. Also use rgb(115,213,31) instead hex code.

Text Font Color

.myTextColor { color: #73D51F; }

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

This text font color is #73D51F.


Background Color

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

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

This div background color is #73D51F.


Border color

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

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

This div border color is #73D51F.


Opacity

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

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

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

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

This text has shadow with #73D51F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D51F on black background.


Color preview on white background

This text has color #73D51F on white background.



Black color preview on #73D51F background

This text has black color on #73D51F background.


White color preview on #73D51F background

This text has white color on #73D51F background.