Color Hex Logo

#5ad91f Color Hex

#5AD91F
(90,217,31)
0 Favorites   0 Comments

Color spaces of #5ad91f

RGB 9021731
HSL0.280.750.49
HSV101°86°85°
CMYK 0.590.000.86   0.15
XYZ29.276651.89839.7707
Yxy51.89830.32190.5707
Hunter Lab72.0405-53.530042.3870
CIE-Lab77.2200-64.136471.1838

#5ad91f color RGB value is (90,217,31).

#5ad91f hex color red value is 90, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5ad91f hue: 0.28 , saturation: 0.75 and the lightness value of 5ad91f is 0.49.

The process color (four color CMYK) of #5ad91f color hex is 0.59, 0.00, 0.86, 0.15. Web safe color of #5ad91f is #66cc33. Color #5ad91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011001 00011111
Octal 132 331 37
Decimal 90 217 31
Hex 5A D9 1F

RGB Percentages of Color #5ad91f

%26.63
%64.20
%9.17

CMYK Percentages of Color #5ad91f

%59
%0
%86
%15

Triadic Colors of #5ad91f

#5ad91f #1f5ad9 #d91f5a

Analogous Colors of #5ad91f

#5ad91f #1fd941 #b7d91f

Monochromatic Colors of #5ad91f

#5ad91f

Complementary Color

#5ad91f #9e1fd9

#5ad91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad91f Color CSS Codes

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

#5ad91f Text Font Color

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

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


#5ad91f Background Color

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

This div background color is #5ad91f


#5ad91f Border Color

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

This div border color is #5ad91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad91f


Comments

No comments written yet.

Please login to write comment.