Color spaces of #7fd900
RGB | 127 | 217 | 0 |
---|---|---|---|
HSL | 0.24 | 1.00 | 0.43 |
HSV | 85° | 100° | 85° |
CMYK | 0.41 | 0.00 | 1.00 0.15 |
XYZ | 33.5653 | 54.1377 | 8.6806 |
Yxy | 54.1377 | 0.3482 | 0.5617 |
Hunter Lab | 73.5783 | -47.3331 | 44.5099 |
CIE-Lab | 78.5420 | -54.0915 | 76.9252 |
#7fd900 color RGB value is (127,217,0).
#7fd900 hex color red value is 127, green value is 217 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #7fd900 hue: 0.24 , saturation: 1.00 and the lightness value of 7fd900 is 0.43.
The process color (four color CMYK) of #7fd900 color hex is 0.41, 0.00, 1.00, 0.15. Web safe color of #7fd900 is #66cc00. Color #7fd900 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011001 | 00000000 |
Octal | 177 | 331 | 0 |
Decimal | 127 | 217 | 0 |
Hex | 7F | D9 | 0 |
Shades of #7fd900
Tints of #7fd900
RGB Percentages of Color #7fd900
CMYK Percentages of Color #7fd900
Complementary Color
#7fd900 | #5a00d9 |
#7fd900 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fd900 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fd900 Color CSS Codes
.mybgcolor {background-color:#7fd900; } .myforecolor {color:#7fd900; } .mybordercolor {border:3px solid #7fd900; }
#7fd900 Text Font Color
<p style="color:#7fd900">Text here</p>
This sample text font color is #7fd900
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.
#7fd900 Background Color
<div style="background-color:#7fd900">
Div content here</div>
This div background color is #7fd900
#7fd900 Border Color
<div style="border:3px solid #7fd900">
Div here</div>
This div border color is #7fd900
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,217,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fd900; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fd900; -webkit-box-shadow: 1px 1px 3px 2px #7fd900; box-shadow: 1px 1px 3px 2px #7fd900; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,217,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fd900">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fd900; -webkit-box-shadow: 1px 1px 3px 2px #7fd900; box-shadow: 1px 1px 3px 2px #7fd900;">
Div content here</div>
This div box has shadow with color #7fd900
Comments
No comments written yet.
Please login to write comment.