COLOR #73DB7D

HEX: #73DB7D RGB: (115,219,125)

Color info

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

RGB color model

#73DB7D color RGB value is (115,219,125).

RGB: (115,219,125) (45%, 86%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 219 of 255 = 86%
B 125 of 255 = 49%

115
219
125

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

Portions of RGB colors in percentages

R + G + B = 115 + 219 + 125 = 459 (100%)
R 115 of 459 ~ 25.05%
G 219 of 459 ~ 47.71%
B 125 of 459 ~ 27.23'%

%25.05
%47.71
%27.23

CMYK color model

#73DB7D color CMYK value is (47,0,43,14).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 14.12%

CMYK: (47,0,43,14)
C47M0Y43K14 (47%, 0%, 43%, 14%)
(0.47 / 0.00 / 0.43 / 0.14)

CMYK percentages

%47.49
%0
%42.92
%14.12

Codes

Color #73DB7D in popluar color models

73 DB 7D
RGB 115 219 125
HSL 126° 59.09% 65.49%
HSB/HSV 126° 47.49% 85.88%
CMYK 47.49% 0.00% 42.92%
14.12%

Color #73DB7D in popluar number systems.

HEX 73 DB 7D
Decimal 115 219 125
Binary 1110011 11011011 1111101
Octal 163 333 175

Shades and tints

Shades of #73DB7D

#73DB7D
(115,219,125)
#69C872
(105,200,114)
#5FB567
(95,181,103)
#55A25C
(85,162,92)
#4B8F51
(75,143,81)
#417C46
(65,124,70)
#37693B
(55,105,59)
#2D5630
(45,86,48)
#234325
(35,67,37)
#19301A
(25,48,26)
#0F1D0F
(15,29,15)
#000000
(0,0,0)

Tints of #73DB7D

#73DB7D
(115,219,125)
#7FDE88
(127,222,136)
#8BE193
(139,225,147)
#97E49E
(151,228,158)
#A3E7A9
(163,231,169)
#AFEAB4
(175,234,180)
#BBEDBF
(187,237,191)
#C7F0CA
(199,240,202)
#D3F3D5
(211,243,213)
#DFF6E0
(223,246,224)
#EBF9EB
(235,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DB7D color. Also use rgb(115,219,125) instead hex code.

Text Font Color

.myTextColor { color: #73DB7D; }

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

This text font color is #73DB7D.

Background Color

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

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

This div background color is #73DB7D.

Border color

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

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

This div border color is #73DB7D.

Opacity

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

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

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

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

This text has shadow with #73DB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DB7D.

Preview

Color preview on black background

This text has color #73DB7D on black background.


Color preview on white background

This text has color #73DB7D on white background.


Black color preview on #73DB7D background

This text has black color on #73DB7D background.


White color preview on #73DB7D background

This text has white color on #73DB7D background.


Related colors

Complementary color

Complementary color for #hex is #8C2482.


I love getcolorcode.com

Triadic colors

1 #7D73DB and #DB7D73 with #73DB7D are triadic colors.

2 #7DDB73 and #DB737D with #73DB7D are triadic colors.