COLOR #73F490

HEX: #73F490
RGB: (115,244,144)

Color info

#73F490 contains mainly green color. Web safe color of #73F490 is #66FF99 (or #6F9).

RGB color model

#73F490 color RGB value is (115,244,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 244 of 255 = 96%
B 144 of 255 = 56%

115
244
144

R + G + B ~ 66%. #73F490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 244 + 144 = 503 (100%)
R 115 of 503 ~ 22.86%
G 244 of 503 ~ 48.51%
B 144 of 503 ~ 28.63%

%22.86
%48.51
%28.63

CMYK color model

#73F490 color CMYK value is (53,0,41,4).

  • cyan value is 52.87%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 4.31%
CMYK:
(53,0,41,4)
C53M0Y41K4 
(53%,0%,41%,4%)
(0.53/0.00/0.41/0.04)	

CMYK percentages

%52.87
%0
%40.98
%4.31

Codes

Color #73F490 in popluar color models

73F490
RGB115244144
HSL133°85.43%70.39%
HSB/HSV133°52.87%95.69%
CMYK52.87%0.00%40.98%
4.31%

Color #73F490 in popluar number systems.

HEX73F490
Decimal115244144
Binary11100111111010010010000
Octal163364220

Shades and tints

Shades of #73F490

#73F490
(115,244,144)
#69DE83
(105,222,131)
#5FC876
(95,200,118)
#55B269
(85,178,105)
#4B9C5C
(75,156,92)
#41864F
(65,134,79)
#377042
(55,112,66)
#2D5A35
(45,90,53)
#234428
(35,68,40)
#192E1B
(25,46,27)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #73F490

#73F490
(115,244,144)
#7FF59A
(127,245,154)
#8BF6A4
(139,246,164)
#97F7AE
(151,247,174)
#A3F8B8
(163,248,184)
#AFF9C2
(175,249,194)
#BBFACC
(187,250,204)
#C7FBD6
(199,251,214)
#D3FCE0
(211,252,224)
#DFFDEA
(223,253,234)
#EBFEF4
(235,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73F490; }

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

This text font color is #73F490.


Background Color

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

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

This div background color is #73F490.


Border color

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

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

This div border color is #73F490.


Opacity

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

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

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

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

This text has shadow with #73F490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73F490 on black background.


Color preview on white background

This text has color #73F490 on white background.



Black color preview on #73F490 background

This text has black color on #73F490 background.


White color preview on #73F490 background

This text has white color on #73F490 background.