COLOR #73DC77

HEX: #73DC77 RGB: (115,220,119)

Color info

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

RGB color model

#73DC77 color RGB value is (115,220,119).

RGB: (115,220,119) (45%, 86%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 220 of 255 = 86%
B 119 of 255 = 47%

115
220
119

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

Portions of RGB colors in percentages

R + G + B = 115 + 220 + 119 = 454 (100%)
R 115 of 454 ~ 25.33%
G 220 of 454 ~ 48.46%
B 119 of 454 ~ 26.21'%

%25.33
%48.46
%26.21

CMYK color model

#73DC77 color CMYK value is (48,0,46,14).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 45.91%
  • key color value is 13.73%

CMYK: (48,0,46,14)
C48M0Y46K14 (48%, 0%, 46%, 14%)
(0.48 / 0.00 / 0.46 / 0.14)

CMYK percentages

%47.73
%0
%45.91
%13.73

Codes

Color #73DC77 in popluar color models

73 DC 77
RGB 115 220 119
HSL 122° 60.00% 65.69%
HSB/HSV 122° 47.73% 86.27%
CMYK 47.73% 0.00% 45.91%
13.73%

Color #73DC77 in popluar number systems.

HEX 73 DC 77
Decimal 115 220 119
Binary 1110011 11011100 1110111
Octal 163 334 167

Shades and tints

Shades of #73DC77

#73DC77
(115,220,119)
#69C86D
(105,200,109)
#5FB463
(95,180,99)
#55A059
(85,160,89)
#4B8C4F
(75,140,79)
#417845
(65,120,69)
#37643B
(55,100,59)
#2D5031
(45,80,49)
#233C27
(35,60,39)
#19281D
(25,40,29)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #73DC77

#73DC77
(115,220,119)
#7FDF83
(127,223,131)
#8BE28F
(139,226,143)
#97E59B
(151,229,155)
#A3E8A7
(163,232,167)
#AFEBB3
(175,235,179)
#BBEEBF
(187,238,191)
#C7F1CB
(199,241,203)
#D3F4D7
(211,244,215)
#DFF7E3
(223,247,227)
#EBFAEF
(235,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73DC77; }

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

This text font color is #73DC77.

Background Color

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

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

This div background color is #73DC77.

Border color

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

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

This div border color is #73DC77.

Opacity

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

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

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

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

This text has shadow with #73DC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DC77.

Preview

Color preview on black background

This text has color #73DC77 on black background.


Color preview on white background

This text has color #73DC77 on white background.


Black color preview on #73DC77 background

This text has black color on #73DC77 background.


White color preview on #73DC77 background

This text has white color on #73DC77 background.


Related colors

Complementary color

Complementary color for #hex is #8C2388.


I love getcolorcode.com

Triadic colors

1 #7773DC and #DC7773 with #73DC77 are triadic colors.

2 #77DC73 and #DC7377 with #73DC77 are triadic colors.