Color spaces of #01d73b
RGB | 1 | 215 | 59 |
---|---|---|---|
HSL | 0.38 | 0.99 | 0.42 |
HSV | 136° | 100° | 84° |
CMYK | 1.00 | 0.00 | 0.73 0.16 |
XYZ | 25.1024 | 48.9231 | 12.2577 |
Yxy | 48.9231 | 0.2909 | 0.5670 |
Hunter Lab | 69.9450 | -58.3424 | 38.5711 |
CIE-Lab | 75.4035 | -73.1844 | 61.0213 |
#01d73b color RGB value is (1,215,59).
#01d73b hex color red value is 1, green value is 215 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #01d73b hue: 0.38 , saturation: 0.99 and the lightness value of 01d73b is 0.42.
The process color (four color CMYK) of #01d73b color hex is 1.00, 0.00, 0.73, 0.16. Web safe color of #01d73b is #00cc33. Color #01d73b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 11010111 | 00111011 |
Octal | 1 | 327 | 73 |
Decimal | 1 | 215 | 59 |
Hex | 1 | D7 | 3B |
Shades of #01d73b
Tints of #01d73b
RGB Percentages of Color #01d73b
CMYK Percentages of Color #01d73b
Complementary Color
#01d73b | #d7019d |
#01d73b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01d73b Color Preview on White Background
Lorem ipsum dolor sit amet.
#01d73b Color CSS Codes
.mybgcolor {background-color:#01d73b; } .myforecolor {color:#01d73b; } .mybordercolor {border:3px solid #01d73b; }
#01d73b Text Font Color
<p style="color:#01d73b">Text here</p>
This sample text font color is #01d73b
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.
#01d73b Background Color
<div style="background-color:#01d73b">
Div content here</div>
This div background color is #01d73b
#01d73b Border Color
<div style="border:3px solid #01d73b">
Div here</div>
This div border color is #01d73b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,215,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01d73b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01d73b; -webkit-box-shadow: 1px 1px 3px 2px #01d73b; box-shadow: 1px 1px 3px 2px #01d73b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,215,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 #01d73b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01d73b; -webkit-box-shadow: 1px 1px 3px 2px #01d73b; box-shadow: 1px 1px 3px 2px #01d73b;">
Div content here</div>
This div box has shadow with color #01d73b
Comments
No comments written yet.
Please login to write comment.