COLOR #5CC84B

HEX: #5CC84B
RGB: (92,200,75)

Color info

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

RGB color model

#5CC84B color RGB value is (92,200,75).

  • red value is 92;
  • green value is 200;
  • blue value is 75.
RGB:
(92,200,75)
(36%,78%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 200 of 255 = 78%
B 75 of 255 = 29%

92
200
75

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

Portions of RGB colors in percentages

R + G + B =
92 + 200 + 75 = 367 (100%)
R 92 of 367 ~ 25.07%
G 200 of 367 ~ 54.5%
B 75 of 367 ~ 20.44%

%25.07
%54.5
%20.44

CMYK color model

#5CC84B color CMYK value is (54,0,63,22).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 21.57%
CMYK:
(54,0,63,22)
C54M0Y63K22 
(54%,0%,63%,22%)
(0.54/0.00/0.63/0.22)	

CMYK percentages

%54
%0
%62.5
%21.57

Codes

Color #5CC84B in popluar color models

5CC84B
RGB9220075
HSL112°53.19%53.92%
HSB/HSV112°62.50%78.43%
CMYK54.00%0.00%62.50%
21.57%

Color #5CC84B in popluar number systems.

HEX5CC84B
Decimal9220075
Binary1011100110010001001011
Octal134310113

Shades and tints

Shades of #5CC84B

#5CC84B
(92,200,75)
#54B645
(84,182,69)
#4CA43F
(76,164,63)
#449239
(68,146,57)
#3C8033
(60,128,51)
#346E2D
(52,110,45)
#2C5C27
(44,92,39)
#244A21
(36,74,33)
#1C381B
(28,56,27)
#142615
(20,38,21)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #5CC84B

#5CC84B
(92,200,75)
#6ACD5B
(106,205,91)
#78D26B
(120,210,107)
#86D77B
(134,215,123)
#94DC8B
(148,220,139)
#A2E19B
(162,225,155)
#B0E6AB
(176,230,171)
#BEEBBB
(190,235,187)
#CCF0CB
(204,240,203)
#DAF5DB
(218,245,219)
#E8FAEB
(232,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CC84B color. Also use rgb(92,200,75) instead hex code.

Text Font Color

.myTextColor { color: #5CC84B; }

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

This text font color is #5CC84B.


Background Color

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

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

This div background color is #5CC84B.


Border color

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

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

This div border color is #5CC84B.


Opacity

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

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

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

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

This text has shadow with #5CC84B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CC84B on black background.


Color preview on white background

This text has color #5CC84B on white background.



Black color preview on #5CC84B background

This text has black color on #5CC84B background.


White color preview on #5CC84B background

This text has white color on #5CC84B background.