Color spaces of #7ed342
RGB | 126 | 211 | 66 |
---|---|---|---|
HSL | 0.26 | 0.62 | 0.54 |
HSV | 95° | 69° | 83° |
CMYK | 0.40 | 0.00 | 0.69 0.17 |
XYZ | 32.8818 | 51.4175 | 13.3458 |
Yxy | 51.4175 | 0.3367 | 0.5266 |
Hunter Lab | 71.7060 | -43.6318 | 39.1592 |
CIE-Lab | 76.9312 | -49.5640 | 60.8785 |
#7ed342 color RGB value is (126,211,66).
#7ed342 hex color red value is 126, green value is 211 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #7ed342 hue: 0.26 , saturation: 0.62 and the lightness value of 7ed342 is 0.54.
The process color (four color CMYK) of #7ed342 color hex is 0.40, 0.00, 0.69, 0.17. Web safe color of #7ed342 is #66cc33. Color #7ed342 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11010011 | 01000010 |
Octal | 176 | 323 | 102 |
Decimal | 126 | 211 | 66 |
Hex | 7E | D3 | 42 |
Shades of #7ed342
Tints of #7ed342
RGB Percentages of Color #7ed342
CMYK Percentages of Color #7ed342
Complementary Color
#7ed342 | #9742d3 |
#7ed342 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ed342 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ed342 Color CSS Codes
.mybgcolor {background-color:#7ed342; } .myforecolor {color:#7ed342; } .mybordercolor {border:3px solid #7ed342; }
#7ed342 Text Font Color
<p style="color:#7ed342">Text here</p>
This sample text font color is #7ed342
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.
#7ed342 Background Color
<div style="background-color:#7ed342">
Div content here</div>
This div background color is #7ed342
#7ed342 Border Color
<div style="border:3px solid #7ed342">
Div here</div>
This div border color is #7ed342
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,211,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ed342; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ed342; -webkit-box-shadow: 1px 1px 3px 2px #7ed342; box-shadow: 1px 1px 3px 2px #7ed342; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,211,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ed342">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ed342; -webkit-box-shadow: 1px 1px 3px 2px #7ed342; box-shadow: 1px 1px 3px 2px #7ed342;">
Div content here</div>
This div box has shadow with color #7ed342
Comments
No comments written yet.
Please login to write comment.