COLOR #73D372

HEX: #73D372
RGB: (115,211,114)

Color info

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

RGB color model

#73D372 color RGB value is (115,211,114).

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

RGB channels and saturation

R 115 of 255 = 45%
G 211 of 255 = 83%
B 114 of 255 = 45%

115
211
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 211 + 114 = 440 (100%)
R 115 of 440 ~ 26.14%
G 211 of 440 ~ 47.95%
B 114 of 440 ~ 25.91%

%26.14
%47.95
%25.91

CMYK color model

#73D372 color CMYK value is (45,0,46,17).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 45.97%
  • key color value is 17.25%
CMYK:
(45,0,46,17)
C45M0Y46K17 
(45%,0%,46%,17%)
(0.45/0.00/0.46/0.17)	

CMYK percentages

%45.5
%0
%45.97
%17.25

Codes

Color #73D372 in popluar color models

73D372
RGB115211114
HSL119°52.43%63.73%
HSB/HSV119°45.97%82.75%
CMYK45.50%0.00%45.97%
17.25%

Color #73D372 in popluar number systems.

HEX73D372
Decimal115211114
Binary1110011110100111110010
Octal163323162

Shades and tints

Shades of #73D372

#73D372
(115,211,114)
#69C068
(105,192,104)
#5FAD5E
(95,173,94)
#559A54
(85,154,84)
#4B874A
(75,135,74)
#417440
(65,116,64)
#376136
(55,97,54)
#2D4E2C
(45,78,44)
#233B22
(35,59,34)
#192818
(25,40,24)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #73D372

#73D372
(115,211,114)
#7FD77E
(127,215,126)
#8BDB8A
(139,219,138)
#97DF96
(151,223,150)
#A3E3A2
(163,227,162)
#AFE7AE
(175,231,174)
#BBEBBA
(187,235,186)
#C7EFC6
(199,239,198)
#D3F3D2
(211,243,210)
#DFF7DE
(223,247,222)
#EBFBEA
(235,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D372; }

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

This text font color is #73D372.


Background Color

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

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

This div background color is #73D372.


Border color

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

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

This div border color is #73D372.


Opacity

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

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

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

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

This text has shadow with #73D372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D372 on black background.


Color preview on white background

This text has color #73D372 on white background.



Black color preview on #73D372 background

This text has black color on #73D372 background.


White color preview on #73D372 background

This text has white color on #73D372 background.