Color spaces of #97c00c
RGB | 151 | 192 | 12 |
---|---|---|---|
HSL | 0.20 | 0.88 | 0.40 |
HSV | 74° | 94° | 75° |
CMYK | 0.21 | 0.00 | 0.94 0.25 |
XYZ | 31.6785 | 44.3051 | 7.2299 |
Yxy | 44.3051 | 0.3807 | 0.5324 |
Hunter Lab | 66.5621 | -31.5312 | 40.1534 |
CIE-Lab | 72.4320 | -34.5056 | 71.4809 |
#97c00c color RGB value is (151,192,12).
#97c00c hex color red value is 151, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #97c00c hue: 0.20 , saturation: 0.88 and the lightness value of 97c00c is 0.40.
The process color (four color CMYK) of #97c00c color hex is 0.21, 0.00, 0.94, 0.25. Web safe color of #97c00c is #99cc00. Color #97c00c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 11000000 | 00001100 |
Octal | 227 | 300 | 14 |
Decimal | 151 | 192 | 12 |
Hex | 97 | C0 | C |
Shades of #97c00c
Tints of #97c00c
RGB Percentages of Color #97c00c
CMYK Percentages of Color #97c00c
Complementary Color
#97c00c | #350cc0 |
#97c00c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97c00c Color Preview on White Background
Lorem ipsum dolor sit amet.
#97c00c Color CSS Codes
.mybgcolor {background-color:#97c00c; } .myforecolor {color:#97c00c; } .mybordercolor {border:3px solid #97c00c; }
#97c00c Text Font Color
<p style="color:#97c00c">Text here</p>
This sample text font color is #97c00c
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.
#97c00c Background Color
<div style="background-color:#97c00c">
Div content here</div>
This div background color is #97c00c
#97c00c Border Color
<div style="border:3px solid #97c00c">
Div here</div>
This div border color is #97c00c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,192,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97c00c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97c00c; -webkit-box-shadow: 1px 1px 3px 2px #97c00c; box-shadow: 1px 1px 3px 2px #97c00c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,192,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97c00c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97c00c; -webkit-box-shadow: 1px 1px 3px 2px #97c00c; box-shadow: 1px 1px 3px 2px #97c00c;">
Div content here</div>
This div box has shadow with color #97c00c
Comments
No comments written yet.
Please login to write comment.