COLOR #5CEB0F

HEX: #5CEB0F
RGB: (92,235,15)

Color info

#5CEB0F contains mainly green color. Web safe color of #5CEB0F is #66FF00 (or #6F0).

RGB color model

#5CEB0F color RGB value is (92,235,15).

  • red value is 92;
  • green value is 235;
  • blue value is 15.
RGB:
(92,235,15)
(36%,92%,6%)

RGB channels and saturation

R 92 of 255 = 36%
G 235 of 255 = 92%
B 15 of 255 = 6%

92
235
15

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

Portions of RGB colors in percentages

R + G + B =
92 + 235 + 15 = 342 (100%)
R 92 of 342 ~ 26.9%
G 235 of 342 ~ 68.71%
B 15 of 342 ~ 4.39%

%26.9
%68.71

CMYK color model

#5CEB0F color CMYK value is (61,0,94,8).

  • cyan value is 60.85%
  • magenta value is 0.00%
  • yellow value is 93.62%
  • key color value is 7.84%
CMYK:
(61,0,94,8)
C61M0Y94K8 
(61%,0%,94%,8%)
(0.61/0.00/0.94/0.08)	

CMYK percentages

%60.85
%0
%93.62
%7.84

Codes

Color #5CEB0F in popluar color models

5CEB0F
RGB9223515
HSL99°88.00%49.02%
HSB/HSV99°93.62%92.16%
CMYK60.85%0.00%93.62%
7.84%

Color #5CEB0F in popluar number systems.

HEX5CEB0F
Decimal9223515
Binary1011100111010111111
Octal13435317

Shades and tints

Shades of #5CEB0F

#5CEB0F
(92,235,15)
#54D60E
(84,214,14)
#4CC10D
(76,193,13)
#44AC0C
(68,172,12)
#3C970B
(60,151,11)
#34820A
(52,130,10)
#2C6D09
(44,109,9)
#245808
(36,88,8)
#1C4307
(28,67,7)
#142E06
(20,46,6)
#0C1905
(12,25,5)
#000000
(0,0,0)

Tints of #5CEB0F

#5CEB0F
(92,235,15)
#6AEC24
(106,236,36)
#78ED39
(120,237,57)
#86EE4E
(134,238,78)
#94EF63
(148,239,99)
#A2F078
(162,240,120)
#B0F18D
(176,241,141)
#BEF2A2
(190,242,162)
#CCF3B7
(204,243,183)
#DAF4CC
(218,244,204)
#E8F5E1
(232,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CEB0F color. Also use rgb(92,235,15) instead hex code.

Text Font Color

.myTextColor { color: #5CEB0F; }

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

This text font color is #5CEB0F.


Background Color

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

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

This div background color is #5CEB0F.


Border color

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

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

This div border color is #5CEB0F.


Opacity

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

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

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

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

This text has shadow with #5CEB0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CEB0F on black background.


Color preview on white background

This text has color #5CEB0F on white background.



Black color preview on #5CEB0F background

This text has black color on #5CEB0F background.


White color preview on #5CEB0F background

This text has white color on #5CEB0F background.