Color Hex Logo

#41ca69 Color Hex

#41CA69
(65,202,105)
0 Favorites   0 Comments

Color spaces of #41ca69

RGB 65202105
HSL0.380.560.52
HSV138°68°79°
CMYK 0.680.000.48   0.21
XYZ25.850344.384820.5693
Yxy44.38480.28470.4888
Hunter Lab66.6219-47.327728.3297
CIE-Lab72.4850-57.449837.8022

#41ca69 color RGB value is (65,202,105).

#41ca69 hex color red value is 65, green value is 202 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #41ca69 hue: 0.38 , saturation: 0.56 and the lightness value of 41ca69 is 0.52.

The process color (four color CMYK) of #41ca69 color hex is 0.68, 0.00, 0.48, 0.21. Web safe color of #41ca69 is #33cc66. Color #41ca69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001010 01101001
Octal 101 312 151
Decimal 65 202 105
Hex 41 CA 69

RGB Percentages of Color #41ca69

%17.47
%54.30
%28.23

CMYK Percentages of Color #41ca69

%68
%0
%48
%21

Triadic Colors of #41ca69

#41ca69 #6941ca #ca6941

Analogous Colors of #41ca69

#41ca69 #41caae #5eca41

Monochromatic Colors of #41ca69

#41ca69

Complementary Color

#41ca69 #ca41a2

#41ca69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ca69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ca69 Color CSS Codes

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

#41ca69 Text Font Color

<p style="color:#41ca69">Text here</p>

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


#41ca69 Background Color

<div style="background-color:#41ca69">
Div content here</div>

This div background color is #41ca69


#41ca69 Border Color

<div style="border:3px solid #41ca69">
Div here</div>

This div border color is #41ca69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,202,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41ca69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41ca69;
  -webkit-box-shadow: 1px 1px 3px 2px #41ca69;
  box-shadow:         1px 1px 3px 2px #41ca69; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ca69


Comments

No comments written yet.

Please login to write comment.