Color Hex Logo

#97dc2c Color Hex

#97DC2C
(151,220,44)
0 Favorites   0 Comments

Color spaces of #97dc2c

RGB 15122044
HSL0.230.720.52
HSV84°80°86°
CMYK 0.310.000.80   0.14
XYZ38.810357.947611.5224
Yxy57.94760.35840.5352
Hunter Lab76.1233-42.210344.3119
CIE-Lab80.7096-45.909872.1408

#97dc2c color RGB value is (151,220,44).

#97dc2c hex color red value is 151, green value is 220 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #97dc2c hue: 0.23 , saturation: 0.72 and the lightness value of 97dc2c is 0.52.

The process color (four color CMYK) of #97dc2c color hex is 0.31, 0.00, 0.80, 0.14. Web safe color of #97dc2c is #99cc33. Color #97dc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11011100 00101100
Octal 227 334 54
Decimal 151 220 44
Hex 97 DC 2C

RGB Percentages of Color #97dc2c

%36.39
%53.01
%10.60

CMYK Percentages of Color #97dc2c

%31
%0
%80
%14

Triadic Colors of #97dc2c

#97dc2c #2c97dc #dc2c97

Analogous Colors of #97dc2c

#97dc2c #3fdc2c #dcc92c

Monochromatic Colors of #97dc2c

#97dc2c

Complementary Color

#97dc2c #712cdc

#97dc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97dc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97dc2c Color CSS Codes

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

#97dc2c Text Font Color

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

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


#97dc2c Background Color

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

This div background color is #97dc2c


#97dc2c Border Color

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

This div border color is #97dc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97dc2c


Comments

No comments written yet.

Please login to write comment.