Color Hex Logo

#97fd3e Color Hex

#97FD3E
(151,253,62)
0 Favorites   0 Comments

Color spaces of #97fd3e

RGB 15125362
HSL0.260.980.62
HSV92°75°99°
CMYK 0.400.000.75   0.01
XYZ48.757377.177716.8844
Yxy77.17770.34140.5404
Hunter Lab87.8508-54.671350.1004
CIE-Lab90.4033-58.379876.0043

#97fd3e color RGB value is (151,253,62).

#97fd3e hex color red value is 151, green value is 253 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #97fd3e hue: 0.26 , saturation: 0.98 and the lightness value of 97fd3e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111101 00111110
Octal 227 375 76
Decimal 151 253 62
Hex 97 FD 3E

RGB Percentages of Color #97fd3e

%32.40
%54.29
%13.30

CMYK Percentages of Color #97fd3e

%40
%0
%75
%1

Triadic Colors of #97fd3e

#97fd3e #3e97fd #fd3e97

Analogous Colors of #97fd3e

#97fd3e #3efd45 #f7fd3e

Monochromatic Colors of #97fd3e

#97fd3e

Complementary Color

#97fd3e #a43efd

#97fd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fd3e Color CSS Codes

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

#97fd3e Text Font Color

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

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


#97fd3e Background Color

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

This div background color is #97fd3e


#97fd3e Border Color

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

This div border color is #97fd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fd3e

Related Colors


Comments

No comments written yet.

Please login to write comment.