COLOR #5CBE01

HEX: #5CBE01
RGB: (92,190,1)

Color info

#5CBE01 contains mainly green color. Web safe color of #5CBE01 is #66CC00 (or #6C0).

RGB color model

#5CBE01 color RGB value is (92,190,1).

  • red value is 92;
  • green value is 190;
  • blue value is 1.
RGB:
(92,190,1)
(36%,75%,0%)

RGB channels and saturation

R 92 of 255 = 36%
G 190 of 255 = 75%
B 1 of 255 = 0%

92
190
1

R + G + B ~ 37%. #5CBE01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 190 + 1 = 283 (100%)
R 92 of 283 ~ 32.51%
G 190 of 283 ~ 67.14%
B 1 of 283 ~ 0.35%

%32.51
%67.14

CMYK color model

#5CBE01 color CMYK value is (52,0,99,25).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 99.47%
  • key color value is 25.49%
CMYK:
(52,0,99,25)
C52M0Y99K25 
(52%,0%,99%,25%)
(0.52/0.00/0.99/0.25)	

CMYK percentages

%51.58
%0
%99.47
%25.49

Codes

Color #5CBE01 in popluar color models

5CBE01
RGB921901
HSL91°98.95%37.45%
HSB/HSV91°99.47%74.51%
CMYK51.58%0.00%99.47%
25.49%

Color #5CBE01 in popluar number systems.

HEX5CBE01
Decimal921901
Binary1011100101111101
Octal1342761

Shades and tints

Shades of #5CBE01

#5CBE01
(92,190,1)
#54AD01
(84,173,1)
#4C9C01
(76,156,1)
#448B01
(68,139,1)
#3C7A01
(60,122,1)
#346901
(52,105,1)
#2C5801
(44,88,1)
#244701
(36,71,1)
#1C3601
(28,54,1)
#142501
(20,37,1)
#0C1401
(12,20,1)
#000000
(0,0,0)

Tints of #5CBE01

#5CBE01
(92,190,1)
#6AC318
(106,195,24)
#78C82F
(120,200,47)
#86CD46
(134,205,70)
#94D25D
(148,210,93)
#A2D774
(162,215,116)
#B0DC8B
(176,220,139)
#BEE1A2
(190,225,162)
#CCE6B9
(204,230,185)
#DAEBD0
(218,235,208)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBE01 color. Also use rgb(92,190,1) instead hex code.

Text Font Color

.myTextColor { color: #5CBE01; }

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

This text font color is #5CBE01.


Background Color

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

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

This div background color is #5CBE01.


Border color

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

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

This div border color is #5CBE01.


Opacity

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

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

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

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

This text has shadow with #5CBE01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CBE01 on black background.


Color preview on white background

This text has color #5CBE01 on white background.



Black color preview on #5CBE01 background

This text has black color on #5CBE01 background.


White color preview on #5CBE01 background

This text has white color on #5CBE01 background.