Color Hex Logo

#97d050 Color Hex

#97D050
(151,208,80)
0 Favorites   0 Comments

Color spaces of #97d050

RGB 15120880
HSL0.240.580.56
HSV87°62°82°
CMYK 0.270.000.62   0.18
XYZ36.766352.270215.7408
Yxy52.27020.35090.4989
Hunter Lab72.2981-35.747837.7000
CIE-Lab77.4421-38.455556.1402

#97d050 color RGB value is (151,208,80).

#97d050 hex color red value is 151, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #97d050 hue: 0.24 , saturation: 0.58 and the lightness value of 97d050 is 0.56.

The process color (four color CMYK) of #97d050 color hex is 0.27, 0.00, 0.62, 0.18. Web safe color of #97d050 is #99cc66. Color #97d050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11010000 01010000
Octal 227 320 120
Decimal 151 208 80
Hex 97 D0 50

RGB Percentages of Color #97d050

%34.40
%47.38
%18.22

CMYK Percentages of Color #97d050

%27
%0
%62
%18

Triadic Colors of #97d050

#97d050 #5097d0 #d05097

Analogous Colors of #97d050

#97d050 #57d050 #d0c950

Monochromatic Colors of #97d050

#97d050

Complementary Color

#97d050 #8950d0

#97d050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97d050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97d050 Color CSS Codes

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

#97d050 Text Font Color

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

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


#97d050 Background Color

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

This div background color is #97d050


#97d050 Border Color

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

This div border color is #97d050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97d050


Comments

No comments written yet.

Please login to write comment.