COLOR #74BC4B

HEX: #74BC4B
RGB: (116,188,75)

Color info

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

RGB color model

#74BC4B color RGB value is (116,188,75).

  • red value is 116;
  • green value is 188;
  • blue value is 75.
RGB:
(116,188,75)
(45%,74%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 188 of 255 = 74%
B 75 of 255 = 29%

116
188
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 188 + 75 = 379 (100%)
R 116 of 379 ~ 30.61%
G 188 of 379 ~ 49.6%
B 75 of 379 ~ 19.79%

%30.61
%49.6
%19.79

CMYK color model

#74BC4B color CMYK value is (38,0,60,26).

  • cyan value is 38.30%
  • magenta value is 0.00%
  • yellow value is 60.11%
  • key color value is 26.27%
CMYK:
(38,0,60,26)
C38M0Y60K26 
(38%,0%,60%,26%)
(0.38/0.00/0.60/0.26)	

CMYK percentages

%38.3
%0
%60.11
%26.27

Codes

Color #74BC4B in popluar color models

74BC4B
RGB11618875
HSL98°45.75%51.57%
HSB/HSV98°60.11%73.73%
CMYK38.30%0.00%60.11%
26.27%

Color #74BC4B in popluar number systems.

HEX74BC4B
Decimal11618875
Binary1110100101111001001011
Octal164274113

Shades and tints

Shades of #74BC4B

#74BC4B
(116,188,75)
#6AAB45
(106,171,69)
#609A3F
(96,154,63)
#568939
(86,137,57)
#4C7833
(76,120,51)
#42672D
(66,103,45)
#385627
(56,86,39)
#2E4521
(46,69,33)
#24341B
(36,52,27)
#1A2315
(26,35,21)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #74BC4B

#74BC4B
(116,188,75)
#80C25B
(128,194,91)
#8CC86B
(140,200,107)
#98CE7B
(152,206,123)
#A4D48B
(164,212,139)
#B0DA9B
(176,218,155)
#BCE0AB
(188,224,171)
#C8E6BB
(200,230,187)
#D4ECCB
(212,236,203)
#E0F2DB
(224,242,219)
#ECF8EB
(236,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BC4B color. Also use rgb(116,188,75) instead hex code.

Text Font Color

.myTextColor { color: #74BC4B; }

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

This text font color is #74BC4B.


Background Color

.myBgColor { background-color: #74BC4B; }

<div style="background-color:#74BC4B">Inner text</div>

This div background color is #74BC4B.


Border color

.myBorderColor { border: 1px solid #74BC4B; }

<div style="border:3px solid #74BC4B">Div</div>

This div border color is #74BC4B.


Opacity

.myOpacity80 { color: #74BC4B; opacity: 0.8; }

<p style="color:#74BC4B;opacity:0.8;">80%</p>

Text with #74BC4B 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 #74BC4B;}

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

This text has shadow with #74BC4B color.

.textShadow {text-shadow: 3px 3px 1px #74BC4B, 3px 3px 1px red;}

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

This text has shadow with #74BC4B primary color and red secondary color.


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

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

This text has shadow with #74BC4B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BC4B on black background.


Color preview on white background

This text has color #74BC4B on white background.



Black color preview on #74BC4B background

This text has black color on #74BC4B background.


White color preview on #74BC4B background

This text has white color on #74BC4B background.