COLOR #5AB74F

HEX: #5AB74F
RGB: (90,183,79)

Color info

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

RGB color model

#5AB74F color RGB value is (90,183,79).

  • red value is 90;
  • green value is 183;
  • blue value is 79.
RGB:
(90,183,79)
(35%,72%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 183 of 255 = 72%
B 79 of 255 = 31%

90
183
79

R + G + B ~ 46%. #5AB74F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 183 + 79 = 352 (100%)
R 90 of 352 ~ 25.57%
G 183 of 352 ~ 51.99%
B 79 of 352 ~ 22.44%

%25.57
%51.99
%22.44

CMYK color model

#5AB74F color CMYK value is (51,0,57,28).

  • cyan value is 50.82%
  • magenta value is 0.00%
  • yellow value is 56.83%
  • key color value is 28.24%
CMYK:
(51,0,57,28)
C51M0Y57K28 
(51%,0%,57%,28%)
(0.51/0.00/0.57/0.28)	

CMYK percentages

%50.82
%0
%56.83
%28.24

Codes

Color #5AB74F in popluar color models

5AB74F
RGB9018379
HSL114°41.94%51.37%
HSB/HSV114°56.83%71.76%
CMYK50.82%0.00%56.83%
28.24%

Color #5AB74F in popluar number systems.

HEX5AB74F
Decimal9018379
Binary1011010101101111001111
Octal132267117

Shades and tints

Shades of #5AB74F

#5AB74F
(90,183,79)
#52A748
(82,167,72)
#4A9741
(74,151,65)
#42873A
(66,135,58)
#3A7733
(58,119,51)
#32672C
(50,103,44)
#2A5725
(42,87,37)
#22471E
(34,71,30)
#1A3717
(26,55,23)
#122710
(18,39,16)
#0A1709
(10,23,9)
#000000
(0,0,0)

Tints of #5AB74F

#5AB74F
(90,183,79)
#69BD5F
(105,189,95)
#78C36F
(120,195,111)
#87C97F
(135,201,127)
#96CF8F
(150,207,143)
#A5D59F
(165,213,159)
#B4DBAF
(180,219,175)
#C3E1BF
(195,225,191)
#D2E7CF
(210,231,207)
#E1EDDF
(225,237,223)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB74F color. Also use rgb(90,183,79) instead hex code.

Text Font Color

.myTextColor { color: #5AB74F; }

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

This text font color is #5AB74F.


Background Color

.myBgColor { background-color: #5AB74F; }

<div style="background-color:#5AB74F">Inner text</div>

This div background color is #5AB74F.


Border color

.myBorderColor { border: 1px solid #5AB74F; }

<div style="border:3px solid #5AB74F">Div</div>

This div border color is #5AB74F.


Opacity

.myOpacity80 { color: #5AB74F; opacity: 0.8; }

<p style="color:#5AB74F;opacity:0.8;">80%</p>

Text with #5AB74F 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 #5AB74F;}

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

This text has shadow with #5AB74F color.

.textShadow {text-shadow: 3px 3px 1px #5AB74F, 3px 3px 1px red;}

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

This text has shadow with #5AB74F primary color and red secondary color.


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

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

This text has shadow with #5AB74F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB74F on black background.


Color preview on white background

This text has color #5AB74F on white background.



Black color preview on #5AB74F background

This text has black color on #5AB74F background.


White color preview on #5AB74F background

This text has white color on #5AB74F background.