COLOR #5CB720

HEX: #5CB720 RGB: (92,183,32)

Color info

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

RGB color model

#5CB720 color RGB value is (92,183,32).

RGB: (92,183,32) (36%, 72%, 13%)

RGB channels and saturation

R 92 of 255 = 36%
G 183 of 255 = 72%
B 32 of 255 = 13%

92
183
32

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

Portions of RGB colors in percentages

R + G + B = 92 + 183 + 32 = 307 (100%)
R 92 of 307 ~ 29.97%
G 183 of 307 ~ 59.61%
B 32 of 307 ~ 10.42'%

%29.97
%59.61
%10.42

CMYK color model

#5CB720 color CMYK value is (50,0,83,28).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 82.51%
  • key color value is 28.24%
CMYK: (50,0,83,28) C50M0Y83K28 (50%,0%,83%,28%) (0.50/0.00/0.83/0.28) 

CMYK percentages

%49.73
%0
%82.51
%28.24

Codes

Color #5CB720 in popluar color models

5C B7 20
RGB 92 183 32
HSL 96° 70.23% 42.16%
HSB/HSV 96° 82.51% 71.76%
CMYK 49.73% 0.00% 82.51%
28.24%

Color #5CB720 in popluar number systems.

HEX 5C B7 20
Decimal 92 183 32
Binary 1011100 10110111 100000
Octal 134 267 40

Shades and tints

Shades of #5CB720

#5CB720
(92,183,32)
#54A71E
(84,167,30)
#4C971C
(76,151,28)
#44871A
(68,135,26)
#3C7718
(60,119,24)
#346716
(52,103,22)
#2C5714
(44,87,20)
#244712
(36,71,18)
#1C3710
(28,55,16)
#14270E
(20,39,14)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #5CB720

#5CB720
(92,183,32)
#6ABD34
(106,189,52)
#78C348
(120,195,72)
#86C95C
(134,201,92)
#94CF70
(148,207,112)
#A2D584
(162,213,132)
#B0DB98
(176,219,152)
#BEE1AC
(190,225,172)
#CCE7C0
(204,231,192)
#DAEDD4
(218,237,212)
#E8F3E8
(232,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB720 color. Also use rgb(92,183,32) instead hex code.

Text Font Color

.myTextColor { color: #5CB720; }

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

This text font color is #5CB720.

Background Color

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

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

This div background color is #5CB720.

Border color

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

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

This div border color is #5CB720.

Opacity

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

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

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

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

This text has shadow with #5CB720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB720.

Preview

Color preview on black background

This text has color #5CB720 on black background.


Color preview on white background

This text has color #5CB720 on white background.


Black color preview on #5CB720 background

This text has black color on #5CB720 background.


White color preview on #5CB720 background

This text has white color on #5CB720 background.


Related colors

Complementary color

Complementary color for #hex is #A348DF.


I love getcolorcode.com

Triadic colors

1 #205CB7 and #B7205C with #5CB720 are triadic colors.

2 #20B75C and #B75C20 with #5CB720 are triadic colors.