COLOR #73D017

HEX: #73D017
RGB: (115,208,23)

Color info

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

RGB color model

#73D017 color RGB value is (115,208,23).

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

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 23 of 255 = 9%

115
208
23

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

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 23 = 346 (100%)
R 115 of 346 ~ 33.24%
G 208 of 346 ~ 60.12%
B 23 of 346 ~ 6.65%

%33.24
%60.12

CMYK color model

#73D017 color CMYK value is (45,0,89,18).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 88.94%
  • key color value is 18.43%
CMYK:
(45,0,89,18)
C45M0Y89K18 
(45%,0%,89%,18%)
(0.45/0.00/0.89/0.18)	

CMYK percentages

%44.71
%0
%88.94
%18.43

Codes

Color #73D017 in popluar color models

73D017
RGB11520823
HSL90°80.09%45.29%
HSB/HSV90°88.94%81.57%
CMYK44.71%0.00%88.94%
18.43%

Color #73D017 in popluar number systems.

HEX73D017
Decimal11520823
Binary11100111101000010111
Octal16332027

Shades and tints

Shades of #73D017

#73D017
(115,208,23)
#69BE15
(105,190,21)
#5FAC13
(95,172,19)
#559A11
(85,154,17)
#4B880F
(75,136,15)
#41760D
(65,118,13)
#37640B
(55,100,11)
#2D5209
(45,82,9)
#234007
(35,64,7)
#192E05
(25,46,5)
#0F1C03
(15,28,3)
#000000
(0,0,0)

Tints of #73D017

#73D017
(115,208,23)
#7FD42C
(127,212,44)
#8BD841
(139,216,65)
#97DC56
(151,220,86)
#A3E06B
(163,224,107)
#AFE480
(175,228,128)
#BBE895
(187,232,149)
#C7ECAA
(199,236,170)
#D3F0BF
(211,240,191)
#DFF4D4
(223,244,212)
#EBF8E9
(235,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D017; }

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

This text font color is #73D017.


Background Color

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

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

This div background color is #73D017.


Border color

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

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

This div border color is #73D017.


Opacity

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

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

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

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

This text has shadow with #73D017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D017 on black background.


Color preview on white background

This text has color #73D017 on white background.



Black color preview on #73D017 background

This text has black color on #73D017 background.


White color preview on #73D017 background

This text has white color on #73D017 background.