COLOR #5CFB57

HEX: #5CFB57
RGB: (92,251,87)

Color info

#5CFB57 contains mainly green color. Web safe color of #5CFB57 is #66FF66 (or #6F6).

RGB color model

#5CFB57 color RGB value is (92,251,87).

  • red value is 92;
  • green value is 251;
  • blue value is 87.
RGB:
(92,251,87)
(36%,98%,34%)

RGB channels and saturation

R 92 of 255 = 36%
G 251 of 255 = 98%
B 87 of 255 = 34%

92
251
87

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

Portions of RGB colors in percentages

R + G + B =
92 + 251 + 87 = 430 (100%)
R 92 of 430 ~ 21.4%
G 251 of 430 ~ 58.37%
B 87 of 430 ~ 20.23%

%21.4
%58.37
%20.23

CMYK color model

#5CFB57 color CMYK value is (63,0,65,2).

  • cyan value is 63.35%
  • magenta value is 0.00%
  • yellow value is 65.34%
  • key color value is 1.57%
CMYK:
(63,0,65,2)
C63M0Y65K2 
(63%,0%,65%,2%)
(0.63/0.00/0.65/0.02)	

CMYK percentages

%63.35
%0
%65.34
%1.57

Codes

Color #5CFB57 in popluar color models

5CFB57
RGB9225187
HSL118°95.35%66.27%
HSB/HSV118°65.34%98.43%
CMYK63.35%0.00%65.34%
1.57%

Color #5CFB57 in popluar number systems.

HEX5CFB57
Decimal9225187
Binary1011100111110111010111
Octal134373127

Shades and tints

Shades of #5CFB57

#5CFB57
(92,251,87)
#54E550
(84,229,80)
#4CCF49
(76,207,73)
#44B942
(68,185,66)
#3CA33B
(60,163,59)
#348D34
(52,141,52)
#2C772D
(44,119,45)
#246126
(36,97,38)
#1C4B1F
(28,75,31)
#143518
(20,53,24)
#0C1F11
(12,31,17)
#000000
(0,0,0)

Tints of #5CFB57

#5CFB57
(92,251,87)
#6AFB66
(106,251,102)
#78FB75
(120,251,117)
#86FB84
(134,251,132)
#94FB93
(148,251,147)
#A2FBA2
(162,251,162)
#B0FBB1
(176,251,177)
#BEFBC0
(190,251,192)
#CCFBCF
(204,251,207)
#DAFBDE
(218,251,222)
#E8FBED
(232,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CFB57 color. Also use rgb(92,251,87) instead hex code.

Text Font Color

.myTextColor { color: #5CFB57; }

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

This text font color is #5CFB57.


Background Color

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

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

This div background color is #5CFB57.


Border color

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

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

This div border color is #5CFB57.


Opacity

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

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

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

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

This text has shadow with #5CFB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CFB57 on black background.


Color preview on white background

This text has color #5CFB57 on white background.



Black color preview on #5CFB57 background

This text has black color on #5CFB57 background.


White color preview on #5CFB57 background

This text has white color on #5CFB57 background.