COLOR #73CB70

HEX: #73CB70
RGB: (115,203,112)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
203
112

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

Portions of RGB colors in percentages

R + G + B =
115 + 203 + 112 = 430 (100%)
R 115 of 430 ~ 26.74%
G 203 of 430 ~ 47.21%
B 112 of 430 ~ 26.05%

%26.74
%47.21
%26.05

CMYK color model

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

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

CMYK percentages

%43.35
%0
%44.83
%20.39

Codes

Color #73CB70 in popluar color models

73CB70
RGB115203112
HSL118°46.67%61.76%
HSB/HSV118°44.83%79.61%
CMYK43.35%0.00%44.83%
20.39%

Color #73CB70 in popluar number systems.

HEX73CB70
Decimal115203112
Binary1110011110010111110000
Octal163313160

Shades and tints

Shades of #73CB70

#73CB70
(115,203,112)
#69B966
(105,185,102)
#5FA75C
(95,167,92)
#559552
(85,149,82)
#4B8348
(75,131,72)
#41713E
(65,113,62)
#375F34
(55,95,52)
#2D4D2A
(45,77,42)
#233B20
(35,59,32)
#192916
(25,41,22)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #73CB70

#73CB70
(115,203,112)
#7FCF7D
(127,207,125)
#8BD38A
(139,211,138)
#97D797
(151,215,151)
#A3DBA4
(163,219,164)
#AFDFB1
(175,223,177)
#BBE3BE
(187,227,190)
#C7E7CB
(199,231,203)
#D3EBD8
(211,235,216)
#DFEFE5
(223,239,229)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CB70; }

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

This text font color is #73CB70.


Background Color

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

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

This div background color is #73CB70.


Border color

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

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

This div border color is #73CB70.


Opacity

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

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

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

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

This text has shadow with #73CB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CB70 on black background.


Color preview on white background

This text has color #73CB70 on white background.



Black color preview on #73CB70 background

This text has black color on #73CB70 background.


White color preview on #73CB70 background

This text has white color on #73CB70 background.