COLOR #73D662

HEX: #73D662 RGB: (115,214,98)

Color info

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

RGB color model

#73D662 color RGB value is (115,214,98).

RGB: (115,214,98) (45%, 84%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 214 of 255 = 84%
B 98 of 255 = 38%

115
214
98

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

Portions of RGB colors in percentages

R + G + B = 115 + 214 + 98 = 427 (100%)
R 115 of 427 ~ 26.93%
G 214 of 427 ~ 50.12%
B 98 of 427 ~ 22.95'%

%26.93
%50.12
%22.95

CMYK color model

#73D662 color CMYK value is (46,0,54,16).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 54.21%
  • key color value is 16.08%

CMYK: (46,0,54,16)
C46M0Y54K16 (46%, 0%, 54%, 16%)
(0.46 / 0.00 / 0.54 / 0.16)

CMYK percentages

%46.26
%0
%54.21
%16.08

Codes

Color #73D662 in popluar color models

73 D6 62
RGB 115 214 98
HSL 111° 58.59% 61.18%
HSB/HSV 111° 54.21% 83.92%
CMYK 46.26% 0.00% 54.21%
16.08%

Color #73D662 in popluar number systems.

HEX 73 D6 62
Decimal 115 214 98
Binary 1110011 11010110 1100010
Octal 163 326 142

Shades and tints

Shades of #73D662

#73D662
(115,214,98)
#69C35A
(105,195,90)
#5FB052
(95,176,82)
#559D4A
(85,157,74)
#4B8A42
(75,138,66)
#41773A
(65,119,58)
#376432
(55,100,50)
#2D512A
(45,81,42)
#233E22
(35,62,34)
#192B1A
(25,43,26)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #73D662

#73D662
(115,214,98)
#7FD970
(127,217,112)
#8BDC7E
(139,220,126)
#97DF8C
(151,223,140)
#A3E29A
(163,226,154)
#AFE5A8
(175,229,168)
#BBE8B6
(187,232,182)
#C7EBC4
(199,235,196)
#D3EED2
(211,238,210)
#DFF1E0
(223,241,224)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D662 color. Also use rgb(115,214,98) instead hex code.

Text Font Color

.myTextColor { color: #73D662; }

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

This text font color is #73D662.

Background Color

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

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

This div background color is #73D662.

Border color

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

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

This div border color is #73D662.

Opacity

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

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

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

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

This text has shadow with #73D662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D662.

Preview

Color preview on black background

This text has color #73D662 on black background.


Color preview on white background

This text has color #73D662 on white background.


Black color preview on #73D662 background

This text has black color on #73D662 background.


White color preview on #73D662 background

This text has white color on #73D662 background.


Related colors

Complementary color

Complementary color for #hex is #8C299D.


I love getcolorcode.com

Triadic colors

1 #6273D6 and #D66273 with #73D662 are triadic colors.

2 #62D673 and #D67362 with #73D662 are triadic colors.