Color Hex Logo

#96ff46 Color Hex

#96FF46
(150,255,70)
0 Favorites   0 Comments

Color spaces of #96ff46

RGB 15025570
HSL0.261.000.64
HSV94°73°100°
CMYK 0.410.000.73   0.00
XYZ49.443278.446218.3301
Yxy78.44620.33810.5365
Hunter Lab88.5699-55.351549.7285
CIE-Lab90.9831-59.010774.0208

#96ff46 color RGB value is (150,255,70).

#96ff46 hex color red value is 150, green value is 255 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #96ff46 hue: 0.26 , saturation: 1.00 and the lightness value of 96ff46 is 0.64.

The process color (four color CMYK) of #96ff46 color hex is 0.41, 0.00, 0.73, 0.00. Web safe color of #96ff46 is #99ff33. Color #96ff46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 01000110
Octal 226 377 106
Decimal 150 255 70
Hex 96 FF 46

RGB Percentages of Color #96ff46

%31.58
%53.68
%14.74

CMYK Percentages of Color #96ff46

%41
%0
%73
%0

Triadic Colors of #96ff46

#96ff46 #4696ff #ff4696

Analogous Colors of #96ff46

#96ff46 #46ff52 #f3ff46

Monochromatic Colors of #96ff46

#96ff46

Complementary Color

#96ff46 #af46ff

#96ff46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ff46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ff46 Color CSS Codes

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

#96ff46 Text Font Color

<p style="color:#96ff46">Text here</p>

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


#96ff46 Background Color

<div style="background-color:#96ff46">
Div content here</div>

This div background color is #96ff46


#96ff46 Border Color

<div style="border:3px solid #96ff46">
Div here</div>

This div border color is #96ff46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,255,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96ff46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96ff46;
  -webkit-box-shadow: 1px 1px 3px 2px #96ff46;
  box-shadow:         1px 1px 3px 2px #96ff46; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ff46

Related Colors


Comments

No comments written yet.

Please login to write comment.