Color Hex Logo

#5aff6d Color Hex

#5AFF6D
(90,255,109)
0 Favorites   0 Comments

Color spaces of #5aff6d

RGB 90255109
HSL0.351.000.68
HSV127°65°100°
CMYK 0.650.000.57   0.00
XYZ42.736874.797826.6530
Yxy74.79780.29640.5188
Hunter Lab86.4857-63.144542.2681
CIE-Lab89.2982-70.819456.4386

#5aff6d color RGB value is (90,255,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 01101101
Octal 132 377 155
Decimal 90 255 109
Hex 5A FF 6D

RGB Percentages of Color #5aff6d

%19.82
%56.17
%24.01

CMYK Percentages of Color #5aff6d

%65
%0
%57
%0

Triadic Colors of #5aff6d

#5aff6d #6d5aff #ff6d5a

Analogous Colors of #5aff6d

#5aff6d #5affc0 #9aff5a

Monochromatic Colors of #5aff6d

#5aff6d

Complementary Color

#5aff6d #ff5aec

#5aff6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aff6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aff6d Color CSS Codes

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

#5aff6d Text Font Color

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

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


#5aff6d Background Color

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

This div background color is #5aff6d


#5aff6d Border Color

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

This div border color is #5aff6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aff6d

Related Colors

#5aff6d Color Palettes


Comments

No comments written yet.

Please login to write comment.