COLOR #73DB7B

HEX: #73DB7B
RGB: (115,219,123)

Color info

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

RGB color model

#73DB7B color RGB value is (115,219,123).

  • red value is 115;
  • green value is 219;
  • blue value is 123.
RGB:
(115,219,123)
(45%,86%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 219 of 255 = 86%
B 123 of 255 = 48%

115
219
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 219 + 123 = 457 (100%)
R 115 of 457 ~ 25.16%
G 219 of 457 ~ 47.92%
B 123 of 457 ~ 26.91%

%25.16
%47.92
%26.91

CMYK color model

#73DB7B color CMYK value is (47,0,44,14).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 14.12%
CMYK:
(47,0,44,14)
C47M0Y44K14 
(47%,0%,44%,14%)
(0.47/0.00/0.44/0.14)	

CMYK percentages

%47.49
%0
%43.84
%14.12

Codes

Color #73DB7B in popluar color models

73DB7B
RGB115219123
HSL125°59.09%65.49%
HSB/HSV125°47.49%85.88%
CMYK47.49%0.00%43.84%
14.12%

Color #73DB7B in popluar number systems.

HEX73DB7B
Decimal115219123
Binary1110011110110111111011
Octal163333173

Shades and tints

Shades of #73DB7B

#73DB7B
(115,219,123)
#69C870
(105,200,112)
#5FB565
(95,181,101)
#55A25A
(85,162,90)
#4B8F4F
(75,143,79)
#417C44
(65,124,68)
#376939
(55,105,57)
#2D562E
(45,86,46)
#234323
(35,67,35)
#193018
(25,48,24)
#0F1D0D
(15,29,13)
#000000
(0,0,0)

Tints of #73DB7B

#73DB7B
(115,219,123)
#7FDE87
(127,222,135)
#8BE193
(139,225,147)
#97E49F
(151,228,159)
#A3E7AB
(163,231,171)
#AFEAB7
(175,234,183)
#BBEDC3
(187,237,195)
#C7F0CF
(199,240,207)
#D3F3DB
(211,243,219)
#DFF6E7
(223,246,231)
#EBF9F3
(235,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73DB7B; }

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

This text font color is #73DB7B.


Background Color

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

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

This div background color is #73DB7B.


Border color

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

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

This div border color is #73DB7B.


Opacity

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

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

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

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

This text has shadow with #73DB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73DB7B on black background.


Color preview on white background

This text has color #73DB7B on white background.



Black color preview on #73DB7B background

This text has black color on #73DB7B background.


White color preview on #73DB7B background

This text has white color on #73DB7B background.