Color Hex Logo

#5fc45b Color Hex

#5FC45B
(95,196,91)
0 Favorites   0 Comments

Color spaces of #5fc45b

RGB 9519691
HSL0.330.470.56
HSV118°54°77°
CMYK 0.520.000.54   0.23
XYZ26.347642.668116.7446
Yxy42.66810.30720.4975
Hunter Lab65.3208-42.312230.5259
CIE-Lab71.3291-50.403643.4151

#5fc45b color RGB value is (95,196,91).

#5fc45b hex color red value is 95, green value is 196 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #5fc45b hue: 0.33 , saturation: 0.47 and the lightness value of 5fc45b is 0.56.

The process color (four color CMYK) of #5fc45b color hex is 0.52, 0.00, 0.54, 0.23. Web safe color of #5fc45b is #66cc66. Color #5fc45b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000100 01011011
Octal 137 304 133
Decimal 95 196 91
Hex 5F C4 5B

RGB Percentages of Color #5fc45b

%24.87
%51.31
%23.82

CMYK Percentages of Color #5fc45b

%52
%0
%54
%23

Triadic Colors of #5fc45b

#5fc45b #5b5fc4 #c45b5f

Analogous Colors of #5fc45b

#5fc45b #5bc48c #94c45b

Monochromatic Colors of #5fc45b

#5fc45b

Complementary Color

#5fc45b #c05bc4

#5fc45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc45b Color CSS Codes

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

#5fc45b Text Font Color

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

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


#5fc45b Background Color

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

This div background color is #5fc45b


#5fc45b Border Color

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

This div border color is #5fc45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc45b


Comments

No comments written yet.

Please login to write comment.