Color Hex Logo

#97fb3c Color Hex

#97FB3C
(151,251,60)
0 Favorites   0 Comments

Color spaces of #97fb3c

RGB 15125160
HSL0.250.960.61
HSV91°76°98°
CMYK 0.400.000.76   0.02
XYZ48.075375.899916.3913
Yxy75.89990.34250.5407
Hunter Lab87.1205-53.960249.8293
CIE-Lab89.8128-57.709576.0426

#97fb3c color RGB value is (151,251,60).

#97fb3c hex color red value is 151, green value is 251 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #97fb3c hue: 0.25 , saturation: 0.96 and the lightness value of 97fb3c is 0.61.

The process color (four color CMYK) of #97fb3c color hex is 0.40, 0.00, 0.76, 0.02. Web safe color of #97fb3c is #99ff33. Color #97fb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111011 00111100
Octal 227 373 74
Decimal 151 251 60
Hex 97 FB 3C

RGB Percentages of Color #97fb3c

%32.68
%54.33
%12.99

CMYK Percentages of Color #97fb3c

%40
%0
%76
%2

Triadic Colors of #97fb3c

#97fb3c #3c97fb #fb3c97

Analogous Colors of #97fb3c

#97fb3c #3cfb41 #f7fb3c

Monochromatic Colors of #97fb3c

#97fb3c

Complementary Color

#97fb3c #a03cfb

#97fb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fb3c Color CSS Codes

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

#97fb3c Text Font Color

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

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


#97fb3c Background Color

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

This div background color is #97fb3c


#97fb3c Border Color

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

This div border color is #97fb3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,251,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97fb3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97fb3c;
  -webkit-box-shadow: 1px 1px 3px 2px #97fb3c;
  box-shadow:         1px 1px 3px 2px #97fb3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fb3c


Comments

No comments written yet.

Please login to write comment.