COLOR #74BA22

HEX: #74BA22
RGB: (116,186,34)

Color info

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

RGB color model

#74BA22 color RGB value is (116,186,34).

  • red value is 116;
  • green value is 186;
  • blue value is 34.
RGB:
(116,186,34)
(45%,73%,13%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 34 of 255 = 13%

116
186
34

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

Portions of RGB colors in percentages

R + G + B =
116 + 186 + 34 = 336 (100%)
R 116 of 336 ~ 34.52%
G 186 of 336 ~ 55.36%
B 34 of 336 ~ 10.12%

%34.52
%55.36
%10.12

CMYK color model

#74BA22 color CMYK value is (38,0,82,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 81.72%
  • key color value is 27.06%
CMYK:
(38,0,82,27)
C38M0Y82K27 
(38%,0%,82%,27%)
(0.38/0.00/0.82/0.27)	

CMYK percentages

%37.63
%0
%81.72
%27.06

Codes

Color #74BA22 in popluar color models

74BA22
RGB11618634
HSL88°69.09%43.14%
HSB/HSV88°81.72%72.94%
CMYK37.63%0.00%81.72%
27.06%

Color #74BA22 in popluar number systems.

HEX74BA22
Decimal11618634
Binary111010010111010100010
Octal16427242

Shades and tints

Shades of #74BA22

#74BA22
(116,186,34)
#6AAA1F
(106,170,31)
#609A1C
(96,154,28)
#568A19
(86,138,25)
#4C7A16
(76,122,22)
#426A13
(66,106,19)
#385A10
(56,90,16)
#2E4A0D
(46,74,13)
#243A0A
(36,58,10)
#1A2A07
(26,42,7)
#101A04
(16,26,4)
#000000
(0,0,0)

Tints of #74BA22

#74BA22
(116,186,34)
#80C036
(128,192,54)
#8CC64A
(140,198,74)
#98CC5E
(152,204,94)
#A4D272
(164,210,114)
#B0D886
(176,216,134)
#BCDE9A
(188,222,154)
#C8E4AE
(200,228,174)
#D4EAC2
(212,234,194)
#E0F0D6
(224,240,214)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BA22 color. Also use rgb(116,186,34) instead hex code.

Text Font Color

.myTextColor { color: #74BA22; }

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

This text font color is #74BA22.


Background Color

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

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

This div background color is #74BA22.


Border color

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

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

This div border color is #74BA22.


Opacity

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

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

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

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

This text has shadow with #74BA22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BA22 on black background.


Color preview on white background

This text has color #74BA22 on white background.



Black color preview on #74BA22 background

This text has black color on #74BA22 background.


White color preview on #74BA22 background

This text has white color on #74BA22 background.