Color Hex Logo

#95ff40 Color Hex

#95FF40
(149,255,64)
0 Favorites   0 Comments

Color spaces of #95ff40

RGB 14925564
HSL0.261.000.63
HSV93°75°100°
CMYK 0.420.000.75   0.00
XYZ49.079878.279717.3732
Yxy78.27970.33910.5409
Hunter Lab88.4758-55.814250.2908
CIE-Lab90.9074-59.671975.8463

#95ff40 color RGB value is (149,255,64).

#95ff40 hex color red value is 149, green value is 255 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #95ff40 hue: 0.26 , saturation: 1.00 and the lightness value of 95ff40 is 0.63.

The process color (four color CMYK) of #95ff40 color hex is 0.42, 0.00, 0.75, 0.00. Web safe color of #95ff40 is #99ff33. Color #95ff40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 01000000
Octal 225 377 100
Decimal 149 255 64
Hex 95 FF 40

RGB Percentages of Color #95ff40

%31.84
%54.49
%13.68

CMYK Percentages of Color #95ff40

%42
%0
%75
%0

Triadic Colors of #95ff40

#95ff40 #4095ff #ff4095

Analogous Colors of #95ff40

#95ff40 #40ff4b #f5ff40

Monochromatic Colors of #95ff40

#95ff40

Complementary Color

#95ff40 #aa40ff

#95ff40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ff40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ff40 Color CSS Codes

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

#95ff40 Text Font Color

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

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


#95ff40 Background Color

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

This div background color is #95ff40


#95ff40 Border Color

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

This div border color is #95ff40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,255,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 #95ff40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ff40


Comments

No comments written yet.

Please login to write comment.