Color Hex Logo

#5eff4f Color Hex

#5EFF4F
(94,255,79)
0 Favorites   0 Comments

Color spaces of #5eff4f

RGB 9425579
HSL0.321.000.65
HSV115°69°100°
CMYK 0.630.000.69   0.00
XYZ41.787474.464219.5677
Yxy74.46420.30770.5483
Hunter Lab86.2926-64.573146.9603
CIE-Lab89.1414-73.001468.4140

#5eff4f color RGB value is (94,255,79).

#5eff4f hex color red value is 94, green value is 255 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5eff4f hue: 0.32 , saturation: 1.00 and the lightness value of 5eff4f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111111 01001111
Octal 136 377 117
Decimal 94 255 79
Hex 5E FF 4F

RGB Percentages of Color #5eff4f

%21.96
%59.58
%18.46

CMYK Percentages of Color #5eff4f

%63
%0
%69
%0

Triadic Colors of #5eff4f

#5eff4f #4f5eff #ff4f5e

Analogous Colors of #5eff4f

#5eff4f #4fff98 #b6ff4f

Monochromatic Colors of #5eff4f

#5eff4f

Complementary Color

#5eff4f #f04fff

#5eff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eff4f Color CSS Codes

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

#5eff4f Text Font Color

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

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


#5eff4f Background Color

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

This div background color is #5eff4f


#5eff4f Border Color

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

This div border color is #5eff4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,255,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5eff4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5eff4f;
  -webkit-box-shadow: 1px 1px 3px 2px #5eff4f;
  box-shadow:         1px 1px 3px 2px #5eff4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,255,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eff4f

Related Colors


Comments

No comments written yet.

Please login to write comment.