COLOR #73D273

HEX: #73D273
RGB: (115,210,115)

Color info

#73D273 contains mainly green color. Web safe color of #73D273 is #66CC66 (or #6C6).

RGB color model

#73D273 color RGB value is (115,210,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 210 of 255 = 82%
B 115 of 255 = 45%

115
210
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 210 + 115 = 440 (100%)
R 115 of 440 ~ 26.14%
G 210 of 440 ~ 47.73%
B 115 of 440 ~ 26.14%

%26.14
%47.73
%26.14

CMYK color model

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

  • cyan value is 45.24%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 17.65%
CMYK:
(45,0,45,18)
C45M0Y45K18 
(45%,0%,45%,18%)
(0.45/0.00/0.45/0.18)	

CMYK percentages

%45.24
%0
%45.24
%17.65

Codes

Color #73D273 in popluar color models

73D273
RGB115210115
HSL120°51.35%63.73%
HSB/HSV120°45.24%82.35%
CMYK45.24%0.00%45.24%
17.65%

Color #73D273 in popluar number systems.

HEX73D273
Decimal115210115
Binary1110011110100101110011
Octal163322163

Shades and tints

Shades of #73D273

#73D273
(115,210,115)
#69BF69
(105,191,105)
#5FAC5F
(95,172,95)
#559955
(85,153,85)
#4B864B
(75,134,75)
#417341
(65,115,65)
#376037
(55,96,55)
#2D4D2D
(45,77,45)
#233A23
(35,58,35)
#192719
(25,39,25)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #73D273

#73D273
(115,210,115)
#7FD67F
(127,214,127)
#8BDA8B
(139,218,139)
#97DE97
(151,222,151)
#A3E2A3
(163,226,163)
#AFE6AF
(175,230,175)
#BBEABB
(187,234,187)
#C7EEC7
(199,238,199)
#D3F2D3
(211,242,211)
#DFF6DF
(223,246,223)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D273; }

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

This text font color is #73D273.


Background Color

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

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

This div background color is #73D273.


Border color

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

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

This div border color is #73D273.


Opacity

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

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

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

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

This text has shadow with #73D273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D273 on black background.


Color preview on white background

This text has color #73D273 on white background.



Black color preview on #73D273 background

This text has black color on #73D273 background.


White color preview on #73D273 background

This text has white color on #73D273 background.