COLOR #73EC73

HEX: #73EC73
RGB: (115,236,115)

Color info

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

RGB color model

#73EC73 color RGB value is (115,236,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 236 of 255 = 93%
B 115 of 255 = 45%

115
236
115

R + G + B ~ 61%. #73EC73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 236 + 115 = 466 (100%)
R 115 of 466 ~ 24.68%
G 236 of 466 ~ 50.64%
B 115 of 466 ~ 24.68%

%24.68
%50.64
%24.68

CMYK color model

#73EC73 color CMYK value is (51,0,51,7).

  • cyan value is 51.27%
  • magenta value is 0.00%
  • yellow value is 51.27%
  • key color value is 7.45%
CMYK:
(51,0,51,7)
C51M0Y51K7 
(51%,0%,51%,7%)
(0.51/0.00/0.51/0.07)	

CMYK percentages

%51.27
%0
%51.27
%7.45

Codes

Color #73EC73 in popluar color models

73EC73
RGB115236115
HSL120°76.10%68.82%
HSB/HSV120°51.27%92.55%
CMYK51.27%0.00%51.27%
7.45%

Color #73EC73 in popluar number systems.

HEX73EC73
Decimal115236115
Binary1110011111011001110011
Octal163354163

Shades and tints

Shades of #73EC73

#73EC73
(115,236,115)
#69D769
(105,215,105)
#5FC25F
(95,194,95)
#55AD55
(85,173,85)
#4B984B
(75,152,75)
#418341
(65,131,65)
#376E37
(55,110,55)
#2D592D
(45,89,45)
#234423
(35,68,35)
#192F19
(25,47,25)
#0F1A0F
(15,26,15)
#000000
(0,0,0)

Tints of #73EC73

#73EC73
(115,236,115)
#7FED7F
(127,237,127)
#8BEE8B
(139,238,139)
#97EF97
(151,239,151)
#A3F0A3
(163,240,163)
#AFF1AF
(175,241,175)
#BBF2BB
(187,242,187)
#C7F3C7
(199,243,199)
#D3F4D3
(211,244,211)
#DFF5DF
(223,245,223)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73EC73; }

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

This text font color is #73EC73.


Background Color

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

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

This div background color is #73EC73.


Border color

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

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

This div border color is #73EC73.


Opacity

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

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

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

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

This text has shadow with #73EC73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73EC73 on black background.


Color preview on white background

This text has color #73EC73 on white background.



Black color preview on #73EC73 background

This text has black color on #73EC73 background.


White color preview on #73EC73 background

This text has white color on #73EC73 background.