COLOR #73DD96

HEX: #73DD96 RGB: (115,221,150)

Color info

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

RGB color model

#73DD96 color RGB value is (115,221,150).

RGB: (115,221,150) (45%, 87%, 59%)

RGB channels and saturation

R 115 of 255 = 45%
G 221 of 255 = 87%
B 150 of 255 = 59%

115
221
150

R + G + B ~ 64%. #73DD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 221 + 150 = 486 (100%)
R 115 of 486 ~ 23.66%
G 221 of 486 ~ 45.47%
B 150 of 486 ~ 30.86'%

%23.66
%45.47
%30.86

CMYK color model

#73DD96 color CMYK value is (48,0,32,13).

  • cyan value is 47.96%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%

CMYK: (48,0,32,13)
C48M0Y32K13 (48%, 0%, 32%, 13%)
(0.48 / 0.00 / 0.32 / 0.13)

CMYK percentages

%47.96
%0
%32.13
%13.33

Codes

Color #73DD96 in popluar color models

73 DD 96
RGB 115 221 150
HSL 140° 60.92% 65.88%
HSB/HSV 140° 47.96% 86.67%
CMYK 47.96% 0.00% 32.13%
13.33%

Color #73DD96 in popluar number systems.

HEX 73 DD 96
Decimal 115 221 150
Binary 1110011 11011101 10010110
Octal 163 335 226

Shades and tints

Shades of #73DD96

#73DD96
(115,221,150)
#69C989
(105,201,137)
#5FB57C
(95,181,124)
#55A16F
(85,161,111)
#4B8D62
(75,141,98)
#417955
(65,121,85)
#376548
(55,101,72)
#2D513B
(45,81,59)
#233D2E
(35,61,46)
#192921
(25,41,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #73DD96

#73DD96
(115,221,150)
#7FE09F
(127,224,159)
#8BE3A8
(139,227,168)
#97E6B1
(151,230,177)
#A3E9BA
(163,233,186)
#AFECC3
(175,236,195)
#BBEFCC
(187,239,204)
#C7F2D5
(199,242,213)
#D3F5DE
(211,245,222)
#DFF8E7
(223,248,231)
#EBFBF0
(235,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DD96 color. Also use rgb(115,221,150) instead hex code.

Text Font Color

.myTextColor { color: #73DD96; }

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

This text font color is #73DD96.

Background Color

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

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

This div background color is #73DD96.

Border color

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

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

This div border color is #73DD96.

Opacity

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

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

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

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

This text has shadow with #73DD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DD96.

Preview

Color preview on black background

This text has color #73DD96 on black background.


Color preview on white background

This text has color #73DD96 on white background.


Black color preview on #73DD96 background

This text has black color on #73DD96 background.


White color preview on #73DD96 background

This text has white color on #73DD96 background.


Related colors

Complementary color

Complementary color for #hex is #8C2269.


I love getcolorcode.com

Triadic colors

1 #9673DD and #DD9673 with #73DD96 are triadic colors.

2 #96DD73 and #DD7396 with #73DD96 are triadic colors.