Color Hex Logo

#5fcf5b Color Hex

#5FCF5B
(95,207,91)
0 Favorites   0 Comments

Color spaces of #5fcf5b

RGB 9520791
HSL0.330.550.58
HSV118°56°81°
CMYK 0.540.000.56   0.19
XYZ28.920547.813917.6023
Yxy47.81390.30660.5068
Hunter Lab69.1476-46.351933.3104
CIE-Lab74.7074-54.681047.4406

#5fcf5b color RGB value is (95,207,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001111 01011011
Octal 137 317 133
Decimal 95 207 91
Hex 5F CF 5B

RGB Percentages of Color #5fcf5b

%24.17
%52.67
%23.16

CMYK Percentages of Color #5fcf5b

%54
%0
%56
%19

Triadic Colors of #5fcf5b

#5fcf5b #5b5fcf #cf5b5f

Analogous Colors of #5fcf5b

#5fcf5b #5bcf91 #99cf5b

Monochromatic Colors of #5fcf5b

#5fcf5b

Complementary Color

#5fcf5b #cb5bcf

#5fcf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcf5b Color CSS Codes

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

#5fcf5b Text Font Color

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

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


#5fcf5b Background Color

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

This div background color is #5fcf5b


#5fcf5b Border Color

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

This div border color is #5fcf5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,207,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 #5fcf5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcf5b


Comments

No comments written yet.

Please login to write comment.