COLOR #5CAE41

HEX: #5CAE41
RGB: (92,174,65)

Color info

#5CAE41 contains mainly green color. Web safe color of #5CAE41 is #669933 (or #693).

RGB color model

#5CAE41 color RGB value is (92,174,65).

  • red value is 92;
  • green value is 174;
  • blue value is 65.
RGB:
(92,174,65)
(36%,68%,25%)

RGB channels and saturation

R 92 of 255 = 36%
G 174 of 255 = 68%
B 65 of 255 = 25%

92
174
65

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

Portions of RGB colors in percentages

R + G + B =
92 + 174 + 65 = 331 (100%)
R 92 of 331 ~ 27.79%
G 174 of 331 ~ 52.57%
B 65 of 331 ~ 19.64%

%27.79
%52.57
%19.64

CMYK color model

#5CAE41 color CMYK value is (47,0,63,32).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 31.76%
CMYK:
(47,0,63,32)
C47M0Y63K32 
(47%,0%,63%,32%)
(0.47/0.00/0.63/0.32)	

CMYK percentages

%47.13
%0
%62.64
%31.76

Codes

Color #5CAE41 in popluar color models

5CAE41
RGB9217465
HSL105°45.61%46.86%
HSB/HSV105°62.64%68.24%
CMYK47.13%0.00%62.64%
31.76%

Color #5CAE41 in popluar number systems.

HEX5CAE41
Decimal9217465
Binary1011100101011101000001
Octal134256101

Shades and tints

Shades of #5CAE41

#5CAE41
(92,174,65)
#549F3C
(84,159,60)
#4C9037
(76,144,55)
#448132
(68,129,50)
#3C722D
(60,114,45)
#346328
(52,99,40)
#2C5423
(44,84,35)
#24451E
(36,69,30)
#1C3619
(28,54,25)
#142714
(20,39,20)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #5CAE41

#5CAE41
(92,174,65)
#6AB552
(106,181,82)
#78BC63
(120,188,99)
#86C374
(134,195,116)
#94CA85
(148,202,133)
#A2D196
(162,209,150)
#B0D8A7
(176,216,167)
#BEDFB8
(190,223,184)
#CCE6C9
(204,230,201)
#DAEDDA
(218,237,218)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAE41 color. Also use rgb(92,174,65) instead hex code.

Text Font Color

.myTextColor { color: #5CAE41; }

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

This text font color is #5CAE41.


Background Color

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

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

This div background color is #5CAE41.


Border color

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

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

This div border color is #5CAE41.


Opacity

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

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

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

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

This text has shadow with #5CAE41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAE41 on black background.


Color preview on white background

This text has color #5CAE41 on white background.



Black color preview on #5CAE41 background

This text has black color on #5CAE41 background.


White color preview on #5CAE41 background

This text has white color on #5CAE41 background.