COLOR #5CAB04

HEX: #5CAB04
RGB: (92,171,4)

Color info

#5CAB04 contains mainly green color. Web safe color of #5CAB04 is #669900 (or #690).

RGB color model

#5CAB04 color RGB value is (92,171,4).

  • red value is 92;
  • green value is 171;
  • blue value is 4.
RGB:
(92,171,4)
(36%,67%,2%)

RGB channels and saturation

R 92 of 255 = 36%
G 171 of 255 = 67%
B 4 of 255 = 2%

92
171
4

R + G + B ~ 35%. #5CAB04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 171 + 4 = 267 (100%)
R 92 of 267 ~ 34.46%
G 171 of 267 ~ 64.04%
B 4 of 267 ~ 1.5%

%34.46
%64.04

CMYK color model

#5CAB04 color CMYK value is (46,0,98,33).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 97.66%
  • key color value is 32.94%
CMYK:
(46,0,98,33)
C46M0Y98K33 
(46%,0%,98%,33%)
(0.46/0.00/0.98/0.33)	

CMYK percentages

%46.2
%0
%97.66
%32.94

Codes

Color #5CAB04 in popluar color models

5CAB04
RGB921714
HSL88°95.43%34.31%
HSB/HSV88°97.66%67.06%
CMYK46.20%0.00%97.66%
32.94%

Color #5CAB04 in popluar number systems.

HEX5CAB04
Decimal921714
Binary101110010101011100
Octal1342534

Shades and tints

Shades of #5CAB04

#5CAB04
(92,171,4)
#549C04
(84,156,4)
#4C8D04
(76,141,4)
#447E04
(68,126,4)
#3C6F04
(60,111,4)
#346004
(52,96,4)
#2C5104
(44,81,4)
#244204
(36,66,4)
#1C3304
(28,51,4)
#142404
(20,36,4)
#0C1504
(12,21,4)
#000000
(0,0,0)

Tints of #5CAB04

#5CAB04
(92,171,4)
#6AB21A
(106,178,26)
#78B930
(120,185,48)
#86C046
(134,192,70)
#94C75C
(148,199,92)
#A2CE72
(162,206,114)
#B0D588
(176,213,136)
#BEDC9E
(190,220,158)
#CCE3B4
(204,227,180)
#DAEACA
(218,234,202)
#E8F1E0
(232,241,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CAB04 color. Also use rgb(92,171,4) instead hex code.

Text Font Color

.myTextColor { color: #5CAB04; }

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

This text font color is #5CAB04.


Background Color

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

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

This div background color is #5CAB04.


Border color

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

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

This div border color is #5CAB04.


Opacity

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

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

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

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

This text has shadow with #5CAB04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CAB04 on black background.


Color preview on white background

This text has color #5CAB04 on white background.



Black color preview on #5CAB04 background

This text has black color on #5CAB04 background.


White color preview on #5CAB04 background

This text has white color on #5CAB04 background.