Color Hex Logo

#95bf4a Color Hex

#95BF4A
(149,191,74)
0 Favorites   0 Comments

Color spaces of #95bf4a

RGB 14919174
HSL0.230.480.52
HSV82°61°75°
CMYK 0.220.000.61   0.25
XYZ32.261344.145613.2992
Yxy44.14560.35960.4921
Hunter Lab66.4422-29.602334.6419
CIE-Lab72.3257-31.934653.0537

#95bf4a color RGB value is (149,191,74).

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

The process color (four color CMYK) of #95bf4a color hex is 0.22, 0.00, 0.61, 0.25. Web safe color of #95bf4a is #99cc33. Color #95bf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 01001010
Octal 225 277 112
Decimal 149 191 74
Hex 95 BF 4A

RGB Percentages of Color #95bf4a

%35.99
%46.14
%17.87

CMYK Percentages of Color #95bf4a

%22
%0
%61
%25

Triadic Colors of #95bf4a

#95bf4a #4a95bf #bf4a95

Analogous Colors of #95bf4a

#95bf4a #5bbf4a #bfaf4a

Monochromatic Colors of #95bf4a

#95bf4a

Complementary Color

#95bf4a #744abf

#95bf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bf4a Color CSS Codes

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

#95bf4a Text Font Color

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

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


#95bf4a Background Color

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

This div background color is #95bf4a


#95bf4a Border Color

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

This div border color is #95bf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bf4a


Comments

No comments written yet.

Please login to write comment.