Color Hex Logo

#95c340 Color Hex

#95C340
(149,195,64)
0 Favorites   0 Comments

Color spaces of #95c340

RGB 14919564
HSL0.230.520.51
HSV81°67°76°
CMYK 0.240.000.67   0.24
XYZ32.834945.789911.9582
Yxy45.78990.36250.5055
Hunter Lab67.6682-31.805236.8901
CIE-Lab73.4090-34.549058.3756

#95c340 color RGB value is (149,195,64).

#95c340 hex color red value is 149, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #95c340 hue: 0.23 , saturation: 0.52 and the lightness value of 95c340 is 0.51.

The process color (four color CMYK) of #95c340 color hex is 0.24, 0.00, 0.67, 0.24. Web safe color of #95c340 is #99cc33. Color #95c340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11000011 01000000
Octal 225 303 100
Decimal 149 195 64
Hex 95 C3 40

RGB Percentages of Color #95c340

%36.52
%47.79
%15.69

CMYK Percentages of Color #95c340

%24
%0
%67
%24

Triadic Colors of #95c340

#95c340 #4095c3 #c34095

Analogous Colors of #95c340

#95c340 #53c340 #c3b040

Monochromatic Colors of #95c340

#95c340

Complementary Color

#95c340 #6e40c3

#95c340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c340 Color CSS Codes

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

#95c340 Text Font Color

<p style="color:#95c340">Text here</p>

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


#95c340 Background Color

<div style="background-color:#95c340">
Div content here</div>

This div background color is #95c340


#95c340 Border Color

<div style="border:3px solid #95c340">
Div here</div>

This div border color is #95c340


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,195,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95c340; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95c340;
  -webkit-box-shadow: 1px 1px 3px 2px #95c340;
  box-shadow:         1px 1px 3px 2px #95c340; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,195,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c340


Comments

No comments written yet.

Please login to write comment.