Color Hex Logo

#5ff98d Color Hex

#5FF98D
(95,249,141)
0 Favorites   0 Comments

Color spaces of #5ff98d

RGB 95249141
HSL0.380.930.67
HSV138°62°98°
CMYK 0.620.000.43   0.02
XYZ43.402772.107336.8299
Yxy72.10730.28490.4733
Hunter Lab84.9160-57.367233.7259
CIE-Lab88.0202-63.331639.9942

#5ff98d color RGB value is (95,249,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111001 10001101
Octal 137 371 215
Decimal 95 249 141
Hex 5F F9 8D

RGB Percentages of Color #5ff98d

%19.59
%51.34
%29.07

CMYK Percentages of Color #5ff98d

%62
%0
%43
%2

Triadic Colors of #5ff98d

#5ff98d #8d5ff9 #f98d5f

Analogous Colors of #5ff98d

#5ff98d #5ff9da #7ef95f

Monochromatic Colors of #5ff98d

#5ff98d

Complementary Color

#5ff98d #f95fcb

#5ff98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ff98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ff98d Color CSS Codes

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

#5ff98d Text Font Color

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

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


#5ff98d Background Color

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

This div background color is #5ff98d


#5ff98d Border Color

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

This div border color is #5ff98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ff98d


Comments

No comments written yet.

Please login to write comment.