Color Hex Logo

#c5f52f Color Hex

#C5F52F
(197,245,47)
0 Favorites   0 Comments

Color spaces of #c5f52f

RGB 19724547
HSL0.210.910.57
HSV75°81°96°
CMYK 0.200.000.81   0.04
XYZ56.191577.380414.6636
Yxy77.38040.37910.5220
Hunter Lab87.9661-39.917551.6929
CIE-Lab90.4964-39.392581.0989

#c5f52f color RGB value is (197,245,47).

#c5f52f hex color red value is 197, green value is 245 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c5f52f hue: 0.21 , saturation: 0.91 and the lightness value of c5f52f is 0.57.

The process color (four color CMYK) of #c5f52f color hex is 0.20, 0.00, 0.81, 0.04. Web safe color of #c5f52f is #ccff33. Color #c5f52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11110101 00101111
Octal 305 365 57
Decimal 197 245 47
Hex C5 F5 2F

RGB Percentages of Color #c5f52f

%40.29
%50.10
%9.61

CMYK Percentages of Color #c5f52f

%20
%0
%81
%4

Triadic Colors of #c5f52f

#c5f52f #2fc5f5 #f52fc5

Analogous Colors of #c5f52f

#c5f52f #62f52f #f5c22f

Monochromatic Colors of #c5f52f

#c5f52f

Complementary Color

#c5f52f #5f2ff5

#c5f52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5f52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5f52f Color CSS Codes

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

#c5f52f Text Font Color

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

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


#c5f52f Background Color

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

This div background color is #c5f52f


#c5f52f Border Color

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

This div border color is #c5f52f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,245,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5f52f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5f52f;
  -webkit-box-shadow: 1px 1px 3px 2px #c5f52f;
  box-shadow:         1px 1px 3px 2px #c5f52f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5f52f


Comments

No comments written yet.

Please login to write comment.