COLOR #73E482

HEX: #73E482 RGB: (115,228,130)

Color info

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

RGB color model

#73E482 color RGB value is (115,228,130).

RGB: (115,228,130) (45%, 89%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 228 of 255 = 89%
B 130 of 255 = 51%

115
228
130

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

Portions of RGB colors in percentages

R + G + B = 115 + 228 + 130 = 473 (100%)
R 115 of 473 ~ 24.31%
G 228 of 473 ~ 48.2%
B 130 of 473 ~ 27.48'%

%24.31
%48.2
%27.48

CMYK color model

#73E482 color CMYK value is (50,0,43,11).

  • cyan value is 49.56%
  • magenta value is 0.00%
  • yellow value is 42.98%
  • key color value is 10.59%

CMYK: (50,0,43,11)
C50M0Y43K11 (50%, 0%, 43%, 11%)
(0.50 / 0.00 / 0.43 / 0.11)

CMYK percentages

%49.56
%0
%42.98
%10.59

Codes

Color #73E482 in popluar color models

73 E4 82
RGB 115 228 130
HSL 128° 67.66% 67.25%
HSB/HSV 128° 49.56% 89.41%
CMYK 49.56% 0.00% 42.98%
10.59%

Color #73E482 in popluar number systems.

HEX 73 E4 82
Decimal 115 228 130
Binary 1110011 11100100 10000010
Octal 163 344 202

Shades and tints

Shades of #73E482

#73E482
(115,228,130)
#69D077
(105,208,119)
#5FBC6C
(95,188,108)
#55A861
(85,168,97)
#4B9456
(75,148,86)
#41804B
(65,128,75)
#376C40
(55,108,64)
#2D5835
(45,88,53)
#23442A
(35,68,42)
#19301F
(25,48,31)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #73E482

#73E482
(115,228,130)
#7FE68D
(127,230,141)
#8BE898
(139,232,152)
#97EAA3
(151,234,163)
#A3ECAE
(163,236,174)
#AFEEB9
(175,238,185)
#BBF0C4
(187,240,196)
#C7F2CF
(199,242,207)
#D3F4DA
(211,244,218)
#DFF6E5
(223,246,229)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E482 color. Also use rgb(115,228,130) instead hex code.

Text Font Color

.myTextColor { color: #73E482; }

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

This text font color is #73E482.

Background Color

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

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

This div background color is #73E482.

Border color

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

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

This div border color is #73E482.

Opacity

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

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

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

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

This text has shadow with #73E482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73E482.

Preview

Color preview on black background

This text has color #73E482 on black background.


Color preview on white background

This text has color #73E482 on white background.


Black color preview on #73E482 background

This text has black color on #73E482 background.


White color preview on #73E482 background

This text has white color on #73E482 background.


Related colors

Complementary color

Complementary color for #hex is #8C1B7D.


I love getcolorcode.com

Triadic colors

1 #8273E4 and #E48273 with #73E482 are triadic colors.

2 #82E473 and #E47382 with #73E482 are triadic colors.