Color Hex Logo

#5bef40 Color Hex

#5BEF40
(91,239,64)
0 Favorites   0 Comments

Color spaces of #5bef40

RGB 9123964
HSL0.310.850.59
HSV111°73°94°
CMYK 0.620.000.73   0.06
XYZ36.106364.327315.3639
Yxy64.32730.31180.5555
Hunter Lab80.2043-60.000644.7854
CIE-Lab84.1359-69.501068.5258

#5bef40 color RGB value is (91,239,64).

#5bef40 hex color red value is 91, green value is 239 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5bef40 hue: 0.31 , saturation: 0.85 and the lightness value of 5bef40 is 0.59.

The process color (four color CMYK) of #5bef40 color hex is 0.62, 0.00, 0.73, 0.06. Web safe color of #5bef40 is #66ff33. Color #5bef40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 01000000
Octal 133 357 100
Decimal 91 239 64
Hex 5B EF 40

RGB Percentages of Color #5bef40

%23.10
%60.66
%16.24

CMYK Percentages of Color #5bef40

%62
%0
%73
%6

Triadic Colors of #5bef40

#5bef40 #405bef #ef405b

Analogous Colors of #5bef40

#5bef40 #40ef7d #b3ef40

Monochromatic Colors of #5bef40

#5bef40

Complementary Color

#5bef40 #d440ef

#5bef40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bef40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bef40 Color CSS Codes

.mybgcolor {background-color:#5bef40; } 
.myforecolor {color:#5bef40; }
.mybordercolor {border:3px solid #5bef40; }

#5bef40 Text Font Color

<p style="color:#5bef40">Text here</p>

This sample text font color is #5bef40
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5bef40 Background Color

<div style="background-color:#5bef40">
Div content here</div>

This div background color is #5bef40


#5bef40 Border Color

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

This div border color is #5bef40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,239,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bef40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bef40;
  -webkit-box-shadow: 1px 1px 3px 2px #5bef40;
  box-shadow:         1px 1px 3px 2px #5bef40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,239,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5bef40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5bef40;
  -webkit-box-shadow: 1px 1px 3px 2px #5bef40;
  box-shadow:         1px 1px 3px 2px #5bef40;">
Div content here</div>

This div box has shadow with color #5bef40


Comments

No comments written yet.

Please login to write comment.