COLOR #73D531

HEX: #73D531 RGB: (115,213,49)

Color info

#73D531 contains mainly green color. Web safe color of #73D531 is #66CC33 (or #6C3).

RGB color model

#73D531 color RGB value is (115,213,49).

RGB: (115,213,49) (45%, 84%, 19%)

RGB channels and saturation

R 115 of 255 = 45%
G 213 of 255 = 84%
B 49 of 255 = 19%

115
213
49

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

Portions of RGB colors in percentages

R + G + B = 115 + 213 + 49 = 377 (100%)
R 115 of 377 ~ 30.5%
G 213 of 377 ~ 56.5%
B 49 of 377 ~ 13'%

%30.5
%56.5
%13

CMYK color model

#73D531 color CMYK value is (46,0,77,16).

  • cyan value is 46.01%
  • magenta value is 0.00%
  • yellow value is 77.00%
  • key color value is 16.47%

CMYK: (46,0,77,16)
C46M0Y77K16 (46%, 0%, 77%, 16%)
(0.46 / 0.00 / 0.77 / 0.16)

CMYK percentages

%46.01
%0
%77
%16.47

Codes

Color #73D531 in popluar color models

73 D5 31
RGB 115 213 49
HSL 96° 66.13% 51.37%
HSB/HSV 96° 77.00% 83.53%
CMYK 46.01% 0.00% 77.00%
16.47%

Color #73D531 in popluar number systems.

HEX 73 D5 31
Decimal 115 213 49
Binary 1110011 11010101 110001
Octal 163 325 61

Shades and tints

Shades of #73D531

#73D531
(115,213,49)
#69C22D
(105,194,45)
#5FAF29
(95,175,41)
#559C25
(85,156,37)
#4B8921
(75,137,33)
#41761D
(65,118,29)
#376319
(55,99,25)
#2D5015
(45,80,21)
#233D11
(35,61,17)
#192A0D
(25,42,13)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #73D531

#73D531
(115,213,49)
#7FD843
(127,216,67)
#8BDB55
(139,219,85)
#97DE67
(151,222,103)
#A3E179
(163,225,121)
#AFE48B
(175,228,139)
#BBE79D
(187,231,157)
#C7EAAF
(199,234,175)
#D3EDC1
(211,237,193)
#DFF0D3
(223,240,211)
#EBF3E5
(235,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D531 color. Also use rgb(115,213,49) instead hex code.

Text Font Color

.myTextColor { color: #73D531; }

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

This text font color is #73D531.

Background Color

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

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

This div background color is #73D531.

Border color

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

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

This div border color is #73D531.

Opacity

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

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

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

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

This text has shadow with #73D531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D531.

Preview

Color preview on black background

This text has color #73D531 on black background.


Color preview on white background

This text has color #73D531 on white background.


Black color preview on #73D531 background

This text has black color on #73D531 background.


White color preview on #73D531 background

This text has white color on #73D531 background.


Related colors

Complementary color

Complementary color for #hex is #8C2ACE.


I love getcolorcode.com

Triadic colors

1 #3173D5 and #D53173 with #73D531 are triadic colors.

2 #31D573 and #D57331 with #73D531 are triadic colors.