Color Hex Logo

#5fcd2a Color Hex

#5FCD2A
(95,205,42)
0 Favorites   0 Comments

Color spaces of #5fcd2a

RGB 9520542
HSL0.280.660.48
HSV100°80°80°
CMYK 0.540.000.80   0.20
XYZ26.968646.26279.6987
Yxy46.26270.32520.5579
Hunter Lab68.0167-48.254039.1573
CIE-Lab73.7157-58.149065.3624

#5fcd2a color RGB value is (95,205,42).

#5fcd2a hex color red value is 95, green value is 205 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5fcd2a hue: 0.28 , saturation: 0.66 and the lightness value of 5fcd2a is 0.48.

The process color (four color CMYK) of #5fcd2a color hex is 0.54, 0.00, 0.80, 0.20. Web safe color of #5fcd2a is #66cc33. Color #5fcd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001101 00101010
Octal 137 315 52
Decimal 95 205 42
Hex 5F CD 2A

RGB Percentages of Color #5fcd2a

%27.78
%59.94
%12.28

CMYK Percentages of Color #5fcd2a

%54
%0
%80
%20

Triadic Colors of #5fcd2a

#5fcd2a #2a5fcd #cd2a5f

Analogous Colors of #5fcd2a

#5fcd2a #2acd47 #b1cd2a

Monochromatic Colors of #5fcd2a

#5fcd2a

Complementary Color

#5fcd2a #982acd

#5fcd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcd2a Color CSS Codes

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

#5fcd2a Text Font Color

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

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


#5fcd2a Background Color

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

This div background color is #5fcd2a


#5fcd2a Border Color

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

This div border color is #5fcd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcd2a


Comments

No comments written yet.

Please login to write comment.