Color Hex Logo

#95d74c Color Hex

#95D74C
(149,215,76)
0 Favorites   0 Comments

Color spaces of #95d74c

RGB 14921576
HSL0.250.630.57
HSV88°65°84°
CMYK 0.310.000.65   0.16
XYZ37.999455.512215.5496
Yxy55.51220.34840.5090
Hunter Lab74.5065-39.348839.7807
CIE-Lab79.3354-42.587959.8312

#95d74c color RGB value is (149,215,76).

#95d74c hex color red value is 149, green value is 215 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #95d74c hue: 0.25 , saturation: 0.63 and the lightness value of 95d74c is 0.57.

The process color (four color CMYK) of #95d74c color hex is 0.31, 0.00, 0.65, 0.16. Web safe color of #95d74c is #99cc33. Color #95d74c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010111 01001100
Octal 225 327 114
Decimal 149 215 76
Hex 95 D7 4C

RGB Percentages of Color #95d74c

%33.86
%48.86
%17.27

CMYK Percentages of Color #95d74c

%31
%0
%65
%16

Triadic Colors of #95d74c

#95d74c #4c95d7 #d74c95

Analogous Colors of #95d74c

#95d74c #4fd74c #d7d44c

Monochromatic Colors of #95d74c

#95d74c

Complementary Color

#95d74c #8e4cd7

#95d74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d74c Color CSS Codes

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

#95d74c Text Font Color

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

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


#95d74c Background Color

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

This div background color is #95d74c


#95d74c Border Color

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

This div border color is #95d74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d74c


Comments

No comments written yet.

Please login to write comment.