COLOR #73BF73

HEX: #73BF73
RGB: (115,191,115)

Color info

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

RGB color model

#73BF73 color RGB value is (115,191,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 191 of 255 = 75%
B 115 of 255 = 45%

115
191
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 191 + 115 = 421 (100%)
R 115 of 421 ~ 27.32%
G 191 of 421 ~ 45.37%
B 115 of 421 ~ 27.32%

%27.32
%45.37
%27.32

CMYK color model

#73BF73 color CMYK value is (40,0,40,25).

  • cyan value is 39.79%
  • magenta value is 0.00%
  • yellow value is 39.79%
  • key color value is 25.10%
CMYK:
(40,0,40,25)
C40M0Y40K25 
(40%,0%,40%,25%)
(0.40/0.00/0.40/0.25)	

CMYK percentages

%39.79
%0
%39.79
%25.1

Codes

Color #73BF73 in popluar color models

73BF73
RGB115191115
HSL120°37.25%60.00%
HSB/HSV120°39.79%74.90%
CMYK39.79%0.00%39.79%
25.10%

Color #73BF73 in popluar number systems.

HEX73BF73
Decimal115191115
Binary1110011101111111110011
Octal163277163

Shades and tints

Shades of #73BF73

#73BF73
(115,191,115)
#69AE69
(105,174,105)
#5F9D5F
(95,157,95)
#558C55
(85,140,85)
#4B7B4B
(75,123,75)
#416A41
(65,106,65)
#375937
(55,89,55)
#2D482D
(45,72,45)
#233723
(35,55,35)
#192619
(25,38,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #73BF73

#73BF73
(115,191,115)
#7FC47F
(127,196,127)
#8BC98B
(139,201,139)
#97CE97
(151,206,151)
#A3D3A3
(163,211,163)
#AFD8AF
(175,216,175)
#BBDDBB
(187,221,187)
#C7E2C7
(199,226,199)
#D3E7D3
(211,231,211)
#DFECDF
(223,236,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BF73; }

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

This text font color is #73BF73.


Background Color

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

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

This div background color is #73BF73.


Border color

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

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

This div border color is #73BF73.


Opacity

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

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

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

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

This text has shadow with #73BF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BF73 on black background.


Color preview on white background

This text has color #73BF73 on white background.



Black color preview on #73BF73 background

This text has black color on #73BF73 background.


White color preview on #73BF73 background

This text has white color on #73BF73 background.