COLOR #73D271

HEX: #73D271
RGB: (115,210,113)

Color info

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

RGB color model

#73D271 color RGB value is (115,210,113).

  • red value is 115;
  • green value is 210;
  • blue value is 113.
RGB:
(115,210,113)
(45%,82%,44%)

RGB channels and saturation

R 115 of 255 = 45%
G 210 of 255 = 82%
B 113 of 255 = 44%

115
210
113

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

Portions of RGB colors in percentages

R + G + B =
115 + 210 + 113 = 438 (100%)
R 115 of 438 ~ 26.26%
G 210 of 438 ~ 47.95%
B 113 of 438 ~ 25.8%

%26.26
%47.95
%25.8

CMYK color model

#73D271 color CMYK value is (45,0,46,18).

  • cyan value is 45.24%
  • magenta value is 0.00%
  • yellow value is 46.19%
  • key color value is 17.65%
CMYK:
(45,0,46,18)
C45M0Y46K18 
(45%,0%,46%,18%)
(0.45/0.00/0.46/0.18)	

CMYK percentages

%45.24
%0
%46.19
%17.65

Codes

Color #73D271 in popluar color models

73D271
RGB115210113
HSL119°51.87%63.33%
HSB/HSV119°46.19%82.35%
CMYK45.24%0.00%46.19%
17.65%

Color #73D271 in popluar number systems.

HEX73D271
Decimal115210113
Binary1110011110100101110001
Octal163322161

Shades and tints

Shades of #73D271

#73D271
(115,210,113)
#69BF67
(105,191,103)
#5FAC5D
(95,172,93)
#559953
(85,153,83)
#4B8649
(75,134,73)
#41733F
(65,115,63)
#376035
(55,96,53)
#2D4D2B
(45,77,43)
#233A21
(35,58,33)
#192717
(25,39,23)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #73D271

#73D271
(115,210,113)
#7FD67D
(127,214,125)
#8BDA89
(139,218,137)
#97DE95
(151,222,149)
#A3E2A1
(163,226,161)
#AFE6AD
(175,230,173)
#BBEAB9
(187,234,185)
#C7EEC5
(199,238,197)
#D3F2D1
(211,242,209)
#DFF6DD
(223,246,221)
#EBFAE9
(235,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D271; }

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

This text font color is #73D271.


Background Color

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

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

This div background color is #73D271.


Border color

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

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

This div border color is #73D271.


Opacity

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

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

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

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

This text has shadow with #73D271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D271 on black background.


Color preview on white background

This text has color #73D271 on white background.



Black color preview on #73D271 background

This text has black color on #73D271 background.


White color preview on #73D271 background

This text has white color on #73D271 background.