Color Hex Logo

#5af037 Color Hex

#5AF037
(90,240,55)
0 Favorites   0 Comments

Color spaces of #5af037

RGB 9024055
HSL0.300.860.58
HSV109°77°94°
CMYK 0.630.000.77   0.06
XYZ36.066164.769714.2153
Yxy64.76970.31350.5630
Hunter Lab80.4796-60.846445.8632
CIE-Lab84.3649-70.622771.5829

#5af037 color RGB value is (90,240,55).

#5af037 hex color red value is 90, green value is 240 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #5af037 hue: 0.30 , saturation: 0.86 and the lightness value of 5af037 is 0.58.

The process color (four color CMYK) of #5af037 color hex is 0.63, 0.00, 0.77, 0.06. Web safe color of #5af037 is #66ff33. Color #5af037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110000 00110111
Octal 132 360 67
Decimal 90 240 55
Hex 5A F0 37

RGB Percentages of Color #5af037

%23.38
%62.34
%14.29

CMYK Percentages of Color #5af037

%63
%0
%77
%6

Triadic Colors of #5af037

#5af037 #375af0 #f0375a

Analogous Colors of #5af037

#5af037 #37f071 #b7f037

Monochromatic Colors of #5af037

#5af037

Complementary Color

#5af037 #cd37f0

#5af037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af037 Color CSS Codes

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

#5af037 Text Font Color

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

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


#5af037 Background Color

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

This div background color is #5af037


#5af037 Border Color

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

This div border color is #5af037


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,240,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af037


Comments

No comments written yet.

Please login to write comment.