Color spaces of #7fb421
RGB | 127 | 180 | 33 |
---|---|---|---|
HSL | 0.23 | 0.69 | 0.42 |
HSV | 82° | 82° | 71° |
CMYK | 0.29 | 0.00 | 0.82 0.29 |
XYZ | 25.3482 | 37.2643 | 7.2956 |
Yxy | 37.2643 | 0.3626 | 0.5330 |
Hunter Lab | 61.0445 | -32.7073 | 35.6452 |
CIE-Lab | 67.4748 | -37.9657 | 62.6896 |
#7fb421 color RGB value is (127,180,33).
#7fb421 hex color red value is 127, green value is 180 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #7fb421 hue: 0.23 , saturation: 0.69 and the lightness value of 7fb421 is 0.42.
The process color (four color CMYK) of #7fb421 color hex is 0.29, 0.00, 0.82, 0.29. Web safe color of #7fb421 is #66cc33. Color #7fb421 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 10110100 | 00100001 |
Octal | 177 | 264 | 41 |
Decimal | 127 | 180 | 33 |
Hex | 7F | B4 | 21 |
Shades of #7fb421
Tints of #7fb421
RGB Percentages of Color #7fb421
CMYK Percentages of Color #7fb421
Complementary Color
#7fb421 | #5621b4 |
#7fb421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fb421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fb421 Color CSS Codes
.mybgcolor {background-color:#7fb421; } .myforecolor {color:#7fb421; } .mybordercolor {border:3px solid #7fb421; }
#7fb421 Text Font Color
<p style="color:#7fb421">Text here</p>
This sample text font color is #7fb421
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.
#7fb421 Background Color
<div style="background-color:#7fb421">
Div content here</div>
This div background color is #7fb421
#7fb421 Border Color
<div style="border:3px solid #7fb421">
Div here</div>
This div border color is #7fb421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,180,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fb421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fb421; -webkit-box-shadow: 1px 1px 3px 2px #7fb421; box-shadow: 1px 1px 3px 2px #7fb421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,180,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fb421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fb421; -webkit-box-shadow: 1px 1px 3px 2px #7fb421; box-shadow: 1px 1px 3px 2px #7fb421;">
Div content here</div>
This div box has shadow with color #7fb421
Comments
No comments written yet.
Please login to write comment.