Color Hex Logo

#5fcc5f Color Hex

#5FCC5F
(95,204,95)
0 Favorites   0 Comments

Color spaces of #5fcc5f

RGB 9520495
HSL0.330.520.59
HSV120°53°80°
CMYK 0.530.000.53   0.20
XYZ28.377746.444918.2956
Yxy46.44490.30470.4988
Hunter Lab68.1505-44.936431.7884
CIE-Lab73.8333-53.030644.5215

#5fcc5f color RGB value is (95,204,95).

#5fcc5f hex color red value is 95, green value is 204 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5fcc5f hue: 0.33 , saturation: 0.52 and the lightness value of 5fcc5f is 0.59.

The process color (four color CMYK) of #5fcc5f color hex is 0.53, 0.00, 0.53, 0.20. Web safe color of #5fcc5f is #66cc66. Color #5fcc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 01011111
Octal 137 314 137
Decimal 95 204 95
Hex 5F CC 5F

RGB Percentages of Color #5fcc5f

%24.11
%51.78
%24.11

CMYK Percentages of Color #5fcc5f

%53
%0
%53
%20

Triadic Colors of #5fcc5f

#5fcc5f #5f5fcc #cc5f5f

Analogous Colors of #5fcc5f

#5fcc5f #5fcc96 #96cc5f

Monochromatic Colors of #5fcc5f

#5fcc5f

Complementary Color

#5fcc5f #cc5fcc

#5fcc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcc5f Color CSS Codes

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

#5fcc5f Text Font Color

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

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


#5fcc5f Background Color

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

This div background color is #5fcc5f


#5fcc5f Border Color

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

This div border color is #5fcc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcc5f


Comments

No comments written yet.

Please login to write comment.