COLOR #73F895

HEX: #73F895
RGB: (115,248,149)

Color info

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

RGB color model

#73F895 color RGB value is (115,248,149).

  • red value is 115;
  • green value is 248;
  • blue value is 149.
RGB:
(115,248,149)
(45%,97%,58%)

RGB channels and saturation

R 115 of 255 = 45%
G 248 of 255 = 97%
B 149 of 255 = 58%

115
248
149

R + G + B ~ 67%. #73F895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 248 + 149 = 512 (100%)
R 115 of 512 ~ 22.46%
G 248 of 512 ~ 48.44%
B 149 of 512 ~ 29.1%

%22.46
%48.44
%29.1

CMYK color model

#73F895 color CMYK value is (54,0,40,3).

  • cyan value is 53.63%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(54,0,40,3)
C54M0Y40K3 
(54%,0%,40%,3%)
(0.54/0.00/0.40/0.03)	

CMYK percentages

%53.63
%0
%39.92
%2.75

Codes

Color #73F895 in popluar color models

73F895
RGB115248149
HSL135°90.48%71.18%
HSB/HSV135°53.63%97.25%
CMYK53.63%0.00%39.92%
2.75%

Color #73F895 in popluar number systems.

HEX73F895
Decimal115248149
Binary11100111111100010010101
Octal163370225

Shades and tints

Shades of #73F895

#73F895
(115,248,149)
#69E288
(105,226,136)
#5FCC7B
(95,204,123)
#55B66E
(85,182,110)
#4BA061
(75,160,97)
#418A54
(65,138,84)
#377447
(55,116,71)
#2D5E3A
(45,94,58)
#23482D
(35,72,45)
#193220
(25,50,32)
#0F1C13
(15,28,19)
#000000
(0,0,0)

Tints of #73F895

#73F895
(115,248,149)
#7FF89E
(127,248,158)
#8BF8A7
(139,248,167)
#97F8B0
(151,248,176)
#A3F8B9
(163,248,185)
#AFF8C2
(175,248,194)
#BBF8CB
(187,248,203)
#C7F8D4
(199,248,212)
#D3F8DD
(211,248,221)
#DFF8E6
(223,248,230)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73F895 color. Also use rgb(115,248,149) instead hex code.

Text Font Color

.myTextColor { color: #73F895; }

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

This text font color is #73F895.


Background Color

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

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

This div background color is #73F895.


Border color

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

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

This div border color is #73F895.


Opacity

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

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

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

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

This text has shadow with #73F895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73F895 on black background.


Color preview on white background

This text has color #73F895 on white background.



Black color preview on #73F895 background

This text has black color on #73F895 background.


White color preview on #73F895 background

This text has white color on #73F895 background.