Color Hex Logo

#5fb73f Color Hex

#5FB73F
(95,183,63)
0 Favorites   0 Comments

Color spaces of #5fb73f

RGB 9518363
HSL0.290.490.48
HSV104°66°72°
CMYK 0.480.000.66   0.28
XYZ22.550036.658810.5900
Yxy36.65880.32310.5252
Hunter Lab60.5465-39.475732.0123
CIE-Lab67.0203-48.313651.1622

#5fb73f color RGB value is (95,183,63).

#5fb73f hex color red value is 95, green value is 183 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5fb73f hue: 0.29 , saturation: 0.49 and the lightness value of 5fb73f is 0.48.

The process color (four color CMYK) of #5fb73f color hex is 0.48, 0.00, 0.66, 0.28. Web safe color of #5fb73f is #66cc33. Color #5fb73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110111 00111111
Octal 137 267 77
Decimal 95 183 63
Hex 5F B7 3F

RGB Percentages of Color #5fb73f

%27.86
%53.67
%18.48

CMYK Percentages of Color #5fb73f

%48
%0
%66
%28

Triadic Colors of #5fb73f

#5fb73f #3f5fb7 #b73f5f

Analogous Colors of #5fb73f

#5fb73f #3fb75b #9bb73f

Monochromatic Colors of #5fb73f

#5fb73f

Complementary Color

#5fb73f #973fb7

#5fb73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb73f Color CSS Codes

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

#5fb73f Text Font Color

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

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


#5fb73f Background Color

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

This div background color is #5fb73f


#5fb73f Border Color

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

This div border color is #5fb73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb73f


Comments

No comments written yet.

Please login to write comment.