COLOR #73D375

HEX: #73D375 RGB: (115,211,117)

Color info

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

RGB color model

#73D375 color RGB value is (115,211,117).

RGB: (115,211,117) (45%, 83%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 211 of 255 = 83%
B 117 of 255 = 46%

115
211
117

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

Portions of RGB colors in percentages

R + G + B = 115 + 211 + 117 = 443 (100%)
R 115 of 443 ~ 25.96%
G 211 of 443 ~ 47.63%
B 117 of 443 ~ 26.41'%

%25.96
%47.63
%26.41

CMYK color model

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

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 44.55%
  • key color value is 17.25%
CMYK: (45,0,45,17) C45M0Y45K17 (45%,0%,45%,17%) (0.45/0.00/0.45/0.17) 

CMYK percentages

%45.5
%0
%44.55
%17.25

Codes

Color #73D375 in popluar color models

73 D3 75
RGB 115 211 117
HSL 121° 52.17% 63.92%
HSB/HSV 121° 45.50% 82.75%
CMYK 45.50% 0.00% 44.55%
17.25%

Color #73D375 in popluar number systems.

HEX 73 D3 75
Decimal 115 211 117
Binary 1110011 11010011 1110101
Octal 163 323 165

Shades and tints

Shades of #73D375

#73D375
(115,211,117)
#69C06B
(105,192,107)
#5FAD61
(95,173,97)
#559A57
(85,154,87)
#4B874D
(75,135,77)
#417443
(65,116,67)
#376139
(55,97,57)
#2D4E2F
(45,78,47)
#233B25
(35,59,37)
#19281B
(25,40,27)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #73D375

#73D375
(115,211,117)
#7FD781
(127,215,129)
#8BDB8D
(139,219,141)
#97DF99
(151,223,153)
#A3E3A5
(163,227,165)
#AFE7B1
(175,231,177)
#BBEBBD
(187,235,189)
#C7EFC9
(199,239,201)
#D3F3D5
(211,243,213)
#DFF7E1
(223,247,225)
#EBFBED
(235,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D375; }

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

This text font color is #73D375.

Background Color

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

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

This div background color is #73D375.

Border color

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

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

This div border color is #73D375.

Opacity

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

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

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

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

This text has shadow with #73D375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D375.

Preview

Color preview on black background

This text has color #73D375 on black background.


Color preview on white background

This text has color #73D375 on white background.


Black color preview on #73D375 background

This text has black color on #73D375 background.


White color preview on #73D375 background

This text has white color on #73D375 background.


Related colors

Complementary color

Complementary color for #hex is #8C2C8A.


I love getcolorcode.com

Triadic colors

1 #7573D3 and #D37573 with #73D375 are triadic colors.

2 #75D373 and #D37375 with #73D375 are triadic colors.