Color Hex Logo

#5aff4f Color Hex

#5AFF4F
(90,255,79)
0 Favorites   0 Comments

Color spaces of #5aff4f

RGB 9025579
HSL0.321.000.65
HSV116°69°100°
CMYK 0.650.000.69   0.00
XYZ41.387774.258219.5490
Yxy74.25820.30610.5493
Hunter Lab86.1732-65.072246.8709
CIE-Lab89.0444-73.799268.2827

#5aff4f color RGB value is (90,255,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 01001111
Octal 132 377 117
Decimal 90 255 79
Hex 5A FF 4F

RGB Percentages of Color #5aff4f

%21.23
%60.14
%18.63

CMYK Percentages of Color #5aff4f

%65
%0
%69
%0

Triadic Colors of #5aff4f

#5aff4f #4f5aff #ff4f5a

Analogous Colors of #5aff4f

#5aff4f #4fff9c #b2ff4f

Monochromatic Colors of #5aff4f

#5aff4f

Complementary Color

#5aff4f #f44fff

#5aff4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aff4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aff4f Color CSS Codes

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

#5aff4f Text Font Color

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

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


#5aff4f Background Color

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

This div background color is #5aff4f


#5aff4f Border Color

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

This div border color is #5aff4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aff4f

Related Colors


Comments

No comments written yet.

Please login to write comment.