COLOR #73F273

HEX: #73F273
RGB: (115,242,115)

Color info

#73F273 contains mainly green color. Web safe color of #73F273 is #66FF66 (or #6F6).

RGB color model

#73F273 color RGB value is (115,242,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 242 of 255 = 95%
B 115 of 255 = 45%

115
242
115

R + G + B ~ 62%. #73F273 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 242 + 115 = 472 (100%)
R 115 of 472 ~ 24.36%
G 242 of 472 ~ 51.27%
B 115 of 472 ~ 24.36%

%24.36
%51.27
%24.36

CMYK color model

#73F273 color CMYK value is (52,0,52,5).

  • cyan value is 52.48%
  • magenta value is 0.00%
  • yellow value is 52.48%
  • key color value is 5.10%
CMYK:
(52,0,52,5)
C52M0Y52K5 
(52%,0%,52%,5%)
(0.52/0.00/0.52/0.05)	

CMYK percentages

%52.48
%0
%52.48
%5.1

Codes

Color #73F273 in popluar color models

73F273
RGB115242115
HSL120°83.01%70.00%
HSB/HSV120°52.48%94.90%
CMYK52.48%0.00%52.48%
5.10%

Color #73F273 in popluar number systems.

HEX73F273
Decimal115242115
Binary1110011111100101110011
Octal163362163

Shades and tints

Shades of #73F273

#73F273
(115,242,115)
#69DC69
(105,220,105)
#5FC65F
(95,198,95)
#55B055
(85,176,85)
#4B9A4B
(75,154,75)
#418441
(65,132,65)
#376E37
(55,110,55)
#2D582D
(45,88,45)
#234223
(35,66,35)
#192C19
(25,44,25)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73F273

#73F273
(115,242,115)
#7FF37F
(127,243,127)
#8BF48B
(139,244,139)
#97F597
(151,245,151)
#A3F6A3
(163,246,163)
#AFF7AF
(175,247,175)
#BBF8BB
(187,248,187)
#C7F9C7
(199,249,199)
#D3FAD3
(211,250,211)
#DFFBDF
(223,251,223)
#EBFCEB
(235,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73F273; }

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

This text font color is #73F273.


Background Color

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

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

This div background color is #73F273.


Border color

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

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

This div border color is #73F273.


Opacity

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

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

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

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

This text has shadow with #73F273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73F273 on black background.


Color preview on white background

This text has color #73F273 on white background.



Black color preview on #73F273 background

This text has black color on #73F273 background.


White color preview on #73F273 background

This text has white color on #73F273 background.