Color spaces of #66dd29
RGB | 102 | 221 | 41 |
---|---|---|---|
HSL | 0.28 | 0.73 | 0.51 |
HSV | 100° | 81° | 87° |
CMYK | 0.54 | 0.00 | 0.81 0.13 |
XYZ | 31.7362 | 54.6978 | 10.9829 |
Yxy | 54.6978 | 0.3258 | 0.5615 |
Hunter Lab | 73.9580 | -52.8301 | 42.9659 |
CIE-Lab | 78.8669 | -62.0320 | 70.4637 |
#66dd29 color RGB value is (102,221,41).
#66dd29 hex color red value is 102, green value is 221 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #66dd29 hue: 0.28 , saturation: 0.73 and the lightness value of 66dd29 is 0.51.
The process color (four color CMYK) of #66dd29 color hex is 0.54, 0.00, 0.81, 0.13. Web safe color of #66dd29 is #66cc33. Color #66dd29 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 11011101 | 00101001 |
Octal | 146 | 335 | 51 |
Decimal | 102 | 221 | 41 |
Hex | 66 | DD | 29 |
Shades of #66dd29
Tints of #66dd29
RGB Percentages of Color #66dd29
CMYK Percentages of Color #66dd29
Complementary Color
#66dd29 | #a029dd |
#66dd29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66dd29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#66dd29 Color CSS Codes
.mybgcolor {background-color:#66dd29; } .myforecolor {color:#66dd29; } .mybordercolor {border:3px solid #66dd29; }
#66dd29 Text Font Color
<p style="color:#66dd29">Text here</p>
This sample text font color is #66dd29
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.
#66dd29 Background Color
<div style="background-color:#66dd29">
Div content here</div>
This div background color is #66dd29
#66dd29 Border Color
<div style="border:3px solid #66dd29">
Div here</div>
This div border color is #66dd29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,221,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66dd29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66dd29; -webkit-box-shadow: 1px 1px 3px 2px #66dd29; box-shadow: 1px 1px 3px 2px #66dd29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,221,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66dd29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66dd29; -webkit-box-shadow: 1px 1px 3px 2px #66dd29; box-shadow: 1px 1px 3px 2px #66dd29;">
Div content here</div>
This div box has shadow with color #66dd29
Comments
No comments written yet.
Please login to write comment.