COLOR #73E08D

HEX: #73E08D RGB: (115,224,141)

Color info

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

RGB color model

#73E08D color RGB value is (115,224,141).

RGB: (115,224,141) (45%, 88%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 141 of 255 = 55%

115
224
141

R + G + B ~ 63%. #73E08D is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 224 + 141 = 480 (100%)
R 115 of 480 ~ 23.96%
G 224 of 480 ~ 46.67%
B 141 of 480 ~ 29.38'%

%23.96
%46.67
%29.38

CMYK color model

#73E08D color CMYK value is (49,0,37,12).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%

CMYK: (49,0,37,12)
C49M0Y37K12 (49%, 0%, 37%, 12%)
(0.49 / 0.00 / 0.37 / 0.12)

CMYK percentages

%48.66
%0
%37.05
%12.16

Codes

Color #73E08D in popluar color models

73 E0 8D
RGB 115 224 141
HSL 134° 63.74% 66.47%
HSB/HSV 134° 48.66% 87.84%
CMYK 48.66% 0.00% 37.05%
12.16%

Color #73E08D in popluar number systems.

HEX 73 E0 8D
Decimal 115 224 141
Binary 1110011 11100000 10001101
Octal 163 340 215

Shades and tints

Shades of #73E08D

#73E08D
(115,224,141)
#69CC81
(105,204,129)
#5FB875
(95,184,117)
#55A469
(85,164,105)
#4B905D
(75,144,93)
#417C51
(65,124,81)
#376845
(55,104,69)
#2D5439
(45,84,57)
#23402D
(35,64,45)
#192C21
(25,44,33)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #73E08D

#73E08D
(115,224,141)
#7FE297
(127,226,151)
#8BE4A1
(139,228,161)
#97E6AB
(151,230,171)
#A3E8B5
(163,232,181)
#AFEABF
(175,234,191)
#BBECC9
(187,236,201)
#C7EED3
(199,238,211)
#D3F0DD
(211,240,221)
#DFF2E7
(223,242,231)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E08D color. Also use rgb(115,224,141) instead hex code.

Text Font Color

.myTextColor { color: #73E08D; }

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

This text font color is #73E08D.

Background Color

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

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

This div background color is #73E08D.

Border color

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

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

This div border color is #73E08D.

Opacity

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

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

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

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

This text has shadow with #73E08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73E08D.

Preview

Color preview on black background

This text has color #73E08D on black background.


Color preview on white background

This text has color #73E08D on white background.


Black color preview on #73E08D background

This text has black color on #73E08D background.


White color preview on #73E08D background

This text has white color on #73E08D background.


Related colors

Complementary color

Complementary color for #hex is #8C1F72.


I love getcolorcode.com

Triadic colors

1 #8D73E0 and #E08D73 with #73E08D are triadic colors.

2 #8DE073 and #E0738D with #73E08D are triadic colors.