Color Hex Logo

#5fab4d Color Hex

#5FAB4D
(95,171,77)
0 Favorites   0 Comments

Color spaces of #5fab4d

RGB 9517177
HSL0.300.380.49
HSV109°55°67°
CMYK 0.440.000.55   0.33
XYZ20.621832.094512.1292
Yxy32.09450.31800.4949
Hunter Lab56.6520-34.165526.9624
CIE-Lab63.4209-41.885840.7003

#5fab4d color RGB value is (95,171,77).

#5fab4d hex color red value is 95, green value is 171 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5fab4d hue: 0.30 , saturation: 0.38 and the lightness value of 5fab4d is 0.49.

The process color (four color CMYK) of #5fab4d color hex is 0.44, 0.00, 0.55, 0.33. Web safe color of #5fab4d is #669966. Color #5fab4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 01001101
Octal 137 253 115
Decimal 95 171 77
Hex 5F AB 4D

RGB Percentages of Color #5fab4d

%27.70
%49.85
%22.45

CMYK Percentages of Color #5fab4d

%44
%0
%55
%33

Triadic Colors of #5fab4d

#5fab4d #4d5fab #ab4d5f

Analogous Colors of #5fab4d

#5fab4d #4dab6a #8eab4d

Monochromatic Colors of #5fab4d

#5fab4d

Complementary Color

#5fab4d #994dab

#5fab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fab4d Color CSS Codes

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

#5fab4d Text Font Color

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

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


#5fab4d Background Color

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

This div background color is #5fab4d


#5fab4d Border Color

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

This div border color is #5fab4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,171,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fab4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fab4d;
  -webkit-box-shadow: 1px 1px 3px 2px #5fab4d;
  box-shadow:         1px 1px 3px 2px #5fab4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,171,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fab4d


Comments

No comments written yet.

Please login to write comment.