COLOR #73F307

HEX: #73F307
RGB: (115,243,7)

Color info

#73F307 contains mainly green color. Web safe color of #73F307 is #66FF00 (or #6F0).

RGB color model

#73F307 color RGB value is (115,243,7).

  • red value is 115;
  • green value is 243;
  • blue value is 7.
RGB:
(115,243,7)
(45%,95%,3%)

RGB channels and saturation

R 115 of 255 = 45%
G 243 of 255 = 95%
B 7 of 255 = 3%

115
243
7

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

Portions of RGB colors in percentages

R + G + B =
115 + 243 + 7 = 365 (100%)
R 115 of 365 ~ 31.51%
G 243 of 365 ~ 66.58%
B 7 of 365 ~ 1.92%

%31.51
%66.58

CMYK color model

#73F307 color CMYK value is (53,0,97,5).

  • cyan value is 52.67%
  • magenta value is 0.00%
  • yellow value is 97.12%
  • key color value is 4.71%
CMYK:
(53,0,97,5)
C53M0Y97K5 
(53%,0%,97%,5%)
(0.53/0.00/0.97/0.05)	

CMYK percentages

%52.67
%0
%97.12
%4.71

Codes

Color #73F307 in popluar color models

73F307
RGB1152437
HSL93°94.40%49.02%
HSB/HSV93°97.12%95.29%
CMYK52.67%0.00%97.12%
4.71%

Color #73F307 in popluar number systems.

HEX73F307
Decimal1152437
Binary111001111110011111
Octal1633637

Shades and tints

Shades of #73F307

#73F307
(115,243,7)
#69DD07
(105,221,7)
#5FC707
(95,199,7)
#55B107
(85,177,7)
#4B9B07
(75,155,7)
#418507
(65,133,7)
#376F07
(55,111,7)
#2D5907
(45,89,7)
#234307
(35,67,7)
#192D07
(25,45,7)
#0F1707
(15,23,7)
#000000
(0,0,0)

Tints of #73F307

#73F307
(115,243,7)
#7FF41D
(127,244,29)
#8BF533
(139,245,51)
#97F649
(151,246,73)
#A3F75F
(163,247,95)
#AFF875
(175,248,117)
#BBF98B
(187,249,139)
#C7FAA1
(199,250,161)
#D3FBB7
(211,251,183)
#DFFCCD
(223,252,205)
#EBFDE3
(235,253,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73F307 color. Also use rgb(115,243,7) instead hex code.

Text Font Color

.myTextColor { color: #73F307; }

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

This text font color is #73F307.


Background Color

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

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

This div background color is #73F307.


Border color

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

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

This div border color is #73F307.


Opacity

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

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

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

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

This text has shadow with #73F307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73F307 on black background.


Color preview on white background

This text has color #73F307 on white background.



Black color preview on #73F307 background

This text has black color on #73F307 background.


White color preview on #73F307 background

This text has white color on #73F307 background.