COLOR #73DC69

HEX: #73DC69
RGB: (115,220,105)

Color info

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

RGB color model

#73DC69 color RGB value is (115,220,105).

  • red value is 115;
  • green value is 220;
  • blue value is 105.
RGB:
(115,220,105)
(45%,86%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 220 of 255 = 86%
B 105 of 255 = 41%

115
220
105

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

Portions of RGB colors in percentages

R + G + B =
115 + 220 + 105 = 440 (100%)
R 115 of 440 ~ 26.14%
G 220 of 440 ~ 50%
B 105 of 440 ~ 23.86%

%26.14
%50
%23.86

CMYK color model

#73DC69 color CMYK value is (48,0,52,14).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 13.73%
CMYK:
(48,0,52,14)
C48M0Y52K14 
(48%,0%,52%,14%)
(0.48/0.00/0.52/0.14)	

CMYK percentages

%47.73
%0
%52.27
%13.73

Codes

Color #73DC69 in popluar color models

73DC69
RGB115220105
HSL115°62.16%63.73%
HSB/HSV115°52.27%86.27%
CMYK47.73%0.00%52.27%
13.73%

Color #73DC69 in popluar number systems.

HEX73DC69
Decimal115220105
Binary1110011110111001101001
Octal163334151

Shades and tints

Shades of #73DC69

#73DC69
(115,220,105)
#69C860
(105,200,96)
#5FB457
(95,180,87)
#55A04E
(85,160,78)
#4B8C45
(75,140,69)
#41783C
(65,120,60)
#376433
(55,100,51)
#2D502A
(45,80,42)
#233C21
(35,60,33)
#192818
(25,40,24)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #73DC69

#73DC69
(115,220,105)
#7FDF76
(127,223,118)
#8BE283
(139,226,131)
#97E590
(151,229,144)
#A3E89D
(163,232,157)
#AFEBAA
(175,235,170)
#BBEEB7
(187,238,183)
#C7F1C4
(199,241,196)
#D3F4D1
(211,244,209)
#DFF7DE
(223,247,222)
#EBFAEB
(235,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DC69 color. Also use rgb(115,220,105) instead hex code.

Text Font Color

.myTextColor { color: #73DC69; }

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

This text font color is #73DC69.


Background Color

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

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

This div background color is #73DC69.


Border color

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

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

This div border color is #73DC69.


Opacity

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

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

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

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

This text has shadow with #73DC69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73DC69 on black background.


Color preview on white background

This text has color #73DC69 on white background.



Black color preview on #73DC69 background

This text has black color on #73DC69 background.


White color preview on #73DC69 background

This text has white color on #73DC69 background.