COLOR #73BE5C

HEX: #73BE5C
RGB: (115,190,92)

Color info

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

RGB color model

#73BE5C color RGB value is (115,190,92).

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

RGB channels and saturation

R 115 of 255 = 45%
G 190 of 255 = 75%
B 92 of 255 = 36%

115
190
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 190 + 92 = 397 (100%)
R 115 of 397 ~ 28.97%
G 190 of 397 ~ 47.86%
B 92 of 397 ~ 23.17%

%28.97
%47.86
%23.17

CMYK color model

#73BE5C color CMYK value is (39,0,52,25).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 51.58%
  • key color value is 25.49%
CMYK:
(39,0,52,25)
C39M0Y52K25 
(39%,0%,52%,25%)
(0.39/0.00/0.52/0.25)	

CMYK percentages

%39.47
%0
%51.58
%25.49

Codes

Color #73BE5C in popluar color models

73BE5C
RGB11519092
HSL106°42.98%55.29%
HSB/HSV106°51.58%74.51%
CMYK39.47%0.00%51.58%
25.49%

Color #73BE5C in popluar number systems.

HEX73BE5C
Decimal11519092
Binary1110011101111101011100
Octal163276134

Shades and tints

Shades of #73BE5C

#73BE5C
(115,190,92)
#69AD54
(105,173,84)
#5F9C4C
(95,156,76)
#558B44
(85,139,68)
#4B7A3C
(75,122,60)
#416934
(65,105,52)
#37582C
(55,88,44)
#2D4724
(45,71,36)
#23361C
(35,54,28)
#192514
(25,37,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #73BE5C

#73BE5C
(115,190,92)
#7FC36A
(127,195,106)
#8BC878
(139,200,120)
#97CD86
(151,205,134)
#A3D294
(163,210,148)
#AFD7A2
(175,215,162)
#BBDCB0
(187,220,176)
#C7E1BE
(199,225,190)
#D3E6CC
(211,230,204)
#DFEBDA
(223,235,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BE5C; }

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

This text font color is #73BE5C.


Background Color

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

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

This div background color is #73BE5C.


Border color

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

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

This div border color is #73BE5C.


Opacity

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

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

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

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

This text has shadow with #73BE5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BE5C on black background.


Color preview on white background

This text has color #73BE5C on white background.



Black color preview on #73BE5C background

This text has black color on #73BE5C background.


White color preview on #73BE5C background

This text has white color on #73BE5C background.