Color Hex Logo

#95e64a Color Hex

#95E64A
(149,230,74)
0 Favorites   0 Comments

Color spaces of #95e64a

RGB 14923074
HSL0.250.760.60
HSV91°68°90°
CMYK 0.350.000.68   0.10
XYZ41.927363.477616.5212
Yxy63.47760.34390.5206
Hunter Lab79.6728-45.493043.4764
CIE-Lab83.6930-49.093265.2109

#95e64a color RGB value is (149,230,74).

#95e64a hex color red value is 149, green value is 230 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #95e64a hue: 0.25 , saturation: 0.76 and the lightness value of 95e64a is 0.60.

The process color (four color CMYK) of #95e64a color hex is 0.35, 0.00, 0.68, 0.10. Web safe color of #95e64a is #99ff33. Color #95e64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11100110 01001010
Octal 225 346 112
Decimal 149 230 74
Hex 95 E6 4A

RGB Percentages of Color #95e64a

%32.89
%50.77
%16.34

CMYK Percentages of Color #95e64a

%35
%0
%68
%10

Triadic Colors of #95e64a

#95e64a #4a95e6 #e64a95

Analogous Colors of #95e64a

#95e64a #4ae64d #e3e64a

Monochromatic Colors of #95e64a

#95e64a

Complementary Color

#95e64a #9b4ae6

#95e64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e64a Color CSS Codes

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

#95e64a Text Font Color

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

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


#95e64a Background Color

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

This div background color is #95e64a


#95e64a Border Color

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

This div border color is #95e64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e64a


Comments

No comments written yet.

Please login to write comment.