Color Hex Logo

#7adb41 Color Hex

#7ADB41
(122,219,65)
0 Favorites   0 Comments

Color spaces of #7adb41

RGB 12221965
HSL0.270.680.56
HSV98°70°86°
CMYK 0.440.000.70   0.14
XYZ34.311755.182313.8439
Yxy55.18230.33200.5340
Hunter Lab74.2848-47.550340.9499
CIE-Lab79.1462-54.095363.4764

#7adb41 color RGB value is (122,219,65).

#7adb41 hex color red value is 122, green value is 219 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #7adb41 hue: 0.27 , saturation: 0.68 and the lightness value of 7adb41 is 0.56.

The process color (four color CMYK) of #7adb41 color hex is 0.44, 0.00, 0.70, 0.14. Web safe color of #7adb41 is #66cc33. Color #7adb41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 01000001
Octal 172 333 101
Decimal 122 219 65
Hex 7A DB 41

RGB Percentages of Color #7adb41

%30.05
%53.94
%16.01

CMYK Percentages of Color #7adb41

%44
%0
%70
%14

Triadic Colors of #7adb41

#7adb41 #417adb #db417a

Analogous Colors of #7adb41

#7adb41 #41db55 #c7db41

Monochromatic Colors of #7adb41

#7adb41

Complementary Color

#7adb41 #a241db

#7adb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adb41 Color CSS Codes

.mybgcolor {background-color:#7adb41; } 
.myforecolor {color:#7adb41; }
.mybordercolor {border:3px solid #7adb41; }

#7adb41 Text Font Color

<p style="color:#7adb41">Text here</p>

This sample text font color is #7adb41
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.


#7adb41 Background Color

<div style="background-color:#7adb41">
Div content here</div>

This div background color is #7adb41


#7adb41 Border Color

<div style="border:3px solid #7adb41">
Div here</div>

This div border color is #7adb41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,219,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7adb41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7adb41;
  -webkit-box-shadow: 1px 1px 3px 2px #7adb41;
  box-shadow:         1px 1px 3px 2px #7adb41; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,219,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7adb41">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7adb41;
  -webkit-box-shadow: 1px 1px 3px 2px #7adb41;
  box-shadow:         1px 1px 3px 2px #7adb41;">
Div content here</div>

This div box has shadow with color #7adb41


Comments

No comments written yet.

Please login to write comment.