Color Hex Logo

#5afb5d Color Hex

#5AFB5D
(90,251,93)
0 Favorites   0 Comments

Color spaces of #5afb5d

RGB 9025193
HSL0.340.950.67
HSV121°64°98°
CMYK 0.640.000.63   0.02
XYZ40.689471.958322.1007
Yxy71.95830.30200.5340
Hunter Lab84.8282-62.828743.9327
CIE-Lab87.9485-71.219261.6835

#5afb5d color RGB value is (90,251,93).

#5afb5d hex color red value is 90, green value is 251 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #5afb5d hue: 0.34 , saturation: 0.95 and the lightness value of 5afb5d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 01011101
Octal 132 373 135
Decimal 90 251 93
Hex 5A FB 5D

RGB Percentages of Color #5afb5d

%20.74
%57.83
%21.43

CMYK Percentages of Color #5afb5d

%64
%0
%63
%2

Triadic Colors of #5afb5d

#5afb5d #5d5afb #fb5d5a

Analogous Colors of #5afb5d

#5afb5d #5afbae #a8fb5a

Monochromatic Colors of #5afb5d

#5afb5d

Complementary Color

#5afb5d #fb5af8

#5afb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afb5d Color CSS Codes

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

#5afb5d Text Font Color

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

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


#5afb5d Background Color

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

This div background color is #5afb5d


#5afb5d Border Color

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

This div border color is #5afb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afb5d

Related Colors


Comments

No comments written yet.

Please login to write comment.