COLOR #73CB73

HEX: #73CB73
RGB: (115,203,115)

Color info

#73CB73 contains mainly green color. Web safe color of #73CB73 is #66CC66 (or #6C6).

RGB color model

#73CB73 color RGB value is (115,203,115).

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

RGB channels and saturation

R 115 of 255 = 45%
G 203 of 255 = 80%
B 115 of 255 = 45%

115
203
115

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

Portions of RGB colors in percentages

R + G + B =
115 + 203 + 115 = 433 (100%)
R 115 of 433 ~ 26.56%
G 203 of 433 ~ 46.88%
B 115 of 433 ~ 26.56%

%26.56
%46.88
%26.56

CMYK color model

#73CB73 color CMYK value is (43,0,43,20).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 43.35%
  • key color value is 20.39%
CMYK:
(43,0,43,20)
C43M0Y43K20 
(43%,0%,43%,20%)
(0.43/0.00/0.43/0.20)	

CMYK percentages

%43.35
%0
%43.35
%20.39

Codes

Color #73CB73 in popluar color models

73CB73
RGB115203115
HSL120°45.83%62.35%
HSB/HSV120°43.35%79.61%
CMYK43.35%0.00%43.35%
20.39%

Color #73CB73 in popluar number systems.

HEX73CB73
Decimal115203115
Binary1110011110010111110011
Octal163313163

Shades and tints

Shades of #73CB73

#73CB73
(115,203,115)
#69B969
(105,185,105)
#5FA75F
(95,167,95)
#559555
(85,149,85)
#4B834B
(75,131,75)
#417141
(65,113,65)
#375F37
(55,95,55)
#2D4D2D
(45,77,45)
#233B23
(35,59,35)
#192919
(25,41,25)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #73CB73

#73CB73
(115,203,115)
#7FCF7F
(127,207,127)
#8BD38B
(139,211,139)
#97D797
(151,215,151)
#A3DBA3
(163,219,163)
#AFDFAF
(175,223,175)
#BBE3BB
(187,227,187)
#C7E7C7
(199,231,199)
#D3EBD3
(211,235,211)
#DFEFDF
(223,239,223)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CB73; }

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

This text font color is #73CB73.


Background Color

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

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

This div background color is #73CB73.


Border color

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

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

This div border color is #73CB73.


Opacity

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

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

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

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

This text has shadow with #73CB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CB73 on black background.


Color preview on white background

This text has color #73CB73 on white background.



Black color preview on #73CB73 background

This text has black color on #73CB73 background.


White color preview on #73CB73 background

This text has white color on #73CB73 background.