Color Hex Logo

#5dfb61 Color Hex

#5DFB61
(93,251,97)
0 Favorites   0 Comments

Color spaces of #5dfb61

RGB 9325197
HSL0.340.950.67
HSV122°63°98°
CMYK 0.630.000.61   0.02
XYZ41.169072.184623.0724
Yxy72.18460.30180.5291
Hunter Lab84.9615-62.188643.3721
CIE-Lab88.0574-70.213660.1732

#5dfb61 color RGB value is (93,251,97).

#5dfb61 hex color red value is 93, green value is 251 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5dfb61 hue: 0.34 , saturation: 0.95 and the lightness value of 5dfb61 is 0.67.

The process color (four color CMYK) of #5dfb61 color hex is 0.63, 0.00, 0.61, 0.02. Web safe color of #5dfb61 is #66ff66. Color #5dfb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111011 01100001
Octal 135 373 141
Decimal 93 251 97
Hex 5D FB 61

RGB Percentages of Color #5dfb61

%21.09
%56.92
%22.00

CMYK Percentages of Color #5dfb61

%63
%0
%61
%2

Triadic Colors of #5dfb61

#5dfb61 #615dfb #fb615d

Analogous Colors of #5dfb61

#5dfb61 #5dfbb0 #a8fb5d

Monochromatic Colors of #5dfb61

#5dfb61

Complementary Color

#5dfb61 #fb5df7

#5dfb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfb61 Color CSS Codes

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

#5dfb61 Text Font Color

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

This sample text font color is #5dfb61
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.


#5dfb61 Background Color

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

This div background color is #5dfb61


#5dfb61 Border Color

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

This div border color is #5dfb61


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,251,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5dfb61; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5dfb61;
  -webkit-box-shadow: 1px 1px 3px 2px #5dfb61;
  box-shadow:         1px 1px 3px 2px #5dfb61; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,251,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfb61


Comments

No comments written yet.

Please login to write comment.