Color Hex Logo

#5afb78 Color Hex

#5AFB78
(90,251,120)
0 Favorites   0 Comments

Color spaces of #5afb78

RGB 90251120
HSL0.360.950.67
HSV131°64°98°
CMYK 0.640.000.52   0.02
XYZ42.103872.524129.5488
Yxy72.52410.29200.5030
Hunter Lab85.1611-60.781239.0406
CIE-Lab88.2202-68.073750.2040

#5afb78 color RGB value is (90,251,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 01111000
Octal 132 373 170
Decimal 90 251 120
Hex 5A FB 78

RGB Percentages of Color #5afb78

%19.52
%54.45
%26.03

CMYK Percentages of Color #5afb78

%64
%0
%52
%2

Triadic Colors of #5afb78

#5afb78 #785afb #fb785a

Analogous Colors of #5afb78

#5afb78 #5afbc9 #8dfb5a

Monochromatic Colors of #5afb78

#5afb78

Complementary Color

#5afb78 #fb5add

#5afb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afb78 Color CSS Codes

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

#5afb78 Text Font Color

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

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


#5afb78 Background Color

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

This div background color is #5afb78


#5afb78 Border Color

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

This div border color is #5afb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afb78


Comments

No comments written yet.

Please login to write comment.