Color Hex Logo

#5fe61f Color Hex

#5FE61F
(95,230,31)
0 Favorites   0 Comments

Color spaces of #5fe61f

RGB 9523031
HSL0.280.800.51
HSV101°87°90°
CMYK 0.590.000.87   0.10
XYZ33.263559.125510.9555
Yxy59.12550.32190.5721
Hunter Lab76.8931-57.344945.3777
CIE-Lab81.3605-67.302974.8406

#5fe61f color RGB value is (95,230,31).

#5fe61f hex color red value is 95, green value is 230 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5fe61f hue: 0.28 , saturation: 0.80 and the lightness value of 5fe61f is 0.51.

The process color (four color CMYK) of #5fe61f color hex is 0.59, 0.00, 0.87, 0.10. Web safe color of #5fe61f is #66ff33. Color #5fe61f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100110 00011111
Octal 137 346 37
Decimal 95 230 31
Hex 5F E6 1F

RGB Percentages of Color #5fe61f

%26.69
%64.61
%8.71

CMYK Percentages of Color #5fe61f

%59
%0
%87
%10

Triadic Colors of #5fe61f

#5fe61f #1f5fe6 #e61f5f

Analogous Colors of #5fe61f

#5fe61f #1fe642 #c3e61f

Monochromatic Colors of #5fe61f

#5fe61f

Complementary Color

#5fe61f #a61fe6

#5fe61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe61f Color CSS Codes

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

#5fe61f Text Font Color

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

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


#5fe61f Background Color

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

This div background color is #5fe61f


#5fe61f Border Color

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

This div border color is #5fe61f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,230,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fe61f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fe61f;
  -webkit-box-shadow: 1px 1px 3px 2px #5fe61f;
  box-shadow:         1px 1px 3px 2px #5fe61f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,230,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fe61f


Comments

No comments written yet.

Please login to write comment.