COLOR #5CB228

HEX: #5CB228
RGB: (92,178,40)

Color info

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

RGB color model

#5CB228 color RGB value is (92,178,40).

  • red value is 92;
  • green value is 178;
  • blue value is 40.
RGB:
(92,178,40)
(36%,70%,16%)

RGB channels and saturation

R 92 of 255 = 36%
G 178 of 255 = 70%
B 40 of 255 = 16%

92
178
40

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

Portions of RGB colors in percentages

R + G + B =
92 + 178 + 40 = 310 (100%)
R 92 of 310 ~ 29.68%
G 178 of 310 ~ 57.42%
B 40 of 310 ~ 12.9%

%29.68
%57.42
%12.9

CMYK color model

#5CB228 color CMYK value is (48,0,78,30).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 77.53%
  • key color value is 30.20%
CMYK:
(48,0,78,30)
C48M0Y78K30 
(48%,0%,78%,30%)
(0.48/0.00/0.78/0.30)	

CMYK percentages

%48.31
%0
%77.53
%30.2

Codes

Color #5CB228 in popluar color models

5CB228
RGB9217840
HSL97°63.30%42.75%
HSB/HSV97°77.53%69.80%
CMYK48.31%0.00%77.53%
30.20%

Color #5CB228 in popluar number systems.

HEX5CB228
Decimal9217840
Binary101110010110010101000
Octal13426250

Shades and tints

Shades of #5CB228

#5CB228
(92,178,40)
#54A225
(84,162,37)
#4C9222
(76,146,34)
#44821F
(68,130,31)
#3C721C
(60,114,28)
#346219
(52,98,25)
#2C5216
(44,82,22)
#244213
(36,66,19)
#1C3210
(28,50,16)
#14220D
(20,34,13)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #5CB228

#5CB228
(92,178,40)
#6AB93B
(106,185,59)
#78C04E
(120,192,78)
#86C761
(134,199,97)
#94CE74
(148,206,116)
#A2D587
(162,213,135)
#B0DC9A
(176,220,154)
#BEE3AD
(190,227,173)
#CCEAC0
(204,234,192)
#DAF1D3
(218,241,211)
#E8F8E6
(232,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB228 color. Also use rgb(92,178,40) instead hex code.

Text Font Color

.myTextColor { color: #5CB228; }

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

This text font color is #5CB228.


Background Color

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

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

This div background color is #5CB228.


Border color

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

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

This div border color is #5CB228.


Opacity

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

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

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

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

This text has shadow with #5CB228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB228 on black background.


Color preview on white background

This text has color #5CB228 on white background.



Black color preview on #5CB228 background

This text has black color on #5CB228 background.


White color preview on #5CB228 background

This text has white color on #5CB228 background.