COLOR #73BF48

HEX: #73BF48 RGB: (115,191,72)

Color info

#73BF48 contains mainly green color. Web safe color of #73BF48 is #66CC33 (or #6C3).

RGB color model

#73BF48 color RGB value is (115,191,72).

RGB: (115,191,72) (45%, 75%, 28%)

RGB channels and saturation

R 115 of 255 = 45%
G 191 of 255 = 75%
B 72 of 255 = 28%

115
191
72

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

Portions of RGB colors in percentages

R + G + B = 115 + 191 + 72 = 378 (100%)
R 115 of 378 ~ 30.42%
G 191 of 378 ~ 50.53%
B 72 of 378 ~ 19.05'%

%30.42
%50.53
%19.05

CMYK color model

#73BF48 color CMYK value is (40,0,62,25).

  • cyan value is 39.79%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 25.10%

CMYK: (40,0,62,25)
C40M0Y62K25 (40%, 0%, 62%, 25%)
(0.40 / 0.00 / 0.62 / 0.25)

CMYK percentages

%39.79
%0
%62.3
%25.1

Codes

Color #73BF48 in popluar color models

73 BF 48
RGB 115 191 72
HSL 98° 48.18% 51.57%
HSB/HSV 98° 62.30% 74.90%
CMYK 39.79% 0.00% 62.30%
25.10%

Color #73BF48 in popluar number systems.

HEX 73 BF 48
Decimal 115 191 72
Binary 1110011 10111111 1001000
Octal 163 277 110

Shades and tints

Shades of #73BF48

#73BF48
(115,191,72)
#69AE42
(105,174,66)
#5F9D3C
(95,157,60)
#558C36
(85,140,54)
#4B7B30
(75,123,48)
#416A2A
(65,106,42)
#375924
(55,89,36)
#2D481E
(45,72,30)
#233718
(35,55,24)
#192612
(25,38,18)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #73BF48

#73BF48
(115,191,72)
#7FC458
(127,196,88)
#8BC968
(139,201,104)
#97CE78
(151,206,120)
#A3D388
(163,211,136)
#AFD898
(175,216,152)
#BBDDA8
(187,221,168)
#C7E2B8
(199,226,184)
#D3E7C8
(211,231,200)
#DFECD8
(223,236,216)
#EBF1E8
(235,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BF48; }

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

This text font color is #73BF48.

Background Color

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

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

This div background color is #73BF48.

Border color

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

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

This div border color is #73BF48.

Opacity

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

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

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

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

This text has shadow with #73BF48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BF48.

Preview

Color preview on black background

This text has color #73BF48 on black background.


Color preview on white background

This text has color #73BF48 on white background.


Black color preview on #73BF48 background

This text has black color on #73BF48 background.


White color preview on #73BF48 background

This text has white color on #73BF48 background.


Related colors

Complementary color

Complementary color for #hex is #8C40B7.


I love getcolorcode.com

Triadic colors

1 #4873BF and #BF4873 with #73BF48 are triadic colors.

2 #48BF73 and #BF7348 with #73BF48 are triadic colors.