COLOR #74BB50

HEX: #74BB50
RGB: (116,187,80)

Color info

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

RGB color model

#74BB50 color RGB value is (116,187,80).

  • red value is 116;
  • green value is 187;
  • blue value is 80.
RGB:
(116,187,80)
(45%,73%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 187 of 255 = 73%
B 80 of 255 = 31%

116
187
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 187 + 80 = 383 (100%)
R 116 of 383 ~ 30.29%
G 187 of 383 ~ 48.83%
B 80 of 383 ~ 20.89%

%30.29
%48.83
%20.89

CMYK color model

#74BB50 color CMYK value is (38,0,57,27).

  • cyan value is 37.97%
  • magenta value is 0.00%
  • yellow value is 57.22%
  • key color value is 26.67%
CMYK:
(38,0,57,27)
C38M0Y57K27 
(38%,0%,57%,27%)
(0.38/0.00/0.57/0.27)	

CMYK percentages

%37.97
%0
%57.22
%26.67

Codes

Color #74BB50 in popluar color models

74BB50
RGB11618780
HSL100°44.03%52.35%
HSB/HSV100°57.22%73.33%
CMYK37.97%0.00%57.22%
26.67%

Color #74BB50 in popluar number systems.

HEX74BB50
Decimal11618780
Binary1110100101110111010000
Octal164273120

Shades and tints

Shades of #74BB50

#74BB50
(116,187,80)
#6AAA49
(106,170,73)
#609942
(96,153,66)
#56883B
(86,136,59)
#4C7734
(76,119,52)
#42662D
(66,102,45)
#385526
(56,85,38)
#2E441F
(46,68,31)
#243318
(36,51,24)
#1A2211
(26,34,17)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #74BB50

#74BB50
(116,187,80)
#80C15F
(128,193,95)
#8CC76E
(140,199,110)
#98CD7D
(152,205,125)
#A4D38C
(164,211,140)
#B0D99B
(176,217,155)
#BCDFAA
(188,223,170)
#C8E5B9
(200,229,185)
#D4EBC8
(212,235,200)
#E0F1D7
(224,241,215)
#ECF7E6
(236,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BB50 color. Also use rgb(116,187,80) instead hex code.

Text Font Color

.myTextColor { color: #74BB50; }

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

This text font color is #74BB50.


Background Color

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

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

This div background color is #74BB50.


Border color

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

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

This div border color is #74BB50.


Opacity

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

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

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

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

This text has shadow with #74BB50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BB50 on black background.


Color preview on white background

This text has color #74BB50 on white background.



Black color preview on #74BB50 background

This text has black color on #74BB50 background.


White color preview on #74BB50 background

This text has white color on #74BB50 background.