COLOR #73D013

HEX: #73D013
RGB: (115,208,19)

Color info

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

RGB color model

#73D013 color RGB value is (115,208,19).

  • red value is 115;
  • green value is 208;
  • blue value is 19.
RGB:
(115,208,19)
(45%,82%,7%)

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 19 of 255 = 7%

115
208
19

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

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 19 = 342 (100%)
R 115 of 342 ~ 33.63%
G 208 of 342 ~ 60.82%
B 19 of 342 ~ 5.56%

%33.63
%60.82

CMYK color model

#73D013 color CMYK value is (45,0,91,18).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 90.87%
  • key color value is 18.43%
CMYK:
(45,0,91,18)
C45M0Y91K18 
(45%,0%,91%,18%)
(0.45/0.00/0.91/0.18)	

CMYK percentages

%44.71
%0
%90.87
%18.43

Codes

Color #73D013 in popluar color models

73D013
RGB11520819
HSL90°83.26%44.51%
HSB/HSV90°90.87%81.57%
CMYK44.71%0.00%90.87%
18.43%

Color #73D013 in popluar number systems.

HEX73D013
Decimal11520819
Binary11100111101000010011
Octal16332023

Shades and tints

Shades of #73D013

#73D013
(115,208,19)
#69BE12
(105,190,18)
#5FAC11
(95,172,17)
#559A10
(85,154,16)
#4B880F
(75,136,15)
#41760E
(65,118,14)
#37640D
(55,100,13)
#2D520C
(45,82,12)
#23400B
(35,64,11)
#192E0A
(25,46,10)
#0F1C09
(15,28,9)
#000000
(0,0,0)

Tints of #73D013

#73D013
(115,208,19)
#7FD428
(127,212,40)
#8BD83D
(139,216,61)
#97DC52
(151,220,82)
#A3E067
(163,224,103)
#AFE47C
(175,228,124)
#BBE891
(187,232,145)
#C7ECA6
(199,236,166)
#D3F0BB
(211,240,187)
#DFF4D0
(223,244,208)
#EBF8E5
(235,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D013 color. Also use rgb(115,208,19) instead hex code.

Text Font Color

.myTextColor { color: #73D013; }

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

This text font color is #73D013.


Background Color

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

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

This div background color is #73D013.


Border color

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

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

This div border color is #73D013.


Opacity

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

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

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

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

This text has shadow with #73D013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D013 on black background.


Color preview on white background

This text has color #73D013 on white background.



Black color preview on #73D013 background

This text has black color on #73D013 background.


White color preview on #73D013 background

This text has white color on #73D013 background.