Color spaces of #5fc213
RGB | 95 | 194 | 19 |
---|---|---|---|
HSL | 0.26 | 0.82 | 0.42 |
HSV | 94° | 90° | 76° |
CMYK | 0.51 | 0.00 | 0.90 0.24 |
XYZ | 24.1286 | 41.0635 | 7.2704 |
Yxy | 41.0635 | 0.3330 | 0.5667 |
Hunter Lab | 64.0808 | -44.9301 | 38.1297 |
CIE-Lab | 70.2204 | -55.0467 | 67.5169 |
#5fc213 color RGB value is (95,194,19).
#5fc213 hex color red value is 95, green value is 194 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #5fc213 hue: 0.26 , saturation: 0.82 and the lightness value of 5fc213 is 0.42.
The process color (four color CMYK) of #5fc213 color hex is 0.51, 0.00, 0.90, 0.24. Web safe color of #5fc213 is #66cc00. Color #5fc213 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011111 | 11000010 | 00010011 |
Octal | 137 | 302 | 23 |
Decimal | 95 | 194 | 19 |
Hex | 5F | C2 | 13 |
Shades of #5fc213
Tints of #5fc213
RGB Percentages of Color #5fc213
CMYK Percentages of Color #5fc213
Complementary Color
#5fc213 | #7613c2 |
#5fc213 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5fc213 Color Preview on White Background
Lorem ipsum dolor sit amet.
#5fc213 Color CSS Codes
.mybgcolor {background-color:#5fc213; } .myforecolor {color:#5fc213; } .mybordercolor {border:3px solid #5fc213; }
#5fc213 Text Font Color
<p style="color:#5fc213">Text here</p>
This sample text font color is #5fc213
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.
#5fc213 Background Color
<div style="background-color:#5fc213">
Div content here</div>
This div background color is #5fc213
#5fc213 Border Color
<div style="border:3px solid #5fc213">
Div here</div>
This div border color is #5fc213
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(95,194,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5fc213; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5fc213; -webkit-box-shadow: 1px 1px 3px 2px #5fc213; box-shadow: 1px 1px 3px 2px #5fc213; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(95,194,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5fc213">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5fc213; -webkit-box-shadow: 1px 1px 3px 2px #5fc213; box-shadow: 1px 1px 3px 2px #5fc213;">
Div content here</div>
This div box has shadow with color #5fc213
Comments
No comments written yet.
Please login to write comment.