COLOR #73E763

HEX: #73E763 RGB: (115,231,99)

Color info

#73E763 contains mainly green color. Web safe color of #73E763 is #66FF66 (or #6F6).

RGB color model

#73E763 color RGB value is (115,231,99).

RGB: (115,231,99) (45%, 91%, 39%)

RGB channels and saturation

R 115 of 255 = 45%
G 231 of 255 = 91%
B 99 of 255 = 39%

115
231
99

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

Portions of RGB colors in percentages

R + G + B = 115 + 231 + 99 = 445 (100%)
R 115 of 445 ~ 25.84%
G 231 of 445 ~ 51.91%
B 99 of 445 ~ 22.25'%

%25.84
%51.91
%22.25

CMYK color model

#73E763 color CMYK value is (50,0,57,9).

  • cyan value is 50.22%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 9.41%

CMYK: (50,0,57,9)
C50M0Y57K9 (50%, 0%, 57%, 9%)
(0.50 / 0.00 / 0.57 / 0.09)

CMYK percentages

%50.22
%0
%57.14
%9.41

Codes

Color #73E763 in popluar color models

73 E7 63
RGB 115 231 99
HSL 113° 73.33% 64.71%
HSB/HSV 113° 57.14% 90.59%
CMYK 50.22% 0.00% 57.14%
9.41%

Color #73E763 in popluar number systems.

HEX 73 E7 63
Decimal 115 231 99
Binary 1110011 11100111 1100011
Octal 163 347 143

Shades and tints

Shades of #73E763

#73E763
(115,231,99)
#69D25A
(105,210,90)
#5FBD51
(95,189,81)
#55A848
(85,168,72)
#4B933F
(75,147,63)
#417E36
(65,126,54)
#37692D
(55,105,45)
#2D5424
(45,84,36)
#233F1B
(35,63,27)
#192A12
(25,42,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #73E763

#73E763
(115,231,99)
#7FE971
(127,233,113)
#8BEB7F
(139,235,127)
#97ED8D
(151,237,141)
#A3EF9B
(163,239,155)
#AFF1A9
(175,241,169)
#BBF3B7
(187,243,183)
#C7F5C5
(199,245,197)
#D3F7D3
(211,247,211)
#DFF9E1
(223,249,225)
#EBFBEF
(235,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E763 color. Also use rgb(115,231,99) instead hex code.

Text Font Color

.myTextColor { color: #73E763; }

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

This text font color is #73E763.

Background Color

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

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

This div background color is #73E763.

Border color

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

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

This div border color is #73E763.

Opacity

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

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

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

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

This text has shadow with #73E763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73E763.

Preview

Color preview on black background

This text has color #73E763 on black background.


Color preview on white background

This text has color #73E763 on white background.


Black color preview on #73E763 background

This text has black color on #73E763 background.


White color preview on #73E763 background

This text has white color on #73E763 background.


Related colors

Complementary color

Complementary color for #73E763 is #8C189C.


I love getcolorcode.com

Triadic colors

1 #6373E7 and #E76373 with #73E763 are triadic colors.

2 #63E773 and #E77363 with #73E763 are triadic colors.