Color spaces of #64e121
RGB | 100 | 225 | 33 |
---|---|---|---|
HSL | 0.28 | 0.76 | 0.51 |
HSV | 99° | 85° | 88° |
CMYK | 0.56 | 0.00 | 0.85 0.12 |
XYZ | 32.4553 | 56.6696 | 10.6666 |
Yxy | 56.6696 | 0.3252 | 0.5679 |
Hunter Lab | 75.2792 | -54.7815 | 44.2944 |
CIE-Lab | 79.9934 | -64.2873 | 73.3085 |
#64e121 color RGB value is (100,225,33).
#64e121 hex color red value is 100, green value is 225 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #64e121 hue: 0.28 , saturation: 0.76 and the lightness value of 64e121 is 0.51.
The process color (four color CMYK) of #64e121 color hex is 0.56, 0.00, 0.85, 0.12. Web safe color of #64e121 is #66cc33. Color #64e121 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100100 | 11100001 | 00100001 |
Octal | 144 | 341 | 41 |
Decimal | 100 | 225 | 33 |
Hex | 64 | E1 | 21 |
Shades of #64e121
Tints of #64e121
RGB Percentages of Color #64e121
CMYK Percentages of Color #64e121
Complementary Color
#64e121 | #9e21e1 |
#64e121 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#64e121 Color Preview on White Background
Lorem ipsum dolor sit amet.
#64e121 Color CSS Codes
.mybgcolor {background-color:#64e121; } .myforecolor {color:#64e121; } .mybordercolor {border:3px solid #64e121; }
#64e121 Text Font Color
<p style="color:#64e121">Text here</p>
This sample text font color is #64e121
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.
#64e121 Background Color
<div style="background-color:#64e121">
Div content here</div>
This div background color is #64e121
#64e121 Border Color
<div style="border:3px solid #64e121">
Div here</div>
This div border color is #64e121
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(100,225,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #64e121; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #64e121; -webkit-box-shadow: 1px 1px 3px 2px #64e121; box-shadow: 1px 1px 3px 2px #64e121; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(100,225,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 #64e121">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #64e121; -webkit-box-shadow: 1px 1px 3px 2px #64e121; box-shadow: 1px 1px 3px 2px #64e121;">
Div content here</div>
This div box has shadow with color #64e121
Comments
No comments written yet.
Please login to write comment.