COLOR #73D66D

HEX: #73D66D
RGB: (115,214,109)

Color info

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

RGB color model

#73D66D color RGB value is (115,214,109).

  • red value is 115;
  • green value is 214;
  • blue value is 109.
RGB:
(115,214,109)
(45%,84%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 214 of 255 = 84%
B 109 of 255 = 43%

115
214
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 214 + 109 = 438 (100%)
R 115 of 438 ~ 26.26%
G 214 of 438 ~ 48.86%
B 109 of 438 ~ 24.89%

%26.26
%48.86
%24.89

CMYK color model

#73D66D color CMYK value is (46,0,49,16).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 16.08%
CMYK:
(46,0,49,16)
C46M0Y49K16 
(46%,0%,49%,16%)
(0.46/0.00/0.49/0.16)	

CMYK percentages

%46.26
%0
%49.07
%16.08

Codes

Color #73D66D in popluar color models

73D66D
RGB115214109
HSL117°56.15%63.33%
HSB/HSV117°49.07%83.92%
CMYK46.26%0.00%49.07%
16.08%

Color #73D66D in popluar number systems.

HEX73D66D
Decimal115214109
Binary1110011110101101101101
Octal163326155

Shades and tints

Shades of #73D66D

#73D66D
(115,214,109)
#69C364
(105,195,100)
#5FB05B
(95,176,91)
#559D52
(85,157,82)
#4B8A49
(75,138,73)
#417740
(65,119,64)
#376437
(55,100,55)
#2D512E
(45,81,46)
#233E25
(35,62,37)
#192B1C
(25,43,28)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #73D66D

#73D66D
(115,214,109)
#7FD97A
(127,217,122)
#8BDC87
(139,220,135)
#97DF94
(151,223,148)
#A3E2A1
(163,226,161)
#AFE5AE
(175,229,174)
#BBE8BB
(187,232,187)
#C7EBC8
(199,235,200)
#D3EED5
(211,238,213)
#DFF1E2
(223,241,226)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D66D; }

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

This text font color is #73D66D.


Background Color

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

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

This div background color is #73D66D.


Border color

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

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

This div border color is #73D66D.


Opacity

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

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

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

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

This text has shadow with #73D66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D66D on black background.


Color preview on white background

This text has color #73D66D on white background.



Black color preview on #73D66D background

This text has black color on #73D66D background.


White color preview on #73D66D background

This text has white color on #73D66D background.