Color Hex Logo

#95ff79 Color Hex

#95FF79
(149,255,121)
0 Favorites   0 Comments

Color spaces of #95ff79

RGB 149255121
HSL0.301.000.74
HSV107°53°100°
CMYK 0.420.000.53   0.00
XYZ51.605679.290030.6738
Yxy79.29000.31940.4907
Hunter Lab89.0449-52.379741.9075
CIE-Lab91.3653-54.879454.0037

#95ff79 color RGB value is (149,255,121).

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

The process color (four color CMYK) of #95ff79 color hex is 0.42, 0.00, 0.53, 0.00. Web safe color of #95ff79 is #99ff66. Color #95ff79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 01111001
Octal 225 377 171
Decimal 149 255 121
Hex 95 FF 79

RGB Percentages of Color #95ff79

%28.38
%48.57
%23.05

CMYK Percentages of Color #95ff79

%42
%0
%53
%0

Triadic Colors of #95ff79

#95ff79 #7995ff #ff7995

Analogous Colors of #95ff79

#95ff79 #79ffa0 #d8ff79

Monochromatic Colors of #95ff79

#95ff79

Complementary Color

#95ff79 #e379ff

#95ff79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ff79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ff79 Color CSS Codes

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

#95ff79 Text Font Color

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

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


#95ff79 Background Color

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

This div background color is #95ff79


#95ff79 Border Color

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

This div border color is #95ff79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ff79

Related Colors


Comments

No comments written yet.

Please login to write comment.