COLOR #73E073

HEX: #73E073
RGB: (115,224,115)

Color info

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

RGB color model

#73E073 color RGB value is (115,224,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 115 of 255 = 45%

115
224
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 115 = 454 (100%)
R 115 of 454 ~ 25.33%
G 224 of 454 ~ 49.34%
B 115 of 454 ~ 25.33%

%25.33
%49.34
%25.33

CMYK color model

#73E073 color CMYK value is (49,0,49,12).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(49,0,49,12)
C49M0Y49K12 
(49%,0%,49%,12%)
(0.49/0.00/0.49/0.12)	

CMYK percentages

%48.66
%0
%48.66
%12.16

Codes

Color #73E073 in popluar color models

73E073
RGB115224115
HSL120°63.74%66.47%
HSB/HSV120°48.66%87.84%
CMYK48.66%0.00%48.66%
12.16%

Color #73E073 in popluar number systems.

HEX73E073
Decimal115224115
Binary1110011111000001110011
Octal163340163

Shades and tints

Shades of #73E073

#73E073
(115,224,115)
#69CC69
(105,204,105)
#5FB85F
(95,184,95)
#55A455
(85,164,85)
#4B904B
(75,144,75)
#417C41
(65,124,65)
#376837
(55,104,55)
#2D542D
(45,84,45)
#234023
(35,64,35)
#192C19
(25,44,25)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #73E073

#73E073
(115,224,115)
#7FE27F
(127,226,127)
#8BE48B
(139,228,139)
#97E697
(151,230,151)
#A3E8A3
(163,232,163)
#AFEAAF
(175,234,175)
#BBECBB
(187,236,187)
#C7EEC7
(199,238,199)
#D3F0D3
(211,240,211)
#DFF2DF
(223,242,223)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E073; }

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

This text font color is #73E073.


Background Color

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

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

This div background color is #73E073.


Border color

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

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

This div border color is #73E073.


Opacity

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

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

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

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

This text has shadow with #73E073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E073 on black background.


Color preview on white background

This text has color #73E073 on white background.



Black color preview on #73E073 background

This text has black color on #73E073 background.


White color preview on #73E073 background

This text has white color on #73E073 background.