COLOR #73D381

HEX: #73D381
RGB: (115,211,129)

Color info

#73D381 contains mainly green color. Web safe color of #73D381 is #66CC99 (or #6C9).

RGB color model

#73D381 color RGB value is (115,211,129).

  • red value is 115;
  • green value is 211;
  • blue value is 129.
RGB:
(115,211,129)
(45%,83%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 211 of 255 = 83%
B 129 of 255 = 51%

115
211
129

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

Portions of RGB colors in percentages

R + G + B =
115 + 211 + 129 = 455 (100%)
R 115 of 455 ~ 25.27%
G 211 of 455 ~ 46.37%
B 129 of 455 ~ 28.35%

%25.27
%46.37
%28.35

CMYK color model

#73D381 color CMYK value is (45,0,39,17).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 17.25%
CMYK:
(45,0,39,17)
C45M0Y39K17 
(45%,0%,39%,17%)
(0.45/0.00/0.39/0.17)	

CMYK percentages

%45.5
%0
%38.86
%17.25

Codes

Color #73D381 in popluar color models

73D381
RGB115211129
HSL129°52.17%63.92%
HSB/HSV129°45.50%82.75%
CMYK45.50%0.00%38.86%
17.25%

Color #73D381 in popluar number systems.

HEX73D381
Decimal115211129
Binary11100111101001110000001
Octal163323201

Shades and tints

Shades of #73D381

#73D381
(115,211,129)
#69C076
(105,192,118)
#5FAD6B
(95,173,107)
#559A60
(85,154,96)
#4B8755
(75,135,85)
#41744A
(65,116,74)
#37613F
(55,97,63)
#2D4E34
(45,78,52)
#233B29
(35,59,41)
#19281E
(25,40,30)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73D381

#73D381
(115,211,129)
#7FD78C
(127,215,140)
#8BDB97
(139,219,151)
#97DFA2
(151,223,162)
#A3E3AD
(163,227,173)
#AFE7B8
(175,231,184)
#BBEBC3
(187,235,195)
#C7EFCE
(199,239,206)
#D3F3D9
(211,243,217)
#DFF7E4
(223,247,228)
#EBFBEF
(235,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D381; }

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

This text font color is #73D381.


Background Color

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

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

This div background color is #73D381.


Border color

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

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

This div border color is #73D381.


Opacity

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

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

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

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

This text has shadow with #73D381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D381 on black background.


Color preview on white background

This text has color #73D381 on white background.



Black color preview on #73D381 background

This text has black color on #73D381 background.


White color preview on #73D381 background

This text has white color on #73D381 background.