COLOR #73FF73

HEX: #73FF73
RGB: (115,255,115)

Color info

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

RGB color model

#73FF73 color RGB value is (115,255,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 255 of 255 = 100%
B 115 of 255 = 45%

115
255
115

R + G + B ~ 63%. #73FF73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 255 + 115 = 485 (100%)
R 115 of 485 ~ 23.71%
G 255 of 485 ~ 52.58%
B 115 of 485 ~ 23.71%

%23.71
%52.58
%23.71

CMYK color model

#73FF73 color CMYK value is (55,0,55,0).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(55,0,55,0)
C55M0Y55K0 
(55%,0%,55%,0%)
(0.55/0.00/0.55/0.00)	

CMYK percentages

%54.9
%0
%54.9
%0

Codes

Color #73FF73 in popluar color models

73FF73
RGB115255115
HSL120°100.00%72.55%
HSB/HSV120°54.90%100.00%
CMYK54.90%0.00%54.90%
0.00%

Color #73FF73 in popluar number systems.

HEX73FF73
Decimal115255115
Binary1110011111111111110011
Octal163377163

Shades and tints

Shades of #73FF73

#73FF73
(115,255,115)
#69E869
(105,232,105)
#5FD15F
(95,209,95)
#55BA55
(85,186,85)
#4BA34B
(75,163,75)
#418C41
(65,140,65)
#377537
(55,117,55)
#2D5E2D
(45,94,45)
#234723
(35,71,35)
#193019
(25,48,25)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #73FF73

#73FF73
(115,255,115)
#7FFF7F
(127,255,127)
#8BFF8B
(139,255,139)
#97FF97
(151,255,151)
#A3FFA3
(163,255,163)
#AFFFAF
(175,255,175)
#BBFFBB
(187,255,187)
#C7FFC7
(199,255,199)
#D3FFD3
(211,255,211)
#DFFFDF
(223,255,223)
#EBFFEB
(235,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73FF73; }

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

This text font color is #73FF73.


Background Color

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

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

This div background color is #73FF73.


Border color

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

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

This div border color is #73FF73.


Opacity

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

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

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

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

This text has shadow with #73FF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73FF73 on black background.


Color preview on white background

This text has color #73FF73 on white background.



Black color preview on #73FF73 background

This text has black color on #73FF73 background.


White color preview on #73FF73 background

This text has white color on #73FF73 background.