COLOR #73E776

HEX: #73E776
RGB: (115,231,118)

Color info

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

RGB color model

#73E776 color RGB value is (115,231,118).

  • red value is 115;
  • green value is 231;
  • blue value is 118.
RGB:
(115,231,118)
(45%,91%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 231 of 255 = 91%
B 118 of 255 = 46%

115
231
118

R + G + B ~ 61%. #73E776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 231 + 118 = 464 (100%)
R 115 of 464 ~ 24.78%
G 231 of 464 ~ 49.78%
B 118 of 464 ~ 25.43%

%24.78
%49.78
%25.43

CMYK color model

#73E776 color CMYK value is (50,0,49,9).

  • cyan value is 50.22%
  • magenta value is 0.00%
  • yellow value is 48.92%
  • key color value is 9.41%
CMYK:
(50,0,49,9)
C50M0Y49K9 
(50%,0%,49%,9%)
(0.50/0.00/0.49/0.09)	

CMYK percentages

%50.22
%0
%48.92
%9.41

Codes

Color #73E776 in popluar color models

73E776
RGB115231118
HSL122°70.73%67.84%
HSB/HSV122°50.22%90.59%
CMYK50.22%0.00%48.92%
9.41%

Color #73E776 in popluar number systems.

HEX73E776
Decimal115231118
Binary1110011111001111110110
Octal163347166

Shades and tints

Shades of #73E776

#73E776
(115,231,118)
#69D26C
(105,210,108)
#5FBD62
(95,189,98)
#55A858
(85,168,88)
#4B934E
(75,147,78)
#417E44
(65,126,68)
#37693A
(55,105,58)
#2D5430
(45,84,48)
#233F26
(35,63,38)
#192A1C
(25,42,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73E776

#73E776
(115,231,118)
#7FE982
(127,233,130)
#8BEB8E
(139,235,142)
#97ED9A
(151,237,154)
#A3EFA6
(163,239,166)
#AFF1B2
(175,241,178)
#BBF3BE
(187,243,190)
#C7F5CA
(199,245,202)
#D3F7D6
(211,247,214)
#DFF9E2
(223,249,226)
#EBFBEE
(235,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E776; }

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

This text font color is #73E776.


Background Color

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

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

This div background color is #73E776.


Border color

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

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

This div border color is #73E776.


Opacity

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

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

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

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

This text has shadow with #73E776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E776 on black background.


Color preview on white background

This text has color #73E776 on white background.



Black color preview on #73E776 background

This text has black color on #73E776 background.


White color preview on #73E776 background

This text has white color on #73E776 background.