COLOR #73CD92

HEX: #73CD92
RGB: (115,205,146)

Color info

#73CD92 contains mainly green and blue colors. Web safe color of #73CD92 is #66CC99 (or #6C9).

RGB color model

#73CD92 color RGB value is (115,205,146).

  • red value is 115;
  • green value is 205;
  • blue value is 146.
RGB:
(115,205,146)
(45%,80%,57%)

RGB channels and saturation

R 115 of 255 = 45%
G 205 of 255 = 80%
B 146 of 255 = 57%

115
205
146

R + G + B ~ 61%. #73CD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 205 + 146 = 466 (100%)
R 115 of 466 ~ 24.68%
G 205 of 466 ~ 43.99%
B 146 of 466 ~ 31.33%

%24.68
%43.99
%31.33

CMYK color model

#73CD92 color CMYK value is (44,0,29,20).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK:
(44,0,29,20)
C44M0Y29K20 
(44%,0%,29%,20%)
(0.44/0.00/0.29/0.20)	

CMYK percentages

%43.9
%0
%28.78
%19.61

Codes

Color #73CD92 in popluar color models

73CD92
RGB115205146
HSL141°47.37%62.75%
HSB/HSV141°43.90%80.39%
CMYK43.90%0.00%28.78%
19.61%

Color #73CD92 in popluar number systems.

HEX73CD92
Decimal115205146
Binary11100111100110110010010
Octal163315222

Shades and tints

Shades of #73CD92

#73CD92
(115,205,146)
#69BB85
(105,187,133)
#5FA978
(95,169,120)
#55976B
(85,151,107)
#4B855E
(75,133,94)
#417351
(65,115,81)
#376144
(55,97,68)
#2D4F37
(45,79,55)
#233D2A
(35,61,42)
#192B1D
(25,43,29)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #73CD92

#73CD92
(115,205,146)
#7FD19B
(127,209,155)
#8BD5A4
(139,213,164)
#97D9AD
(151,217,173)
#A3DDB6
(163,221,182)
#AFE1BF
(175,225,191)
#BBE5C8
(187,229,200)
#C7E9D1
(199,233,209)
#D3EDDA
(211,237,218)
#DFF1E3
(223,241,227)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CD92 color. Also use rgb(115,205,146) instead hex code.

Text Font Color

.myTextColor { color: #73CD92; }

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

This text font color is #73CD92.


Background Color

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

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

This div background color is #73CD92.


Border color

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

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

This div border color is #73CD92.


Opacity

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

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

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

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

This text has shadow with #73CD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CD92 on black background.


Color preview on white background

This text has color #73CD92 on white background.



Black color preview on #73CD92 background

This text has black color on #73CD92 background.


White color preview on #73CD92 background

This text has white color on #73CD92 background.