Color Hex Logo

#97fe5b Color Hex

#97FE5B
(151,254,91)
0 Favorites   0 Comments

Color spaces of #97fe5b

RGB 15125491
HSL0.270.990.68
HSV98°64°100°
CMYK 0.410.000.64   0.00
XYZ50.092678.218322.3550
Yxy78.21830.33250.5192
Hunter Lab88.4411-53.670446.9222
CIE-Lab90.8794-56.810966.2877

#97fe5b color RGB value is (151,254,91).

#97fe5b hex color red value is 151, green value is 254 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #97fe5b hue: 0.27 , saturation: 0.99 and the lightness value of 97fe5b is 0.68.

The process color (four color CMYK) of #97fe5b color hex is 0.41, 0.00, 0.64, 0.00. Web safe color of #97fe5b is #99ff66. Color #97fe5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11111110 01011011
Octal 227 376 133
Decimal 151 254 91
Hex 97 FE 5B

RGB Percentages of Color #97fe5b

%30.44
%51.21
%18.35

CMYK Percentages of Color #97fe5b

%41
%0
%64
%0

Triadic Colors of #97fe5b

#97fe5b #5b97fe #fe5b97

Analogous Colors of #97fe5b

#97fe5b #5bfe71 #e9fe5b

Monochromatic Colors of #97fe5b

#97fe5b

Complementary Color

#97fe5b #c25bfe

#97fe5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97fe5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97fe5b Color CSS Codes

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

#97fe5b Text Font Color

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

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


#97fe5b Background Color

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

This div background color is #97fe5b


#97fe5b Border Color

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

This div border color is #97fe5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97fe5b

Related Colors


Comments

No comments written yet.

Please login to write comment.