COLOR #74BF84

HEX: #74BF84
RGB: (116,191,132)

Color info

#74BF84 contains mainly green and blue colors. Web safe color of #74BF84 is #66CC99 (or #6C9).

RGB color model

#74BF84 color RGB value is (116,191,132).

  • red value is 116;
  • green value is 191;
  • blue value is 132.
RGB:
(116,191,132)
(45%,75%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 191 of 255 = 75%
B 132 of 255 = 52%

116
191
132

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

Portions of RGB colors in percentages

R + G + B =
116 + 191 + 132 = 439 (100%)
R 116 of 439 ~ 26.42%
G 191 of 439 ~ 43.51%
B 132 of 439 ~ 30.07%

%26.42
%43.51
%30.07

CMYK color model

#74BF84 color CMYK value is (39,0,31,25).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 30.89%
  • key color value is 25.10%
CMYK:
(39,0,31,25)
C39M0Y31K25 
(39%,0%,31%,25%)
(0.39/0.00/0.31/0.25)	

CMYK percentages

%39.27
%0
%30.89
%25.1

Codes

Color #74BF84 in popluar color models

74BF84
RGB116191132
HSL133°36.95%60.20%
HSB/HSV133°39.27%74.90%
CMYK39.27%0.00%30.89%
25.10%

Color #74BF84 in popluar number systems.

HEX74BF84
Decimal116191132
Binary11101001011111110000100
Octal164277204

Shades and tints

Shades of #74BF84

#74BF84
(116,191,132)
#6AAE78
(106,174,120)
#609D6C
(96,157,108)
#568C60
(86,140,96)
#4C7B54
(76,123,84)
#426A48
(66,106,72)
#38593C
(56,89,60)
#2E4830
(46,72,48)
#243724
(36,55,36)
#1A2618
(26,38,24)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74BF84

#74BF84
(116,191,132)
#80C48F
(128,196,143)
#8CC99A
(140,201,154)
#98CEA5
(152,206,165)
#A4D3B0
(164,211,176)
#B0D8BB
(176,216,187)
#BCDDC6
(188,221,198)
#C8E2D1
(200,226,209)
#D4E7DC
(212,231,220)
#E0ECE7
(224,236,231)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BF84 color. Also use rgb(116,191,132) instead hex code.

Text Font Color

.myTextColor { color: #74BF84; }

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

This text font color is #74BF84.


Background Color

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

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

This div background color is #74BF84.


Border color

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

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

This div border color is #74BF84.


Opacity

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

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

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

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

This text has shadow with #74BF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BF84 on black background.


Color preview on white background

This text has color #74BF84 on white background.



Black color preview on #74BF84 background

This text has black color on #74BF84 background.


White color preview on #74BF84 background

This text has white color on #74BF84 background.