COLOR #73DA66

HEX: #73DA66
RGB: (115,218,102)

Color info

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

RGB color model

#73DA66 color RGB value is (115,218,102).

  • red value is 115;
  • green value is 218;
  • blue value is 102.
RGB:
(115,218,102)
(45%,85%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 218 of 255 = 85%
B 102 of 255 = 40%

115
218
102

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

Portions of RGB colors in percentages

R + G + B =
115 + 218 + 102 = 435 (100%)
R 115 of 435 ~ 26.44%
G 218 of 435 ~ 50.11%
B 102 of 435 ~ 23.45%

%26.44
%50.11
%23.45

CMYK color model

#73DA66 color CMYK value is (47,0,53,15).

  • cyan value is 47.25%
  • magenta value is 0.00%
  • yellow value is 53.21%
  • key color value is 14.51%
CMYK:
(47,0,53,15)
C47M0Y53K15 
(47%,0%,53%,15%)
(0.47/0.00/0.53/0.15)	

CMYK percentages

%47.25
%0
%53.21
%14.51

Codes

Color #73DA66 in popluar color models

73DA66
RGB115218102
HSL113°61.05%62.75%
HSB/HSV113°53.21%85.49%
CMYK47.25%0.00%53.21%
14.51%

Color #73DA66 in popluar number systems.

HEX73DA66
Decimal115218102
Binary1110011110110101100110
Octal163332146

Shades and tints

Shades of #73DA66

#73DA66
(115,218,102)
#69C75D
(105,199,93)
#5FB454
(95,180,84)
#55A14B
(85,161,75)
#4B8E42
(75,142,66)
#417B39
(65,123,57)
#376830
(55,104,48)
#2D5527
(45,85,39)
#23421E
(35,66,30)
#192F15
(25,47,21)
#0F1C0C
(15,28,12)
#000000
(0,0,0)

Tints of #73DA66

#73DA66
(115,218,102)
#7FDD73
(127,221,115)
#8BE080
(139,224,128)
#97E38D
(151,227,141)
#A3E69A
(163,230,154)
#AFE9A7
(175,233,167)
#BBECB4
(187,236,180)
#C7EFC1
(199,239,193)
#D3F2CE
(211,242,206)
#DFF5DB
(223,245,219)
#EBF8E8
(235,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73DA66; }

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

This text font color is #73DA66.


Background Color

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

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

This div background color is #73DA66.


Border color

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

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

This div border color is #73DA66.


Opacity

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

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

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

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

This text has shadow with #73DA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73DA66 on black background.


Color preview on white background

This text has color #73DA66 on white background.



Black color preview on #73DA66 background

This text has black color on #73DA66 background.


White color preview on #73DA66 background

This text has white color on #73DA66 background.