Color Hex Logo

#5fef61 Color Hex

#5FEF61
(95,239,97)
0 Favorites   0 Comments

Color spaces of #5fef61

RGB 9523997
HSL0.340.820.65
HSV121°60°94°
CMYK 0.600.000.59   0.06
XYZ37.743565.029021.8718
Yxy65.02900.30280.5217
Hunter Lab80.6406-57.574840.3674
CIE-Lab84.4987-65.672256.1427

#5fef61 color RGB value is (95,239,97).

#5fef61 hex color red value is 95, green value is 239 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5fef61 hue: 0.34 , saturation: 0.82 and the lightness value of 5fef61 is 0.65.

The process color (four color CMYK) of #5fef61 color hex is 0.60, 0.00, 0.59, 0.06. Web safe color of #5fef61 is #66ff66. Color #5fef61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 01100001
Octal 137 357 141
Decimal 95 239 97
Hex 5F EF 61

RGB Percentages of Color #5fef61

%22.04
%55.45
%22.51

CMYK Percentages of Color #5fef61

%60
%0
%59
%6

Triadic Colors of #5fef61

#5fef61 #615fef #ef615f

Analogous Colors of #5fef61

#5fef61 #5fefa9 #a5ef5f

Monochromatic Colors of #5fef61

#5fef61

Complementary Color

#5fef61 #ef5fed

#5fef61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fef61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fef61 Color CSS Codes

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

#5fef61 Text Font Color

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

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


#5fef61 Background Color

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

This div background color is #5fef61


#5fef61 Border Color

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

This div border color is #5fef61


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,239,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 #5fef61">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fef61


Comments

No comments written yet.

Please login to write comment.