COLOR #73E680

HEX: #73E680
RGB: (115,230,128)

Color info

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

RGB color model

#73E680 color RGB value is (115,230,128).

  • red value is 115;
  • green value is 230;
  • blue value is 128.
RGB:
(115,230,128)
(45%,90%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 230 of 255 = 90%
B 128 of 255 = 50%

115
230
128

R + G + B ~ 62%. #73E680 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 230 + 128 = 473 (100%)
R 115 of 473 ~ 24.31%
G 230 of 473 ~ 48.63%
B 128 of 473 ~ 27.06%

%24.31
%48.63
%27.06

CMYK color model

#73E680 color CMYK value is (50,0,44,10).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 9.80%
CMYK:
(50,0,44,10)
C50M0Y44K10 
(50%,0%,44%,10%)
(0.50/0.00/0.44/0.10)	

CMYK percentages

%50
%0
%44.35
%9.8

Codes

Color #73E680 in popluar color models

73E680
RGB115230128
HSL127°69.70%67.65%
HSB/HSV127°50.00%90.20%
CMYK50.00%0.00%44.35%
9.80%

Color #73E680 in popluar number systems.

HEX73E680
Decimal115230128
Binary11100111110011010000000
Octal163346200

Shades and tints

Shades of #73E680

#73E680
(115,230,128)
#69D275
(105,210,117)
#5FBE6A
(95,190,106)
#55AA5F
(85,170,95)
#4B9654
(75,150,84)
#418249
(65,130,73)
#376E3E
(55,110,62)
#2D5A33
(45,90,51)
#234628
(35,70,40)
#19321D
(25,50,29)
#0F1E12
(15,30,18)
#000000
(0,0,0)

Tints of #73E680

#73E680
(115,230,128)
#7FE88B
(127,232,139)
#8BEA96
(139,234,150)
#97ECA1
(151,236,161)
#A3EEAC
(163,238,172)
#AFF0B7
(175,240,183)
#BBF2C2
(187,242,194)
#C7F4CD
(199,244,205)
#D3F6D8
(211,246,216)
#DFF8E3
(223,248,227)
#EBFAEE
(235,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E680 color. Also use rgb(115,230,128) instead hex code.

Text Font Color

.myTextColor { color: #73E680; }

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

This text font color is #73E680.


Background Color

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

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

This div background color is #73E680.


Border color

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

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

This div border color is #73E680.


Opacity

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

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

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

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

This text has shadow with #73E680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E680 on black background.


Color preview on white background

This text has color #73E680 on white background.



Black color preview on #73E680 background

This text has black color on #73E680 background.


White color preview on #73E680 background

This text has white color on #73E680 background.