COLOR #73CD90

HEX: #73CD90
RGB: (115,205,144)

Color info

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

RGB color model

#73CD90 color RGB value is (115,205,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 205 of 255 = 80%
B 144 of 255 = 56%

115
205
144

R + G + B ~ 60%. #73CD90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 205 + 144 = 464 (100%)
R 115 of 464 ~ 24.78%
G 205 of 464 ~ 44.18%
B 144 of 464 ~ 31.03%

%24.78
%44.18
%31.03

CMYK color model

#73CD90 color CMYK value is (44,0,30,20).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 19.61%
CMYK:
(44,0,30,20)
C44M0Y30K20 
(44%,0%,30%,20%)
(0.44/0.00/0.30/0.20)	

CMYK percentages

%43.9
%0
%29.76
%19.61

Codes

Color #73CD90 in popluar color models

73CD90
RGB115205144
HSL139°47.37%62.75%
HSB/HSV139°43.90%80.39%
CMYK43.90%0.00%29.76%
19.61%

Color #73CD90 in popluar number systems.

HEX73CD90
Decimal115205144
Binary11100111100110110010000
Octal163315220

Shades and tints

Shades of #73CD90

#73CD90
(115,205,144)
#69BB83
(105,187,131)
#5FA976
(95,169,118)
#559769
(85,151,105)
#4B855C
(75,133,92)
#41734F
(65,115,79)
#376142
(55,97,66)
#2D4F35
(45,79,53)
#233D28
(35,61,40)
#192B1B
(25,43,27)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #73CD90

#73CD90
(115,205,144)
#7FD19A
(127,209,154)
#8BD5A4
(139,213,164)
#97D9AE
(151,217,174)
#A3DDB8
(163,221,184)
#AFE1C2
(175,225,194)
#BBE5CC
(187,229,204)
#C7E9D6
(199,233,214)
#D3EDE0
(211,237,224)
#DFF1EA
(223,241,234)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CD90; }

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

This text font color is #73CD90.


Background Color

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

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

This div background color is #73CD90.


Border color

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

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

This div border color is #73CD90.


Opacity

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

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

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

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

This text has shadow with #73CD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CD90 on black background.


Color preview on white background

This text has color #73CD90 on white background.



Black color preview on #73CD90 background

This text has black color on #73CD90 background.


White color preview on #73CD90 background

This text has white color on #73CD90 background.