COLOR #73E690

HEX: #73E690
RGB: (115,230,144)

Color info

#73E690 contains mainly green color. Web safe color of #73E690 is #66CC99 (or #6C9).

RGB color model

#73E690 color RGB value is (115,230,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 230 of 255 = 90%
B 144 of 255 = 56%

115
230
144

R + G + B ~ 64%. #73E690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 230 + 144 = 489 (100%)
R 115 of 489 ~ 23.52%
G 230 of 489 ~ 47.03%
B 144 of 489 ~ 29.45%

%23.52
%47.03
%29.45

CMYK color model

#73E690 color CMYK value is (50,0,37,10).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%
CMYK:
(50,0,37,10)
C50M0Y37K10 
(50%,0%,37%,10%)
(0.50/0.00/0.37/0.10)	

CMYK percentages

%50
%0
%37.39
%9.8

Codes

Color #73E690 in popluar color models

73E690
RGB115230144
HSL135°69.70%67.65%
HSB/HSV135°50.00%90.20%
CMYK50.00%0.00%37.39%
9.80%

Color #73E690 in popluar number systems.

HEX73E690
Decimal115230144
Binary11100111110011010010000
Octal163346220

Shades and tints

Shades of #73E690

#73E690
(115,230,144)
#69D283
(105,210,131)
#5FBE76
(95,190,118)
#55AA69
(85,170,105)
#4B965C
(75,150,92)
#41824F
(65,130,79)
#376E42
(55,110,66)
#2D5A35
(45,90,53)
#234628
(35,70,40)
#19321B
(25,50,27)
#0F1E0E
(15,30,14)
#000000
(0,0,0)

Tints of #73E690

#73E690
(115,230,144)
#7FE89A
(127,232,154)
#8BEAA4
(139,234,164)
#97ECAE
(151,236,174)
#A3EEB8
(163,238,184)
#AFF0C2
(175,240,194)
#BBF2CC
(187,242,204)
#C7F4D6
(199,244,214)
#D3F6E0
(211,246,224)
#DFF8EA
(223,248,234)
#EBFAF4
(235,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E690; }

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

This text font color is #73E690.


Background Color

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

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

This div background color is #73E690.


Border color

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

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

This div border color is #73E690.


Opacity

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

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

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

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

This text has shadow with #73E690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E690 on black background.


Color preview on white background

This text has color #73E690 on white background.



Black color preview on #73E690 background

This text has black color on #73E690 background.


White color preview on #73E690 background

This text has white color on #73E690 background.