Color spaces of #71fb3b
RGB | 113 | 251 | 59 |
---|---|---|---|
HSL | 0.29 | 0.96 | 0.61 |
HSV | 103° | 76° | 98° |
CMYK | 0.55 | 0.00 | 0.76 0.02 |
XYZ | 42.0966 | 72.8208 | 15.9748 |
Yxy | 72.8208 | 0.3216 | 0.5563 |
Hunter Lab | 85.3351 | -61.2807 | 48.6354 |
CIE-Lab | 88.3622 | -68.7072 | 74.4503 |
#71fb3b color RGB value is (113,251,59).
#71fb3b hex color red value is 113, green value is 251 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #71fb3b hue: 0.29 , saturation: 0.96 and the lightness value of 71fb3b is 0.61.
The process color (four color CMYK) of #71fb3b color hex is 0.55, 0.00, 0.76, 0.02. Web safe color of #71fb3b is #66ff33. Color #71fb3b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 11111011 | 00111011 |
Octal | 161 | 373 | 73 |
Decimal | 113 | 251 | 59 |
Hex | 71 | FB | 3B |
Shades of #71fb3b
Tints of #71fb3b
RGB Percentages of Color #71fb3b
CMYK Percentages of Color #71fb3b
Complementary Color
#71fb3b | #c53bfb |
#71fb3b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#71fb3b Color Preview on White Background
Lorem ipsum dolor sit amet.
#71fb3b Color CSS Codes
.mybgcolor {background-color:#71fb3b; } .myforecolor {color:#71fb3b; } .mybordercolor {border:3px solid #71fb3b; }
#71fb3b Text Font Color
<p style="color:#71fb3b">Text here</p>
This sample text font color is #71fb3b
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.
#71fb3b Background Color
<div style="background-color:#71fb3b">
Div content here</div>
This div background color is #71fb3b
#71fb3b Border Color
<div style="border:3px solid #71fb3b">
Div here</div>
This div border color is #71fb3b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,251,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #71fb3b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71fb3b; -webkit-box-shadow: 1px 1px 3px 2px #71fb3b; box-shadow: 1px 1px 3px 2px #71fb3b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,251,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #71fb3b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #71fb3b; -webkit-box-shadow: 1px 1px 3px 2px #71fb3b; box-shadow: 1px 1px 3px 2px #71fb3b;">
Div content here</div>
This div box has shadow with color #71fb3b
Related Colors
Comments
No comments written yet.
Please login to write comment.