Color Hex Logo

#5ff973 Color Hex

#5FF973
(95,249,115)
0 Favorites   0 Comments

Color spaces of #5ff973

RGB 95249115
HSL0.350.930.67
HSV128°62°98°
CMYK 0.620.000.54   0.02
XYZ41.689571.422127.8082
Yxy71.42210.29580.5068
Hunter Lab84.5116-59.841439.6490
CIE-Lab87.6897-67.041151.8833

#5ff973 color RGB value is (95,249,115).

#5ff973 hex color red value is 95, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #5ff973 hue: 0.35 , saturation: 0.93 and the lightness value of 5ff973 is 0.67.

The process color (four color CMYK) of #5ff973 color hex is 0.62, 0.00, 0.54, 0.02. Web safe color of #5ff973 is #66ff66. Color #5ff973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111001 01110011
Octal 137 371 163
Decimal 95 249 115
Hex 5F F9 73

RGB Percentages of Color #5ff973

%20.70
%54.25
%25.05

CMYK Percentages of Color #5ff973

%62
%0
%54
%2

Triadic Colors of #5ff973

#5ff973 #735ff9 #f9735f

Analogous Colors of #5ff973

#5ff973 #5ff9c0 #98f95f

Monochromatic Colors of #5ff973

#5ff973

Complementary Color

#5ff973 #f95fe5

#5ff973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff973 Color CSS Codes

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

#5ff973 Text Font Color

<p style="color:#5ff973">Text here</p>

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


#5ff973 Background Color

<div style="background-color:#5ff973">
Div content here</div>

This div background color is #5ff973


#5ff973 Border Color

<div style="border:3px solid #5ff973">
Div here</div>

This div border color is #5ff973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,249,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ff973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ff973;
  -webkit-box-shadow: 1px 1px 3px 2px #5ff973;
  box-shadow:         1px 1px 3px 2px #5ff973; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,249,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff973

Related Colors


Comments

No comments written yet.

Please login to write comment.