COLOR #73BE62

HEX: #73BE62 RGB: (115,190,98)

Color info

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

RGB color model

#73BE62 color RGB value is (115,190,98).

RGB: (115,190,98) (45%, 75%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 190 of 255 = 75%
B 98 of 255 = 38%

115
190
98

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

Portions of RGB colors in percentages

R + G + B = 115 + 190 + 98 = 403 (100%)
R 115 of 403 ~ 28.54%
G 190 of 403 ~ 47.15%
B 98 of 403 ~ 24.32'%

%28.54
%47.15
%24.32

CMYK color model

#73BE62 color CMYK value is (39,0,48,25).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 48.42%
  • key color value is 25.49%
CMYK: (39,0,48,25) C39M0Y48K25 (39%,0%,48%,25%) (0.39/0.00/0.48/0.25) 

CMYK percentages

%39.47
%0
%48.42
%25.49

Codes

Color #73BE62 in popluar color models

73 BE 62
RGB 115 190 98
HSL 109° 41.44% 56.47%
HSB/HSV 109° 48.42% 74.51%
CMYK 39.47% 0.00% 48.42%
25.49%

Color #73BE62 in popluar number systems.

HEX 73 BE 62
Decimal 115 190 98
Binary 1110011 10111110 1100010
Octal 163 276 142

Shades and tints

Shades of #73BE62

#73BE62
(115,190,98)
#69AD5A
(105,173,90)
#5F9C52
(95,156,82)
#558B4A
(85,139,74)
#4B7A42
(75,122,66)
#41693A
(65,105,58)
#375832
(55,88,50)
#2D472A
(45,71,42)
#233622
(35,54,34)
#19251A
(25,37,26)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #73BE62

#73BE62
(115,190,98)
#7FC370
(127,195,112)
#8BC87E
(139,200,126)
#97CD8C
(151,205,140)
#A3D29A
(163,210,154)
#AFD7A8
(175,215,168)
#BBDCB6
(187,220,182)
#C7E1C4
(199,225,196)
#D3E6D2
(211,230,210)
#DFEBE0
(223,235,224)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BE62; }

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

This text font color is #73BE62.

Background Color

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

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

This div background color is #73BE62.

Border color

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

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

This div border color is #73BE62.

Opacity

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

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

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

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

This text has shadow with #73BE62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BE62.

Preview

Color preview on black background

This text has color #73BE62 on black background.


Color preview on white background

This text has color #73BE62 on white background.


Black color preview on #73BE62 background

This text has black color on #73BE62 background.


White color preview on #73BE62 background

This text has white color on #73BE62 background.


Related colors

Complementary color

Complementary color for #hex is #8C419D.


I love getcolorcode.com

Triadic colors

1 #6273BE and #BE6273 with #73BE62 are triadic colors.

2 #62BE73 and #BE7362 with #73BE62 are triadic colors.